Duplicate currency page variations?
-
Hi guys,
I have duplicate category pages across a ecommerce site.
http://s30.postimg.org/dk9avaij5/screenshot_160.jpg
For the currency based pages i was wondering would it be best (or easier) to exclude them in the robots.txt or use a rel canonical?
If using the robots.txt (would be much easier to implement then rel canonical) to exclude the currency versions from being indexed what would the correct exclusion be?
Would it look something like:
Disallow: */?currency/
Google is indexing the currency based pages also:
http://s4.postimg.org/hjgggq1tp/screenshot_161.jpg
Cheers,
Chris -
I would suggest using rel canonical tag, as this is what it was intended for:
-
Thanks Woody,
Ok, any issues with adding no-index tag - Disallow: */?currency/ to robots.txt?
Rel canonical would be very difficult to implement (CMS is Wordpress) to implement and super time consuming.