Duplicate Indexing Problems
37038
I'm getting duplicate pages on my site even though I'm using this code in my page template.
[store.if page="on"]
<meta name="robots" content="noindex,follow" />'
[/store.if]
Google is indexing the wrong URL and it's completely killed my rankings. Is there something wrong with the code?
Here's an example of the two pages Google is grabbing...
/shop/category/animal-checks/dogs-puppies/alaskan-malamute-checks/
/shop/category/animal-checks/dogs-puppies/alaskan-malamute-checks/?ppp=48
and it's indexing the url with /?ppp=48 on it.
Here's another example of duplicate pages Google is finding....
/shop/category/nature-checks/flowers/
/shop/category/nature-checks/flowers/?ppp=24
/shop/category/nature-checks/flowers/?ppp=36
/shop/category/nature-checks/flowers/?ppp=48&sort=name
/shop/category/nature-checks/flowers/?ppp=48
/shop/category/nature-checks/flowers/?ppp=96&sort=name
How can I fix this indexing issues with Google?
|