Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Should I include a "|" for better page title SEO results?
-
I have seen many sites that include the "|" in page titles and was wondering if there is some SEO value in the practice.
Example:
Product Name | Company Name
Instead of:
Product Name by Company Name
I have not seen any value in it myself other than a good way to avoid stop words. I wanted to make sure. Currently I have the "by" included in the page titles.
-
I always prefer the pipe for the following reasons, though I don't think it has any specific SEO value.
a) its reader friendly
b) its a natural separator
c) as Seth says below, it looks cool!
d) Whats good for SEOmoz is good for me!
-
SEO advantage I would suggest is negligible, if any in this case - more a case of aesthetics as has been suggested, as well as character count saving.
Section pages I would go with "Section | Company Name"
Product pages I would go with "Product - Section | Company Name"
-
When it comes to a web page Title Tag Google's Supper Smart Spiders pay no attention to the markup or punctuation used. So it truly comes down to the personal preference of the site owner. As for me and my OCD I prefer the Pipes cause they just look cooler!
To prove this point query the following:
allintitle:"-"
allintitle:"|"
allintitle:"/"
allintitle:""
allintitle:","
All come back with BUPKIS
-
| has my vote! More for readability than anything.
-
| has my vote! More for readability than anything.
-
The pipe and hyphen as already suggested are the way to go for pure usability and space saving for your title tag. In my opinion neither has a direct SEO advantage over the other however they both have a distinct advantage over other techniques. For me keeping the keywords used in the page title to the point help without any extra "by, or, and" breaks the keyword blocks both visually and semantically for the search engines. Now don't get me wrong I don't think this makes or breaks a good SEO effort on a page but for me it's certainly a preference.
-
Sounds like it is just an issue of conserving valuable character real estate while being aesthetically pleasing to the reader.
-
I think people prefer pipe symbol over hyphen..as it takes relatively less space...that's the only benefit I have seen..
-
I use the pipe because SEOmoz uses it. Visually it indicates something different is following. I think it more professional looking than the mere dash.
-
I am not sure the is any technical benefit however more used as Alan and EGOL suggest to separate keywords / phrases and increase CTR
-
I don't think that a pipe or dash or any other character adds or subtracts any SEO value. Certainly what you type after it is more important.
If your brand is widely known and respected then adding it might help increase your clickthroughs or conversions.
If you don't have a popular brand then "free shipping"... "learn the secrets!".... or a kickass price in the title tag will pull the visitors in.
... and if you have something that everyone wants such as "free beer" then you might want to included it in CAPS.
-
There's some disagreement in the industry as to whether the pipe symbol or hyphens are best - either way, one of these two would be recommended for readability purposes. This is especially valid when you've got more than one keyword phrase.
Product Name | Alternate Product Name | Company Name
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Landing page separate from product page
Hello there, I have a wordpress website with a woocommerce plugin. I have 4 landing pages that describe my products and at the end of the pages, I have a CTA to my product page. is it bad for SEO? my website: https://relationadviser.ir
On-Page Optimization | | Aaron.be1 -
How to generate an automatic title and meta description for lots of pages
Hi, I'm working on a big website that will have new pages every month. I would like to find a plug-in or something free to generate automatic title and meta description for futur new pages. Thanks you for your help!
On-Page Optimization | | Maely0 -
Does Google avoid indexing pages that include registered trademark signs?
I am suspecting that Google often hesitates to index pages that have registered trademarks on them that are marked with a ®. For example EGOL® used in the title tag or in the tag at the top of the page. Registered trademarks are everywhere and most retail product pages contain at least one of them. However, most people use the registered trademark names as text in their writing without adding the registered trademark sign of ®. Have you experienced a problem getting such pages indexed or have you read any articles about how Google treats registered trademarks?
On-Page Optimization | | EGOL0 -
Duplicate page titles and Content in Woocommerce
Hi Guys, I'm new to Moz and really liking it so far!
On-Page Optimization | | jeeyer
I run a eCommerce site on Wordpress + WooCommerce and ofcourse use Yoast for SEO optimalisation I've got a question about my first Crawl report which showed over 600 issues! 😐 I've read that this is something that happens more often (http://moz.com/blog/setup-wordpress-for-seo-success). Most of them are categorized under:
1. Duplicate Page Titles or;
2. Duplicate Page Content. Duplicate Page Titles:
These are almost only: product category pages and product tags. Is this problem beeing solved by giving them the right SEO SERP? I see that a lot of categories don't have a proper SEO SERP set up in yoast! Do I need to add this to clear this issue, or do I need to change the actual Title? And how about the Product tags? Another point (bit more off-topic) I've read here: http://moz.com/community/q/yoast-seo-plugin-to-index-or-not-to-index-categories that it's advised to noindex/follow Categories and Tags but isn't that a wierd idea to do for a eCommerce site?! Duplicate Page Content:
Same goes here almost only Product Categories and product tags that are displayed as duplicate Page content! When I check the results I can click on a blue button for example "+ 17 duplicates" and that shows me (in this case 17 URLS) but they are not related to the fist in any way so not sure where to start here? Thanks for taking the time to help out!
Joost0 -
"translation" of code in htaccess file
Hi everyone! I am a newbie to the whole SEO and html thing and I am trying to get a better understanding of the "behind the scenes" part of my website. I hope I can find someone here who can translate a piece of code for me that I have in my htaccess file: Options -Multiviews
On-Page Optimization | | momof4
Options +FollowSymLinks
rewritecond $1 !^(index.php|public|tmp|robots.txt|template.html|favicon.ico|images|css|uploads)
rewritecond %{REQUEST_FILENAME} !-f
rewritecond %{REQUEST_FILENAME} !-d
rewriterule ^(.*)$ index.php?link=$1 [NC,L,QSA] I know that something is getting redirected to the index file, but what (or when) exactly? Does the word "robots"mean that search engine crawlers are getting redirected here? And is this good or bad (in terms of SEO)? Or is this redirecting people who try to get to my robots/ template or image files?? Thanks in advance for any answers!0 -
Page Title & Meta Description Getting Cut Off In The SERPs
Hi Guys, I am trying to figure out why my page titles and meta d tags are getting cut off in Goofle SERPS. My page titles are 70 characters or under (including spaces) and my meta Dd's are 155 characters or under (including spaces) so I cannot work out why They are getting cut off. Is there something I have missed?! Thanks, Meaghan
On-Page Optimization | | StoryScout0 -
Is there a tool that will "grade" content?
Does anybody know of a tool that can "grade" content for Panda compliance. For example, it might look at: • the total number of words on the page • the average number of words in sentences • grammar • spelling • repetitious words and/or phrases • Readability—using algorithms such as: Flesch Kincaid Reading Ease Flesch Kincaid Grade Level Gunning Fog Score Coleman Liau Index Automated Readability Index (ARI) For the last 5 months I've been writing and rewriting literally 100s of catalog descriptions—adhering to the "no duplicate content" and "adding value" rubrics—but in an extremely informal style. I would like to know if I'm at least meeting Google Panda's minimum standards.
On-Page Optimization | | RScime250 -
What does the "base href" meta tag do? For SEO and webdesign?
I have encounter the "base href" on one of my sites. The tag is on every page and always points to the home URL.
On-Page Optimization | | jmansd0