Created
September 28, 2011 23:02
-
-
Save mikedamage/1249504 to your computer and use it in GitHub Desktop.
Boilerplate WordPress robots.txt
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
User-agent: * | |
Disallow: /cgi-bin | |
Disallow: /wp-admin | |
Disallow: /wp-includes | |
Disallow: /wp-content/plugins | |
Disallow: /wp-content/cache | |
Disallow: /wp-content/themes | |
Disallow: /trackback | |
Disallow: /feed | |
Disallow: /comments | |
Disallow: /category/*/* | |
Disallow: */trackback | |
Disallow: */feed | |
Disallow: */comments | |
Disallow: /*?* | |
Disallow: /*? | |
Allow: /wp-content/uploads | |
# Google Image | |
User-agent: Googlebot-Image | |
Allow: /* | |
Disallow: /cgi-bin | |
Disallow: /wp-admin | |
Disallow: /wp-includes | |
Disallow: /trackback | |
Disallow: /comments | |
# Google AdSense | |
User-agent: Mediapartners-Google* | |
Disallow: | |
Allow: /* | |
# Internet Archiver Wayback Machine | |
User-agent: ia_archiver | |
Disallow: / | |
# digg mirror | |
User-agent: duggmirror | |
Disallow: / | |
Sitemap: http://www.YOUR_URL_HERE.com/sitemap.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment