robots.txt Generator

Create valid robots exclusion protocol files for search engine crawlers

User Agent & Directives
Crawl Delay (Optional)

Crawl delay is supported by Bing, Yahoo, and some bots. Googlebot ignores it.

Sitemap URL (Optional)
Presets
Generated robots.txt
# robots.txt - generated\n# Edit rules above to customize\n\nUser-agent: *\nAllow: /\n

What is robots.txt?

The robots exclusion protocol (robots.txt) tells search engine crawlers which pages of your site should and should not be indexed. It lives at your domain root (e.g., example.com/robots.txt) and is one of the first files bots check before crawling.

Related Reading