AIVIS
← Toute la référence

Modèle robots.txt compatible IA

Ce modèle autorise explicitement chaque bot IA connu tout en gardant un repli prudent pour les robots d'exploration inconnus. Adaptez-le en ajoutant vos règles Disallow spécifiques avant ou après les sections IA.

# 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

Chaque ligne Allow: / pour un user-agent IA est intentionnelle : sans directive explicite, de nombreuses configurations par défaut (thèmes WordPress, plugins SEO, CDN) bloquent par précaution les robots d'exploration inconnus — y compris les bots IA, même si ce n'était pas l'intention.

Vous voulez la version générée et vérifiée pour votre domaine spécifique ?