I was under the impression Google doesn’t index Session IDs. :-)
A session ID is a unique number that a Web site’s server assigns to identify a specific user for the duration of that user’s visit.
Because session id are temporary, Google [is not supposed to] index temporary pages, so how come the first position here contains the session id parameter?






May 8th, 2008 at 19:36
I’m not so sure Google doesn’t index URLs with session IDs.
According to Google’s Webmaster Guidelines:
“Allow search bots to crawl your sites without session IDs or arguments that track their path through the site. These techniques are useful for tracking individual user behavior, but the access pattern of bots is entirely different. Using these techniques may result in incomplete indexing of your site, as bots may not be able to eliminate URLs that look different but actually point to the same page.”
This basically implies that duplicate copies of a web page may get indexed when using sessions IDs.