# Itronauts — robots.txt # ============================================================ # Traditional search engines # ============================================================ User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / # ============================================================ # AI SEARCH / RETRIEVAL BOTS — allowed for AI answer engine visibility # ============================================================ # OpenAI — ChatGPT live search User-agent: OAI-SearchBot Allow: / # OpenAI — user-triggered fetches User-agent: ChatGPT-User Allow: / # Anthropic — Claude User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / # Perplexity User-agent: PerplexityBot Allow: / # You.com User-agent: YouBot Allow: / # Meta AI User-agent: Meta-ExternalAgent Allow: / # ============================================================ # AI TRAINING BOTS — allowed (content contributes to model training) # ============================================================ User-agent: GPTBot Allow: / User-agent: Google-Extended Allow: / User-agent: Applebot-Extended Allow: / User-agent: CCBot Allow: / # ============================================================ # Default for unnamed crawlers # ============================================================ User-agent: * Allow: / # ============================================================ # Sitemap # ============================================================ Sitemap: https://itronauts.com/sitemap.xml