Skip to content

Instantly share code, notes, and snippets.

@sinebeef
Last active July 20, 2019 23:22
Show Gist options
  • Save sinebeef/4eb5fe75d539fc66872cb006dfc422e4 to your computer and use it in GitHub Desktop.
Save sinebeef/4eb5fe75d539fc66872cb006dfc422e4 to your computer and use it in GitHub Desktop.
Wordpress ecommerce flavoured robots.txt blocking ? filters
# 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