$devtoolkit.sh/tools/robots-txt-generator

Robots.txt Generator

Build a robots.txt file with rules, sitemap, and common presets.

rules
Rule 1
output
User-agent: *

Related Tools

FAQ

Where do I place the robots.txt file?
It must be in the root of your domain, e.g. https://example.com/robots.txt.
Does robots.txt block all bots?
No. robots.txt is advisory. Malicious bots may ignore it. Use server-level access controls to truly block traffic.
Can I allow some paths and disallow others?
Yes. Add multiple Allow and Disallow rules per User-agent. More specific rules generally take precedence.

Create a valid robots.txt file by adding User-agent rules, Allow and Disallow directives, and a Sitemap URL. Quick presets cover the most common setups: Allow All, Block All, and Block Specific Bots. The generated file is shown with syntax highlighting and a copy button.

/tools/robots-txt-generatorv1.0.0