Forum Moderators: Robert Charlton & goodroi
www.exampledomain.com/a
www.exampledomain.com/b
www.exampledomain.com/c
etc.
I am noticing Google indexing some of the pages like this:
www.exampledomain.com/a/?N=D
in addition to indexing
www.exampledomain.com/a
When you click the www.exampledomain.com/a/?N=D it just takes you to what would normally be at www.exampledomain.com/a/
This can obviously become a duplicate content problem. This is a static site so i dont know where these dynamic delimeters are coming from. Why is google indexing this and what can be done to avoid a duplicate content penalty?
You can usually sort by name and last modified time (I think) - these dynamic URLs were most likely found via. that auto-index page.
As for the SEO implications - I wouldn't worry about it too much unless there are thousands of them. Eliminate any links that may still exist to them though.
[edited by: Chico_Loco at 2:25 am (utc) on Sep. 3, 2007]
Here is a recent thread about what can happen with extra QUERY_STRING URLs. In the following thread they are in the form of session IDs: [webmasterworld.com...]
There are also some suggestions about how to find them and get rid of them. I personally remove all QUERY_STRINGs from requests using mod_rewrite, so I don't have to worry about them for any reason.
Justin