Uttir

robots.txt Generator

Generate a valid robots.txt with allow and disallow rules, sitemaps, and AI crawler directives.

robots.txt Generator — robots.txt tells search engines and other crawlers which parts of your site they may visit. A well-formed file prevents wasted crawl budget and can block unwanted bots — including AI crawlers.

Your rules are generated locally in your browser. Nothing is sent to a server.

What is robots.txt generator?

robots.txt tells search engines and other crawlers which parts of your site they may visit. A well-formed file prevents wasted crawl budget and can block unwanted bots — including AI crawlers.

Pick which paths to allow and disallow, add your sitemap, and optionally include a section for AI crawlers. This generator produces a clean, standards-compliant robots.txt you can upload to your site root.

How to use it

  1. Set global rules

    Allow and disallow paths apply to all crawlers, e.g. /admin should be disallowed.

  2. Add your sitemap

    Include the full URL, for example https://yoursite.com/sitemap.xml.

  3. Choose AI crawler rules

    Optionally add a section that explicitly allows or blocks generative-AI crawlers like GPTBot and ClaudeBot.

  4. Copy and upload

    Save the output as robots.txt in the root of your domain.

Examples

A typical marketing site

Allow everything, point to the sitemap, and greet AI crawlers.

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

Result: A robots.txt with a universal allow rule, sitemap reference, and AI section.

Frequently asked questions

Related tools