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.
Why SEOmoz says to keep title tag not more than 65 character?
-
Why SEOmoz says to keep title tag not more than 65 characters?
I have this question that what is the disadvantage if my meta title is 150 character? Why everyone focus in keeping it short ?
If i put all my important keywords in starting of title tag say in first 65 characters and keep the title 100-150 character how can it hurt my website? Google will consider 65 character, right but it won’t penalize me for having 110 character then please explain Why we focus so much…
I know i used too many why
just to tell i am nt a lawyer
just trying to act like one
, just kidding.
-
I have heard that Google does indeed use characters after the 65 character display limit in its ranking algorithms. Is this true and does it therefore make sense to have title tags longer than 65 characters, so long as the first 65 characters (or 60 in many cases) are a complete thought on their own?
Here is a page describing this strategy:
-
The Title tag will help you rank but it's also very important for direct users as with a "spamy" look with a very long staffed title tag user will / can wander.
Related with the SEO factor, with many words within the title tag the keyword power will be diluted.
Personally I keep everything as short as possible but in some cases when the title is dynamic (post name or whatever) if it looks right then you can let it slide (see thetitle of this page - is 70+ but it looks right.. right ? :))
I am curious about what other people feel about this ...
-
I'm no expert but my tuppeny's worth:
Re: the meta "description" tag, it's because if it's ridiculously long it gets truncated on a Google Serps page with ellipsis (...) There is one school of thought that actually favours this on the grounds that it supposedly encourages "curiousity value" click through, eg "This website shows you how to make $1million just by...[ABRUPT STOP]
Re: Title tag, a similar argument applies, although (& I stand to be corrected) the rule of thumb is anything over about 80 chars begins to look spammy, as does repeating any one word in the title tag more than twice.
-
Simple, Google will only display 65 characters in the SERPs pages and you need to craft your titles for the maximum benefit which includes getting click throughs.
Also If you have 100 - 150 characters then each word is diluted in strength (to a degree) and if it needs to be that long then your page isn't as focused as it could be, you may be better off with 2 pages targeting different aspects of the keywords.
Keywords at the beginning of a title tag are currently thought to be useful - http://www.seomoz.org/article/search-ranking-factors#ranking-factors
However correlation data shows keywords in title may actually have a negative correlation to ranking - http://www.seomoz.org/blog/google-vs-bing-correlation-analysis-of-ranking-elements - (On Page Keyword Usage section)
You won't really be penalized for it, but it's certainly not best practise.
-
Shashank,
Google and most other search engines only display a max of between 65/70 characters in the SERP. You've got that much space to get your keyword in there and maybe a call to action (although you can further target this in your description where you get a max of 155 charcters before the cut off).
You've also got to ask yourself if you put a 150 character title tag how it will benefit your site, if at all
Also, don't forget that the title/description are used to improve CTR too (and not just for rankings) so having a spammy looking Title with 3 keywords put in the displayed character length with no consideration for human readability will have a negative affect on your CTR.
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
-
Near Duplicate Title Tag Checker
Hi Everyone, I know there are a lot of tools like Siteliner, which can check the uniqueness of body copy, but are there any that can restrict the check to the title tags alone? Alternatively, is there an Excel or Google Sheets function that would allow me to do the same thing? Thanks, Andy
Intermediate & Advanced SEO | | AndyRSB0 -
Move to new domain using Canonical Tag
At the moment, I am moving from olddomain.com (niche site) to the newdomain.com (multi-niche site). Due to some reasons, I do not want to use 301 right now and planning to use the canonical pointing to the new domain instead. Would Google rank the new site instead of the old site? From what I have learnt, the canonical tag lets Google know that which is the main source of the contents. Thank you very much!
Intermediate & Advanced SEO | | india-morocco0 -
Htaccess - Redirecting TAG or Category pages
Hello Fellow Moz's, We have an issue redirecting some /TAG and /Category pages to inner pages. As an example we use: RedirectMatch 301 /category/Sample-Category(.*) https://OurDomain.com.au/New-Page//$1 That works well. The issue is we have other categories and tags that are named similar to /Sample-Category As an example, if we try to redirect /Sample-Category-1 to /New-Page-1 - it will not work, and redirects to /New-Page I assume this is because /Sample-Category is already being redirected, so anything after /Sample-Category like -1 or -2 or -3 etc, will not be recognized. Anyone know of a workaround?
Intermediate & Advanced SEO | | Jes-Extender-Australia0 -
How (or if) to apply re canonical tags to Shopify?
Anyone familiar with Shopify will understand the problems of their directory structure. Every time you add a product to a 'collection' it essentially creates a duplicate. For example... https://www.domain.com/products/product-slim-regular-bikini may also appear as: https://www.domain.com/collections/all/products/product-slim-regular-bikini https://www.domain.com/collections/new-arrivals/products/product-slim-regular-bikini https://www.domain.com/collections/bikinis/products/product-slim-regular-bikini etc, etc It's not uncommon to have up to six duplicates of each product. So my question is twofold: Firstly, should I worry about this from an SEO point of view? I understand the desire to minimise potential duplicate content issues and also in focussing the 'juice' on just one page per product. But I also planned on trying to build the authority of the collection pages. If I request Google not to index the product pages which link off the collections, does this not devalue these collections pages? Secondly, I understand the correct way to fix these is using 'rel canonical' tags, but I'm not clear about HOW to actually do this. Shopify support has not been very helpful. They have provided two different instructions, so just added to the confusion (see below). Shopify instruction #1: Add the following to the theme.liquid file... <title><br />{{ page_title }}{% if current_tags %} – tagged "{{ current_tags | join: ', ' }}"{% endif %}{% if current_page != 1 %} – Page {{ current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}<br /></title>
Intermediate & Advanced SEO | | muzzmoz
{% if page_description %} {% endif %} Shopify instruction #2: Add the following to each individual product page... So, can anyone help clarify: The best strategic approach to this inherent SEO issue with Shopify (besides moving to another platform!)? and If 'rel canonical' tags is the way to go, exactly where and how to apply them? Regards, Murray1 -
Yoast seo title question
I was referred to this plugin and have found it to be the most irritating and poorly designed plugin in the world. I want to be able to set my titles without it changing my page headers as well. For instance - If I set my title to be "This is my article name | site name" it will make my H1 tag read the same. I do not want or desire this nonsense. Why would they think this is something wise? Why would I want my site name on every single H1 tag on my site? How can I fix this? I only want my title to be my title. I want my H1 tag to remain the post/page name that I define in wordpress.
Intermediate & Advanced SEO | | Atomicx0 -
Page title and slug as complements to one another?
When creating a page, is it ever worthwhile to ensure that there's minimal duplication in the keywords in the page title vs. the slug? Or is it more like the title is more like a sentence description of the page and the slug is a scannable set of keywords that describes the page, and duplication doesn't really matter.
Intermediate & Advanced SEO | | TheaterMania0 -
Does a UTM tag influence the linkvalue?
Will Google value a link with a UTM tag the same as a clean link without a UTM tag? I should say that a UTM tag link is not a natural link so the linkvalue is zero. Anyone any idea how to look at this?
Intermediate & Advanced SEO | | TT_Vakantiehuizen0 -
Any penalty for having rel=canonical tags on every page?
For some reason every webpage of our website (www.nathosp.com) has a rel=canonical tag. I'm not sure why the previous SEO manager did this, but we don't have any duplicate content that would require a canonical tag. Should I remove these tags? And if so, what's the advantage - or disadvantage of leaving them in place? Thank you in advance for your help. -Josh Fulfer
Intermediate & Advanced SEO | | mhans1