Skip to content

Instantly share code, notes, and snippets.

@karrikas
Last active April 15, 2016 12:40
Show Gist options
  • Select an option

  • Save karrikas/570044178f35c0bcf7bf091a718d7222 to your computer and use it in GitHub Desktop.

Select an option

Save karrikas/570044178f35c0bcf7bf091a718d7222 to your computer and use it in GitHub Desktop.
robots.txt file for wordpress
# 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