Robots.txt Generator

Visual builder — output is plain robots.txt ready to drop at /robots.txt.

Common robots.txt patterns

User-agent: *
Disallow: /admin/
Disallow: /private/

Sitemap: https://example.com/sitemap.xml

Wildcards (Google + Bing)

Don't block your CSS/JS

Google has explicitly warned against blocking /assets/ or /static/ — modern crawlers render your page like a browser. Without CSS/JS they may flag your site as broken or non-mobile-friendly.

Privacy

The robots.txt is built locally in your browser. Nothing is uploaded.