On This Page
On This Page
Robots.txt Manager
Overview
Robots.txt Manager lets you edit and manage your site’s robots.txt file from the WordPress admin. No FTP or file editor needed. Add or edit directives for search engine crawlers. Reference your sitemap. Block or allow specific paths. The module typically serves a virtual robots.txt (via rewrite rules or a query) so you do not need a physical file. Changes take effect immediately after saving.

Site owners and SEOs who need to control crawler access via robots.txt without editing files directly. Useful for blocking admin, wp-includes,
other paths from indexing.
Features
Edit robots.txt from Admin
Sitemap Reference
Standard Directives
Virtual File
Use Cases
- CrawlerBlockingBlock wp-admin from crawlers
- PathBlockingBlock wp-includes, uploads, or other paths
- SitemapReferenceAdd sitemap reference
- CrawlerControlCustomize crawler behavior
Frequently Asked Questions
Does robots.txt block indexing?
robots.txt tells crawlers what not to crawl. It does not guarantee non-indexing. For sensitive content, use noindex meta or .htaccess. robots.txt can be ignored by some crawlers.
What if I have a physical robots.txt?
The module typically overrides the default. Check how your host serves robots.txt. The module may take precedence when enabled.

