I know that google don't index sessions pages (session_start() in php) but take a deep look here: http://www.google.com/search?source...XA:2005-37,DVXA:en&q=site:canyorpersonals.com
Google doesn't index sessions as long as session variables aren't contained in links or the url of any page on the site. Otherwise google will index away. Ex: session_start(); mysite.com No Problem... session_start(); mysite.com?userid=$PHPSESSID Indexed with the session id in the url.... Forums and other dynamically generated pages that contain the session variable cause the most problems, but most can be setup to get rid of the session id in the url.