Last active
April 15, 2016 12:40
-
-
Save karrikas/570044178f35c0bcf7bf091a718d7222 to your computer and use it in GitHub Desktop.
robots.txt file for 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
| # http://jvalenzuela.es/robots-txt-para-wordpress/ | |
| User-agent: * | |
| Disallow: /wp-login | |
| Disallow: /wp-admin | |
| Disallow: //wp-includes/ | |
| Disallow: /*/feed/ | |
| Disallow: /*/trackback/ | |
| Disallow: /*/attachment/ | |
| Disallow: /author/ | |
| Disallow: /*/page/ | |
| Disallow: /*/feed/ | |
| Disallow: /tag/*/page/ | |
| Disallow: /tag/*/feed/ | |
| Disallow: /page/ | |
| Disallow: /comments/ | |
| Disallow: /xmlrpc.php | |
| Disallow: /*?s= | |
| Disallow: /*/*/*/feed.xml | |
| Disallow: /?attachment_id* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment