AI crawler guide

AI Robots.txt Generator

Generate robots.txt rules for GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, and other AI crawlers.

Build your AI crawler policy

Enter a site and choose whether AI systems should discover, cite, or train on your content.

Policy preset

    

    
  

Search intent

Users want copy-paste crawler rules that separate AI search visibility from model-training opt-out.

Practical checklist

  • Allow search and user-triggered bots if AI discoverability matters.
  • Block training bots when the goal is opt-out from training use.
  • Remember that robots.txt is voluntary and does not protect private content.

Copy-paste starter pattern

User-agent: OAI-SearchBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: Claude-SearchBot
Allow: /

User-agent: Claude-User
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Perplexity-User
Allow: /

User-agent: GPTBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: FacebookBot
Disallow: /

User-agent: Amazonbot
Disallow: /

User-agent: cohere-ai
Disallow: /

User-agent: *
Allow: /

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

Related crawler pages