AI crawler guide

Free llms.txt Generator

Create a clean llms.txt draft for a website with title, summary, key pages, docs, policies, and sitemap references.

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 a publishable markdown file that follows the proposed llms.txt structure without reading the whole spec.

Practical checklist

  • Start with the homepage, docs, pricing, changelog, and canonical guides.
  • Keep descriptions short enough for a model to scan quickly.
  • Use absolute URLs so the file works when copied into any hosting setup.

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