# OpenHive - robots.txt # # Strategy: explicitly welcome AI crawlers (GPTBot, ClaudeBot, PerplexityBot, # Google-Extended, etc.) so OpenHive content surfaces in AI-assistant answers. # Block the same authenticated / private surfaces for every crawler. User-agent: * Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ Disallow: /c/ Disallow: /r/ Disallow: /join/ # --- AI crawlers --- # OpenAI (ChatGPT, GPT-4 web reading, SearchGPT) User-agent: GPTBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ Disallow: /c/ Disallow: /r/ Disallow: /join/ User-agent: ChatGPT-User Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ User-agent: OAI-SearchBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Anthropic (Claude, claude.ai web search) User-agent: ClaudeBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ Disallow: /c/ Disallow: /r/ Disallow: /join/ User-agent: anthropic-ai Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ User-agent: Claude-Web Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Google AI training (Gemini, Bard, AI Overviews) User-agent: Google-Extended Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Perplexity User-agent: PerplexityBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ User-agent: Perplexity-User Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Common Crawl (powers many LLM training datasets) User-agent: CCBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Microsoft Copilot / Bing Chat User-agent: BingPreview Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Apple Intelligence User-agent: Applebot-Extended Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Cohere User-agent: cohere-ai Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Meta AI User-agent: Meta-ExternalAgent Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ User-agent: FacebookBot Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ # Mistral User-agent: MistralAI-User Allow: / Disallow: /api/ Disallow: /dashboard/ Disallow: /auth/ Disallow: /billing/ Sitemap: https://open-hive.com/sitemap_index.xml