Skip to content

Instantly share code, notes, and snippets.

@acjbizar
Created October 17, 2019 12:36
Show Gist options
  • Select an option

  • Save acjbizar/d45b16fb0b6882695c84f0a5d118acd6 to your computer and use it in GitHub Desktop.

Select an option

Save acjbizar/d45b16fb0b6882695c84f0a5d118acd6 to your computer and use it in GitHub Desktop.
A robots.txt boilerplate.
User-Agent: *
# Disallow indexing of URL's with query parameters.
Disallow: /*?*
# WordPress specific stuff.
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