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
-
titles length, URL length and meta descriptions on a subdomain effecting SEO on main domain?
Hi all, I am currently evaluating areas for optimization on my main domain. When doing this, Moz has identified multiple titles and urls that should be shortened and missing meta descriptions on my subdomain (a help center of sorts). As far as I am aware, we have not set up any "no-index" rules for this subdomain. Are these items affecting SEO on my main domain? Thanks,
On-Page Optimization | | annegretwidmer
Kasey0 -
Hreflang Errors 404 vs "Page Not Found"
For a websites that differ between catalogs (PDPs) what hreflang error causes the least harm? Obviously the best solution is to only have hreflang for shared products, but this takes more work to implement. So when no identical product exists... 1. Hreflang points to 404 or 410 error. 2. Hreflang points to 200 status "Page Not Found" page. This obviously has the additional issue of needing to point back to 100+ urls. I want to avoid having Google decide to ignore all hreflang due to errors as many correct urls will exist. Any thoughts?
On-Page Optimization | | rigelcable0 -
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 -
Do you need to include the top menu on every single page of the site in the code?
When using cache: on google, and clicking on Text-only version, our site has the top menu gibberish on top? My feeling is that this take away SEO juice from our title and focus keyword. Our website is culinarydepotinc.com
On-Page Optimization | | Sammyh1 -
Should I include unnecessary pages in the sitemap.xml
I have a lot of pages that I don't want Google to index, so for most of them, I used cannonical, were they were duplicates, noindex were I wanted to remove the pages, but the question is: Should I include these pages in the sitemap.xml, or just the important pages? Also should I include them in order to get the changes indexed fastet by Google?
On-Page Optimization | | Silviu0 -
Why is Google replacing my meta title with the business name on home page?
For all queries that return the home page, Google is not showing my meta title. Instead it replaced it with the official business name which of course makes it harder to rank for key terms since they don't exist now in the meta title. You can see this is you search on "mt view estate planning attorney". The site in question is dureelaw.com and the title showing is "The Law Office of Daniel L. DuRee." View the source and you'll see my meta title. Why is Google substituting it?
On-Page Optimization | | katandmouse0 -
"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 -
Does the link title attribute benefit seo?
Hello, Anyone could tell me the benefit SEO of link title attribute. Is **Link Title **ranking factor? Thanks
On-Page Optimization | | JohnHuynh0