Last active
August 29, 2015 14:26
-
-
Save dscamahorn/c24ad8dba6466e4c1758 to your computer and use it in GitHub Desktop.
Sample robots.txt file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#All Bots | |
User-agent: * | |
#Exceptions | |
Disallow: /folder/ | |
Disallow: /file.xyz | |
#Ask | |
User-agent: Teoma | |
#Assets that do not have meta tags | |
Disallow: /folder/ | |
Disallow: /file.xyz | |
#Nutch | |
User-agent: Nutch | |
#Assets that do not have meta tags | |
Disallow: /folder/ | |
Disallow: /file.xyz | |
#The Internet Archive, Alexa | |
User-agent: ia_archiver | |
#Disallow crawling of entire site | |
Disallow: / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment