Skip to content

Instantly share code, notes, and snippets.

@intelliweb
Created October 9, 2013 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save intelliweb/6905453 to your computer and use it in GitHub Desktop.
Save intelliweb/6905453 to your computer and use it in GitHub Desktop.
A good default robots.txt file for WordPress sites
User-agent: *
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /wp-includes/js
Disallow: /trackback
Disallow: /category/*/*
Disallow: */trackback
Disallow: /*?*
Disallow: /*?
Disallow: /*~*
Disallow: /*~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment