Forum Moderators: goodroi
For Example:..... the true page is "/glow_categories/41/glow_sticks.html" however our server knows to go to category "41",
so even "/glow_categories/41/webmasterworldqwerty.html" would still go to the same page. Make sense?
Anyway...
we had written some links on our website incorrectly, and they appeared as /glow_categories/41/glowsticks.html. They still go to the same page as the original link posted above.
The links have been updated however Google have already indexed them. If I exclude these through my robots.txt file to get them removed from their index, will Google re index them although they are not linked to on any of our pages?
Thanks
It has been done in such a way that after a certain point, the rest of the URL does not matter.
This is essentially creating a duplicate-content problem for yourself, and one that could be exploited by competitors. You should add logic to your page-generation script that tests the URL PathInfo against your database, and issues a 301 redirect to the correct URL if the PathInfo does not contain the canonical URL-path for that "page."
Jim