# robots.txt for https://neurodiversitytourism.com # ========================================== # General Rules (Apply to All Crawlers) # ========================================== User-agent: * Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /cgi-bin/ Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ Allow: /wp-admin/admin-ajax.php Allow: /wp-content/uploads/ Sitemap: https://neurodiversitytourism.com/sitemap.xml # ========================================== # Major Search Engines # ========================================== User-agent: Googlebot Allow: / User-agent: Google-Extended Allow: / User-agent: Bingbot Allow: / User-agent: AdIdxBot Allow: / # ========================================== # AI / LLM Crawlers # ========================================== # OpenAI User-agent: GPTBot Allow: / # Anthropic User-agent: ClaudeBot Allow: / # xAI (Grok) User-agent: GrokBot Allow: / # Perplexity User-agent: PerplexityBot Allow: / # Common AI Crawlers User-agent: CCBot Allow: / User-agent: Amazonbot Allow: / User-agent: YouBot Allow: / # ========================================== # Optional Server Protection # ========================================== # Uncomment if server load becomes an issue # Crawl-delay: 5 # End of file