# robots.txt for https://www.raenest.com # Last updated: March 2026 # ----------------------------------------------- # All standard crawlers — allow everything public # ----------------------------------------------- User-agent: * Allow: / # Block non-public / app routes from being indexed Disallow: /cdn-cgi/ Disallow: /.well-known/ # ----------------------------------------------- # Google # ----------------------------------------------- User-agent: Googlebot Allow: / Disallow: /cdn-cgi/ # ----------------------------------------------- # AI Crawlers — Allow (powers AI search & LLMs) # ----------------------------------------------- # OpenAI / ChatGPT User-agent: GPTBot Allow: / # Anthropic / Claude User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / # Google Gemini / AI Overviews User-agent: Google-Extended Allow: / # Perplexity User-agent: PerplexityBot Allow: / # Meta AI User-agent: FacebookBot Allow: / # Apple User-agent: Applebot Allow: / # Common Crawl (used to train many LLMs) User-agent: CCBot Allow: / # ----------------------------------------------- # Sitemap # ----------------------------------------------- Sitemap: https://www.raenest.com/sitemap.xml