hi everybody if i add filename.php in robots.txt file , does it affect only filename.php or pages like filename.php?parameter=444 ? thanks and sorry for my bad english
For more information about googlr robots.txt click http://www.google.com/support/webmasters/bin/topic.py?topic=8459
Hi, User-agent: * Disallow: /filename.php Code (markup): With this robots.txt, access to any URL starting with /filename.php is disallowed. /filename.php and /filename.php?parameter=444 will not be visited by the robots. Note that URL's in robots.txt must always start with /. Jean-Luc