I am facing duplicate content issue. I want know about the best solution to removing duplicates
We have 19 education levels which are attached with 200 categories please see following URLs. 19*200 = 3800 URLs e.g:
1. /abc/education-8-class. 1. /cds/education-8-class
2. /abc/education-9-class. 2. /cds/education-9-class
3. /abc/education-10-class. 3. /cds/education-10-class
4. /abc/education-11-class. 4. /cds/education-11-class
5. /abc/education-12-class. 5 /cds/education-12-class
6. …………….. ………………………
7. ……………. ……………
But for above URLs, same content is rendering. I want to remove all class level which is no more useful e.g (-8-class) from URLs
And I want to keep correct URL 1. /abc/education, 2. /cds/education
Now my actual URLs will be 200.
I am not able to select which method will be good from SEO point of view.
1.404
2.301 redirects
3. Canonical Tag
Or any others please suggest me
I'm with Hartley on this one. But it all depends on your content.
If you are going to have (and maintain duplicate content on all of these URL's) the the re-directs from the old URL's to the new URL's only take care of half of your problem, you still will be cannibalizing the rankings of these pages as they will be ''dinged' for duplicate content (worst case scenario) or at the very least, search engines will not know which version is to be representative, will not be able to discern any difference, and instead of trying to figure out which version should rank higher, both will receive a lower relevancy score. This is where the rel=canonical tag comes into play - which essentially tells Google, "hey, this is the representative version of this content that I want indexed," and to implement this you would need to add the <link rel="canonical" href="final destination URL goes here" /> to every URL that has duplicate content, all pointing back to the "champion" version.
Whenever you change URL's, that you wish to remain indexed you must do a 301 redirect for continuity of both page-level authority and so users/crawlers can make it to the correct final destination.