Duplicate title issue
-
During the crwal SEO moz found duplicate title problems with quite a good number of pages. This was because my site has test questions like
http://www.skill-guru.com/12/scjp-5-mock-test/questions
and when user does next or previous, they can traverse to different pages but the title and descrition would remain same.
How can this probkem be resolved ?
-
That's a really tough one. For paginated search results, I would normally go with @128K's suggestion - let Google follow the search results, but don't index them. Unfortunately, these are both search results AND your content, which is a bit unusual.
I would still consider the META robots tag. Here's my argument - while all of these results are unique, landing on question #21 isn't very useful to search visitors, and they might bounce. It probably makes more sense to land them all on page #1. While you'll lose some indexable content, I suspect the higher conversion and loss of duplicates would offset that.
Rand had a good post about pagination, but again, it assumes a more typical search-results scenario (like a list of product snippets and titles):
http://www.seomoz.org/blog/pagination-best-practices-for-seo-user-experience
Likewise, the pages aren't duplicates, so I'd avoid the canonical tag, in the usual sense. There are viable AJAX approaches, but some will make the full content invisible to spiders.
There are SEOs who advocate using the canonical tag, but canonicalizing to a version of the page that displays ALL of the results on one page. That way, visitors still go through the list, but Google would see the full page of answers. You could also default Google to a different count of results/page (like 100) but then default visitors to 10, etc. It borders on cloaking, but it's off-white at worst, in my opinion.
-
The only thing I can suggest would be Ajax, but I'm sure someone more knowledgeable than myself will have a better answer for you. In any case, good luck.
-
In my case the contents are different. It is only the title and keywords which are repeated across pages. Since keywords tag is not important anymore, it is only the title which is hurting me.
-
Technically it's not duplicate content. If he gets traffic to particular keywords phrases from the test content then canonicalization would hurt his traffic. The traffic from the keywords might not be targeted to test takers, but if that's your only form of traffic then rel canonical would hurt; BAD. Please, correct me if I'm wrong though.
From google:
Must the content on a set of pages be similar to the content on the canonical version?
Yes. The rel="canonical" attribute should be used only to specify the preferred version of many pages with identical content (although minor differences, such as sort order, are okay).
You should probably research for yourself before you take anyone's advice: http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=139394
Personally though, I'd look into ajax. There are many freely available resources that you can use. Hope that helps.
-
This is a great example of good canonical usage.
-
You could change the title/description for each page reflecting the content, but that would take forever and probably doesn't fluctuate much page to page (on that specific test.) Optionally you could try using meta robots, but you may not rank when people search specific code snippets (or other test questions.)
name="robots" content="FOLLOW,NOINDEX" />
You might try out using ajax for the pages as in googles eyes it would only be considered one page. Hope it's helped.
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
-
Duplicate Page Title for multilingual wordpress site
Hello all, I have received my first crawl reports and I find a lot of errors of duplicate page title. In the wordpress site I use the qtranslate plugin in order to have the site in 2 languages. I also use the Yoast SEO plugin in order to put titles, description and keywords to each web page. By looking deeply in the duplicate page title errors I think I found that the problem is that every web page takes the same SEO Title for each language. But I am not 100% sure. I tried to use some shortcodes of the qtranslate plugin like the following ABOUT [:en]About in order to indicate and give different titles per language for one web page but that doesn't seem to work. Does anybody here has experienced the same problem as me? Do you have any suggestions about how to ressolve the problem of the duplicate page title? I can give you the URL of the website if you need it to have a look. Thank you in advanced for your help. I really appreciate that. Regards, Lenia
Technical SEO | | tevag0 -
Duplicate title tags and meta description tags
According to GWT, it seems that some of the pages on my website have duplicate title and meta tags. The pages identified by Google are nothing but dynamic pages: http://www.mywebsite.com/page.php
Technical SEO | | sbrault74
http://www.mywebsite.com/page.php?param=1
http://www.mywebsite.com/page.php?param=2 The thing is that I do use the canonical link tag on all pages. Should I also use the "robots noindex" tag when the page is invoked using a GET parameter? Again sorry for my english. Thank you, Stephane1 -
Title and description tags
Hi everyone! What is the maximum length a title tag should be and what range should a seo description be for best practice?
Technical SEO | | PeterM220 -
How to resolve this Duplicate content?
Hi , There is page i get when i do proper menu navigation Caratlane.com>jewellery>rings>casualsrings> http://www.caratlane.com/jewellery/rings/casual-rings/leaves-dew-diamond-0-03-ct-peridot-1-ct-ring-18k-yellow-gold.html When i do a site search in my search box by my product code number "JR00219" The same page is appears with different url http://www.caratlane.com/leaves-dew-diamond-0-03-ct-peridot-1-ct-ring-18k-yellow-gold.html So there is a duplicate content. How can we resolve it. Regards, kathir caratlane.com
Technical SEO | | kathiravan0 -
Duplicate Page Titles
I had an issue where I was getting duplicate page titles for my index file. The following URLs were being viewed as duplicates: www.calusacrossinganimalhospital.com www.calusacrossinganimalhospital.com/index.html www.calusacrossinganimalhospital.com/ I tried many solutions, and came across the rel="canonical". So i placed the the following in my index.html: I did a crawl, and it seemed to correct the duplicate content. Now I have a new message, and just want to verify if this is bad for search engines, or if it is normal. Please view the attached image. i9G89.png
Technical SEO | | pixel830 -
Duplicate Page Content and Titles
A few weeks ago my error count went up for Duplicate Page Content and Titles. 4 errors in all. A week later the errors were gone... But now they are back. I made changes to the Webconfig over a month ago but nothing since. SEOmoz is telling me the duplicate content is this http://www.antiquebanknotes.com/ and http://www.antiquebanknotes.com Thanks for any advise! This is the relevant web.config. <rewrite><rules><rule name="CanonicalHostNameRule1"><match url="(.*)"><conditions><add input="{HTTP_HOST}" pattern="^www.antiquebanknotes.com$" negate="true"></add></conditions>
Technical SEO | | Banknotes
<action type="Redirect" url="<a href=" http:="" www.antiquebanknotes.com="" {r:1"="">http://www.antiquebanknotes.com/{R:1}" />
</action></match></rule>
<rule name="Default Page" enabled="true" stopprocessing="true"><match url="^default.aspx$"><conditions logicalgrouping="MatchAll"><add input="{REQUEST_METHOD}" pattern="GET"></add></conditions>
<action type="Redirect" url="/"></action></match></rule></rules></rewrite>0 -
Crawl Errors for duplicate titles/content when canonicalised or noindexed
Hi there, I run an ecommerce store and we've recently started changing the way we handle pagination links and canonical links. We run Magento, so each category eg /shoes has a number of parameters and pages depending on the number of products in the category. For example /shoes?mode=grid will display products in grid view, /shoes?mode=grid&p=2 is page 2 in grid mode. Previously, all URL variations per category were canonicalised to /shoes. Now, we've been advised to paginate the base URLs with page number only. So /shoes has a pagination next link to /shoes?p=2, page 2 has a prev link to /shoes and a next link to /shoes?p=3. When any other parameter is introduced (such as mode=grid) we canonicalise that back to the main category URL of /shoes and put a noindex meta tag on the page. However, SEOMoz is picking up duplicate title warnings for urls like /shoes?p=2 and /shoes?mode=grid&p=2 despite the latter being canonicalised and having a noindex tag. Presumably search engines will look at the canonical and the noindex tag so this shouldn't be an issue. Is that correct, or should I be concerned by these errors? Thanks.
Technical SEO | | Fergus_Macdonald0 -
About duplicate content
Hi i'm a new guy around here, but i'm having this problem in my website. Using de Seomoz tools i ran a camping to my website, in results i get to many errors for duplicate conten, for example, http://www.mysite/blue/ http://www.mysite/blue/index.html, so my question is, what is the best way to resolve this problem, use a 301 or use the rel canonical tag? Wich url will be consider for main url, Thanks for yor help.
Technical SEO | | NorbertoMM0