AIVIS
← All reference pages

AI-friendly robots.txt template

This template explicitly allows every known AI bot while keeping a cautious fallback for unknown crawlers. Adapt it by adding your own Disallow rules before or after the AI sections.

# AI-friendly robots.txt template — generated by AIVIS
# Add your own Disallow rules for private/admin paths as needed.

# Classic crawlers (search indexing)
User-agent: *
Allow: /

# AI bots — explicitly allowed so this site can be read, trained on,
# and cited by AI answer engines. Remove a block below to opt out of
# that specific bot.

# OpenAI (ChatGPT) — training
User-agent: GPTBot
Allow: /

# OpenAI — ricerca/citazioni ChatGPT
User-agent: OAI-SearchBot
Allow: /

# OpenAI — browsing live in ChatGPT
User-agent: ChatGPT-User
Allow: /

# Anthropic (Claude) — training/crawling
User-agent: ClaudeBot
Allow: /

# Anthropic — crawling generico
User-agent: anthropic-ai
Allow: /

# Anthropic — browsing live in Claude
User-agent: Claude-User
Allow: /

# Perplexity — crawling/citazioni
User-agent: PerplexityBot
Allow: /

# Perplexity — browsing live
User-agent: Perplexity-User
Allow: /

# Google — training Gemini/AI Overviews
User-agent: Google-Extended
Allow: /

# Apple Intelligence
User-agent: Applebot-Extended
Allow: /

# Common Crawl (used to train many LLMs)
User-agent: CCBot
Allow: /

# ByteDance (also used for AI training)
User-agent: Bytespider
Allow: /

# Meta AI
User-agent: Meta-ExternalAgent
Allow: /

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

Every Allow: / line for an AI user-agent is intentional: without an explicit directive, many default configurations (WordPress themes, SEO plugins, CDNs) block unknown crawlers out of caution — including AI bots, even when that wasn't the intent.

Want the version generated and verified for your specific domain?