Useful for
- Create a starting robots.txt file for a new website.
- Block selected crawler access to login or admin paths.
- Publish a sitemap location for search crawlers.
Generate a simple crawl-rules draft for Googlebot, Bingbot, Yahoo Slurp, and other user agents.
← Back to SEO ToolsGenerate a simple crawl-rules draft for Googlebot, Bingbot, Yahoo Slurp, and other user agents.
Allow named bots; disallow /admin; sitemap https://example.com/sitemap.xml
User-agent: *
Disallow: /admin
Sitemap: https://example.com/sitemap.xml
No. Compliant crawlers may follow it, but the listed URLs remain public. Protect private content with authentication and authorization.
Not reliably. Blocking crawling is different from controlling indexing. Use an appropriate noindex directive on accessible pages when indexing must be prevented.
Publish it as robots.txt at the root of the relevant host, then test the final live URL.