← All tools

Robots.txt & Sitemap Generator

Control what crawlers may fetch — and decide explicitly whether AI crawlers are welcome (for GEO, they should be: no crawl, no citation).

robots.txt

AI crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot)

robots.txt — serve at your domain root

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

User-agent: GPTBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Google-Extended
Allow: /

User-agent: CCBot
Allow: /

XML sitemap

List your canonical URLs only. Serve the file at /sitemap.xml and declare it in robots.txt above.

Paste URLs — the sitemap appears here.