Discover, trust, install: FAIR 1.0 is here

WP Robots Txt
Version: 1.3.5
Description
WordPress, by default, includes a simple robots.txt file that’s dynamically generated from within the WP application. This is great, but how do you easily change the content?
Enter WP Robots Txt, a plugin that adds an additional field to the “Reading” admin page where you can do just that. No manual coding or file editing required!
Simply visit https://your-site.com/wp-admin/options-reading.php and you can control the contents of your https://your-site.com/robots.txt
Installation
- Download the plugin
- Unzip it
- Upload the unzipped folder to
wp-content/plugins
directory - Activate and enjoy!
Or you can simply install it through the admin area plugin installer.
Faq
Delete all the content from the Robots.txt Content field and save the privacy options.
Yes. Be careful! That said, robots.txt
files are suggestions. They don’t really block bots as much as they suggest that bots don’t crawl portions of a site. That’s why the options on the Privacy Settings page say “Ask search engines not to index this site.”
Here is a general guide by Google and here is the WordPress SEO documentation.
Reviews
Doesn't work
By andrewpeterson on April 21, 2025
I followed their instructions and it didn't update the robots.txt file. It would be a great plugin if it worked!
Easy robots.txt edit
By George Kpax (gkpax) on January 7, 2025
Don’t know what WordPress does with robots.txt file and uploading manually to my server does not work. This plug-in fixed it quickly. Highly Recommend!
Simple and works!
By xeniajfp on January 16, 2024
Very simple to use and does what it says.. thanks a lot!!
Ottimo
By Gregorio (guidetutorial) on October 21, 2022
IT just started blocking google
By seamonster124 on January 15, 2019
Good
By Dima Stefantsov on January 15, 2018
Nice plugin
By rpaananen on September 3, 2016
Simple plugin that helped me to fix a js. problem in Google search
Very Useful Plugin
By shivi-gemstone on February 7, 2017
I am using this plugin to overcome my robots.txt problem. This is very useful plugin. http://www.gemstonesprices.in
Changelog
1.3.5
- Compatibility with WordPress 6.8
1.3.4
- Compatibility with WordPress 6.7
1.3.3
- Add Line Break to allow appending more rules. Thanks @flberger
1.3.2
- Add translation template
1.3.1
- Compatibility with WordPress 6.4
- WP Coding Standards compliant
1.3
- Ensure Compatibility with WP v6.3
- Increase PHP minimum required version
1.2
- Update the default robots.txt content
- Include sitemap reference
- Resolve code warnings/errors
- WP Coding Standards compliant
- Ensure Compatibility with WP v6
1.1
- Moved the settings field “officially” to the reading page
- General code clean up
1.0
- Initial version