How to use this developer tool
- Select a preset or edit raw directives.
- Add sitemap lines when needed.
- Enter a path to test.
- Review blocking warnings before deployment.
Generate robots.txt groups, crawler rules, sitemap declarations, and test a path against the resulting allow and disallow directives.
The tool creates crawler-access directives and highlights rules that block the entire site or expose sensitive path names.
Robots.txt controls crawling behavior; it is not an access-control system and does not guarantee de-indexing.
A wildcard group can allow the site while disallowing /admin/ and declaring the sitemap URL.
Disallow: / only when full blocking is intentional.Use User-agent: * followed by an empty Disallow directive or an Allow: / rule.
Add a Disallow directive for the admin path under the relevant user-agent group.
No. It controls crawling and does not always remove an already indexed URL.
Add an absolute Sitemap directive, usually near the end of the file.
Compare the path against the most specific matching allow and disallow directives.
| Directive | Meaning |
|---|---|
| User-agent | Crawler group |
| Allow / Disallow | Path crawl rules |
| Sitemap | Absolute sitemap URL |