# IA Radar — robots.txt # # Postura editorial: ALLOW AI search bots (citaciones, AI Overviews, # Perplexity, ChatGPT search). BLOCK AI training bots (soberanía de contenido, # opt-out de entrenamiento de modelos comerciales). # # La distinción es clave: los bots de SEARCH leen y citan con link al # original. Los bots de TRAINING absorben contenido para datasets de # modelos, sin atribución ni retorno editorial. User-agent: * Allow: / # --------------------------------------------------------------------------- # AI SEARCH BOTS — allowed (citations con link) # --------------------------------------------------------------------------- # OpenAI ChatGPT search (separado de GPTBot training) User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # Anthropic Claude.ai user-facing browsing (separado de ClaudeBot training) User-agent: Claude-User Allow: / # Perplexity (search-first, cita siempre) User-agent: PerplexityBot Allow: / # Apple Intelligence (allowed: search + summary con citation) User-agent: Applebot-Extended Allow: / # --------------------------------------------------------------------------- # AI TRAINING BOTS — blocked (soberanía editorial, sin atribución) # --------------------------------------------------------------------------- User-agent: GPTBot Disallow: / User-agent: ClaudeBot Disallow: / User-agent: anthropic-ai Disallow: / User-agent: Google-Extended Disallow: / User-agent: Amazonbot Disallow: / User-agent: Bytespider Disallow: / User-agent: CCBot Disallow: / User-agent: meta-externalagent Disallow: / # Cloudflare browser rendering crawler — bloqueado (no aporta value editorial). User-agent: CloudflareBrowserRenderingCrawler Disallow: / Sitemap: https://iaradar.info/sitemap.xml