# Raal robots.txt User-agent: * Allow: / Disallow: /app/ Disallow: /api/ # OpenAI User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # Anthropic User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / # Google AI User-agent: Google-Extended Allow: / User-agent: GoogleOther Allow: / # Microsoft Bing (powers Copilot grounding) User-agent: bingbot Allow: / # Apple Intelligence User-agent: Applebot-Extended Allow: / # Meta AI User-agent: FacebookBot Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: Meta-ExternalFetcher Allow: / # Perplexity User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # Mistral User-agent: MistralAI-User Allow: / # Cohere User-agent: cohere-ai Allow: / # Common Crawl (used by many LLM training datasets) User-agent: CCBot Allow: / # Diffbot (knowledge graph) User-agent: Diffbot Allow: / # You.com User-agent: YouBot Allow: / # AI2 (Allen Institute, OLMo) User-agent: AI2Bot Allow: / # Brave Search (powers Brave Leo) User-agent: BraveBot Allow: / # DuckDuckGo (powers DuckAssist) User-agent: DuckDuckBot Allow: / # Kagi User-agent: Kagibot Allow: / # ByteDance (Doubao, TikTok AI) User-agent: Bytespider Allow: / # Baidu (Baidu Search + Ernie) User-agent: Baiduspider Allow: / Sitemap: https://raal.io/sitemap-index.xml Sitemap: https://help.raal.io/sitemap.xml # Machine-readable resources. There is no standard robots directive for these, # so this block is a signpost, not a rule. # # https://raal.io/llms.txt short: category, features, pricing, key pages # https://raal.io/llms-full.txt long: full pricing matrix, detailed features, FAQ # https://raal.io/developers API and MCP server: endpoints, auth, client config # https://raal.io/.well-known/mcp.json MCP server manifest (MCP Registry server.json shape) # # Every page also has a Markdown representation. Request it with # `Accept: text/markdown`, or append `.md` to the path (https://raal.io/pricing.md). Allow: /llms.txt Allow: /llms-full.txt Allow: /developers Allow: /.well-known/mcp.json