PDA

View Full Version : session id !!! double content in google !!


thompson
01-28-2006, 05:41 PM
hi everybody.

my site where indexed by google gets in the last days links like that:

www.sportsuche.info/ suggest.php?PHPSESSID=ec8b1845597771f4ce635bb52921 0e41

problem: this is double content to suggest.php !

how can this be done, that search egines did not get an session id ?

Newbie_from_Austria
01-28-2006, 08:20 PM
Hi Thompson,

simply use a robots.txt:

User-agent: *
Disallow: /submit.php
Disallow: /suggest.php

And in top_bar.tpl add rel="nofollow" to the links to the pages which are not ment for search engines.

Bye,
Wolfgang