Don's Tools · SEO & Marketing · Robots.txt Generator

Robots.txt generator

Build a correct robots.txt with rules, presets and a sitemap line, right in your browser.

Presets
Crawl-delay (optional)Sitemap URL (optional)
Works offline: built in your browser, nothing uploaded. Remember robots.txt guides crawlers but does not enforce privacy; for pages you must keep private, use authentication. Save the file as robots.txt in your site root.
Robots.txt Generator is a free SEO tool that builds a robots.txt file entirely in your browser, with nothing uploaded. It supports multiple user-agents with allow and disallow paths, an optional crawl-delay and a sitemap line, and offers presets such as allow everything, block everything and WordPress, with the file ready to copy or download.

Frequently asked questions

Is anything uploaded?

No. The robots.txt is built in your browser from your choices, with nothing uploaded. It works offline once loaded.

Does robots.txt keep pages private?

No. It only asks well-behaved crawlers what to crawl; it does not stop access or hide content, and the file itself is public. For truly private pages use authentication or the noindex meta tag.

Where do I put the file?

Save it as robots.txt in the root of your site, so it is reachable at your-domain.com/robots.txt. It must be at the root to be recognised.

Is Crawl-delay respected?

Some crawlers honour Crawl-delay, but Google ignores it and uses its own crawl rate settings instead. It is included as optional for the crawlers that do use it.

Should I list my sitemap here?

Yes. Adding a Sitemap line pointing to your sitemap.xml helps search engines discover all your pages, and it is independent of the allow and disallow rules.