Robots.txt Helper
Generate a clean robots.txt file quickly.
How to use
- Choose a Preset to start from a common pattern, or leave Custom and fill the fields yourself.
-
Set User-agent to the crawler group (use
*for all bots that follow this file). -
Add Disallow and Allow paths, one per line.
Paths should look like URLs without the domain (e.g.
/admin/); a leading/is added if you omit it. -
Optionally set Crawl-delay and Sitemap. In
presets, replace
example.comwith your real site. -
Use Copy or Download to save the text. Upload
the file as
robots.txtat the root of your site (same host as your pages), e.g.https://yoursite.com/robots.txt. - Reset clears the form to defaults. Editing any field after a preset switches you back to Custom.
robots.txt is a polite request to crawlers, not access control. Do not rely on it to hide private URLs.