Skip to content

Instantly share code, notes, and snippets.

@mortenbra
Created July 10, 2015 08:40
Show Gist options
  • Save mortenbra/a77f55b4bfd12666fe50 to your computer and use it in GitHub Desktop.
Save mortenbra/a77f55b4bfd12666fe50 to your computer and use it in GitHub Desktop.
robots.txt to prevent (well-behaved) bots from accessing dynamic content
User-agent: *
Disallow: /pls/
Disallow: /apex/
Disallow: /ords/
Disallow: /web/
Sitemap: http://www.mysite.example/sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment