Forum Moderators: open
I soon noticed that GB would no longer index my content. So I found the "slash-separated parameters" solution on this forum, and my urls presently look like :
[volavoile.be...]
Needless to say, the sid is present only if the client refuses cookies, which means that it must be inserted at the entry point (so that the script can check whether the client accepts cookies or not, and not loose the session in any case).
On the day I put on line the modified program, I recorded *several hundred* GB hits. GB activity has now come to a more normal rate, but only the sitemap (main entry point) gets indexed...
Any idea?
The "slash" URL you provided is even worse! By including the Session ID at the end, you are presenting what would appear to Google as an infinite # of pages!
That is probably why you got a large # of Googlebot hits, and then the poor little robot finally decided your site was a bottomless pit and gave up!
Remove the session ID from your URL (at least for robots), and you should be OK.