home

Session ID’s and Google: Part 2

July 20th, 2007
Written By: Adam Sussman


I wrote a couple weeks ago Are PHP Session ID’s A Cause for Duplicate Content with Google?

Following that post I got hit with a few friendly IM’s from some Search Engine Gurus telling me that Google handles Session ID’s well and tends to ignore them.

I just launched a new site the other week and I decided to keep session ID’s on just to see what would happen and today when doing a site:domain.com I see Google has indexed my site with session IDs appended to the URL.

I do not yet see multiple pages of the same URL indexed which makes me think no duplicate content but heck, my nice look SEO URLs look so nasty in the SERPs with PHPSESSID=88a2d1d6db61c1d5532423430b7e3e52 appended to end of each URL.

 

Update: July 22, 2006

I am seeing one of my homepage URL indexed by Google for multiple Session IDs.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • digg
  • Furl
  • Shadows
  • Simpy
  • Spurl
  • YahooMyWeb

One Response to “Session ID’s and Google: Part 2”

  1. Kaolin Fire
    October 28th, 2007 13:24
    1

    Of course, you could just not give google any sids, but leave them for the rest of the population:

    if (strpos($_SERVER[”HTTP_USER_AGENT”],”Googlebot”) === false) {
    ini_set(”session.use_trans_sid”,”on”);
    ini_set(”session.referer_check”,”www.gudmagazine.com”);
    }

Leave a Reply


  • Meta