Last active
July 20, 2019 23:22
-
-
Save sinebeef/4eb5fe75d539fc66872cb006dfc422e4 to your computer and use it in GitHub Desktop.
Wordpress ecommerce flavoured robots.txt blocking ? filters
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
# wordpress ecommerce flavoured robots.txt blocking ? filters | |
User-agent: * | |
Disallow: /*?* | |
Disallow: /blog/author/ | |
Disallow: /comments/ | |
Disallow: /login/ | |
Disallow: /feed/ | |
Disallow: /cart/ | |
Disallow: /checkout/ | |
Disallow: /wp-login.php | |
Disallow: /wp-admin/ | |
Allow: /wp-admin/admin-ajax.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment