robots.txt Generator for WordPress
Assemble a robots.txt file for your WordPress site: set the sitemap rule, block the back end, limit AI crawlers and the internal search. Everything is computed in your browser; nothing is sent. Upload the finished file to your site's root directory. More on the role of robots.txt in technical SEO for WordPress.
The standard, open rule for all crawlers. Uncheck only if you want to block the whole site (e.g. a staging environment).
Blocks indexing of the entire site. Use for staging and test sites. Note: this is not password protection, only a request to crawlers.
The standard WordPress rule: blocks the back end but keeps access to admin-ajax.php, which many plugins need.
Prevents indexing of search result pages, which create thin content and waste crawl budget.
Hides readme.html and license.txt, which can reveal the WordPress version.
Blocks known bots that collect content for training AI models (GPTBot, CCBot, Google-Extended, ClaudeBot and others). Note: this is a voluntary request and not every bot honors it.
robots.txt file in the root directory (available at /robots.txt). Remember: robots.txt is a hint for crawlers, not a security measure. To hide content use a password (.htpasswd) or noindex. Blocking in robots.txt does not remove a page from the index if it is already there.

