Last active
April 1, 2021 18:59
-
-
Save warderer/0ae91ef96c82a5a39162e8d708aaf2ea to your computer and use it in GitHub Desktop.
[Robots.txt on Wordpress] with sitemap from Joast SEO #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
| User-agent: * | |
| Disallow: /home/wp-admin/ | |
| Allow: /home/wp-admin/admin-ajax.php | |
| # Disable search indexing | |
| Disallow: /?s= | |
| Disallow: /search/ | |
| #Sitemap URL | |
| Sitemap: https://www.mysite.com/sitemap_index.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment