Plantilla robots.txt compatible con IA
Esta plantilla permite explícitamente cada bot de IA conocido manteniendo un fallback prudente para rastreadores desconocidos. Adáptala añadiendo tus reglas Disallow específicas antes o después de las secciones de 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.xmlCada línea Allow: / para un user-agent de IA es intencional: sin una directiva explícita, muchas configuraciones por defecto (temas de WordPress, plugins SEO, CDN) bloquean por precaución a los rastreadores desconocidos — incluidos los bots de IA, aunque no fuera la intención.
¿Quieres la versión generada y verificada para tu dominio específico?