Quick question on robots.txt files... I have a URL I don't want bots to crawl: www.testing.com/click.php?link=example.com Is this what I should use for the robots.txt file? User-agent: * Disallow: /click.php What about if the URL is: http://www.test.com/contact?comment=yes&subject=blah Is the below right? User-agent: * Disallow: /contact even though I'm using a rewrite on contact.php?