Forum Moderators: Robert Charlton & goodroi
Should I choose one method to allow google to index and then use a noindex/nofollow meta tag for google in the other product views? Is G going to penalize based on duplicate content with multiple product views within the same site? And should I only publish one particular view in the sitemap or all the views of each product?
- eEagle630
You could put <meta name="robots" content="noindex"> on one version of the page, but do make sure than does not cut the bot off from being able to spider the rest of the site.
Put rel="nofollow" on "buy" links to stop those being indexed too.
Make sure that URLs are always constructed the same way:
shirts.php?size=20&colour=blue&logo=75 and
shirts.php?colour=blue&size=20&logo=75 and
shirts.php?colour=blue&logo=75&size=20 etc are all the same page, but are duplicates.
what you are doing is a totally legitimate use of your site ...
here's how dupe content penalty works - google decides which duplicate page is more important (using their own criteria), this page is then ranked in the normal way, the other (duplicate) pages are then downgraded/not ranked
... therefore you will still get a page that ranks.
the problem with dupe content is when it resides on different domains (like when someone has stolen your content) because it might not be 'your' page that ranks.
I have considered blocking bots fom one of the sites, using robots.txt - meaning just one of the sites will be indexed. This is not a problem. However, I have read (here on WebmasterWorld) that G will index a page if it is linked to from elsewhere (without regard to robots.txt). This doesn't sound right.
Is this true? Would I be safer using "noindex" in the meta tags instead?