Created
October 17, 2019 12:36
-
-
Save acjbizar/d45b16fb0b6882695c84f0a5d118acd6 to your computer and use it in GitHub Desktop.
A robots.txt boilerplate.
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
| 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