Forum Moderators: DixonJones
Evidently the question mark means something, but I have been unable to find info about it searching w3c or with Google.
My web host said it was due to Webalizer and they removed the reference, but I've since deleted all Webalizer files and directories from my server and it still happens.
If too long to explain here, please suggest a place for me to go research. Thx!
The info I found talks about scripts, dynamic pages and php but my site is plain vanilla html, no scripts, no php, no database.
I discovered this when I saw googlebot "getting" some "pages" that didn't exist. Then I discovered that G has my home page indexed and has indexed my home page several more times as a supplemental result using several different ? query strings.
Is there a way to prevent this? Or, is this something I shouldn't prevent even though G has my home page listed several times as supplemental result?
Somebody must be linking to you with the query string -- why I don't know, but clearly it happens. If you don't need query string then you might want to have script there that will detect presense of query string, and if its present redirect to proper-non-query stringed URL.
This should help search engine wise.
...off to search WebmasterWorld and learn how to write a permanent redirect with a wild card for these query strings. :)