Skip to content

Instantly share code, notes, and snippets.

@dscamahorn
Last active August 29, 2015 14:26
Show Gist options
  • Save dscamahorn/c24ad8dba6466e4c1758 to your computer and use it in GitHub Desktop.
Save dscamahorn/c24ad8dba6466e4c1758 to your computer and use it in GitHub Desktop.
Sample robots.txt file
#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