Duplicate pages indexed in Google
- by Mert
I did a small coding mistake and Google indexed my site incorrectly.
This is the correct form: https://www.foo.com/urunler/171/TENGA-CUP-DOUBLE-HOLE
But Google indexed my site like this: https://www.foo.com/urunler/171/cart.aspx
First I fixed the problem and made a site map with only the correct link in it. Now I checked webmaster tools and I see this:
Total indexed 513 Not selected 544 Blocked by robots 0
So I think this can be caused by double indexes, and it looks like the pages not selected makes the correct pages not indexed. I want to know how to fix the "https://www.foo.com/urunler/171/cart.aspx" links. Should I fix in code or should I connect to Google to re-index my site?
If I should redirect wrong/duplicate links to correct ones, how should that be done?