Last active
June 1, 2016 15:30
-
-
Save edheltzel/90de1c7c1ad169f6f273 to your computer and use it in GitHub Desktop.
RobotsTXT file for Wordpress
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
# Rainy Day Media Flux Wordpress RobotsTXT | |
# we are allowing everything to be indexed based on Yoast - https://yoast.com/wordpress-robots-txt-example/ | |
User-agent: * | |
Allow: / | |
User-agent: Mediapartners-Google | |
Allow: / | |
User-agent: Adsbot-Google | |
Allow: / | |
User-agent: Googlebot-Image | |
Allow: / | |
User-agent: Googlebot-Mobile | |
Allow: / | |
User-agent: ia_archiver* | |
Disallow: / | |
User-agent: duggmirror | |
Disallow: / | |
# Disallow these directories, url types & file-types for all BOTS | |
Disallow: /cgi-bin | |
Disallow: /wp-content/upgrade/ | |
Disallow: /search/*/feed | |
Disallow: /search/*/* | |
Disallow: /readme.html | |
Disallow: /license.txt | |
Disallow: /*?* | |
Disallow: /*? | |
Disallow: /*.php$ | |
Disallow: /*.js$ | |
Disallow: /*.inc$ | |
Disallow: /*.css$ | |
Disallow: /*.gz$ | |
Disallow: /*.wmv$ | |
Disallow: /*.cgi$ | |
Disallow: /*.xhtml$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
updated based on https://yoast.com/wordpress-robots-txt-example/