Created
October 9, 2013 17:59
-
-
Save intelliweb/6905453 to your computer and use it in GitHub Desktop.
A good default robots.txt file for WordPress sites
This file contains hidden or 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
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