# /robots.txt file for http://yourwebsite.com/ # Allows access to entire site for crawler1 User-agent: crawler1 Disallow: # Disallows access to entire site for crawler2 User-agent: crawler2 Disallow: / # Disallows access to any other user agent for the tmp directory and oldfile.html User-agent: * Disallow: /tmp Disallow: /oldfile.html