Generators
Robots.txt Generator
Build Your Robots.txt
Configure your settings above and click Generate robots.txt to create your file.
Tool features
SEO Control
Multiple User Agents
Sitemap Integration
Crawl Delay
What is robots.txt & how it works
robots.txt is a plain-text file at the root of your site (https://example.com/robots.txt) that tells search engine crawlers which paths they may and may not crawl. Each group starts with a User-agent line followed by Allow and Disallow rules, and the file can point crawlers to your XML sitemap.
It controls crawling, not indexing or access: a disallowed URL can still appear in search results if other sites link to it, and the file is public, so it is no place to hide private areas. Use it to keep crawlers out of admin pages, search results and duplicate content, and to save crawl budget for the pages that matter.
How to use this tool
Related tools
Frequently asked questions
noindex meta tag or X-Robots-Tag header instead.Crawl-delay; Bing and some other crawlers honour it.Disallow: /, for example User-agent: GPTBot, User-agent: Google-Extended or User-agent: CCBot. Compliance is voluntary.Disallow: with no path allows everything for that user agent. Disallow: / blocks the whole site, which is a common and costly mistake on a live site.