# Akwaaba App - robots.txt # Allow search engines and AI citation bots # Block training-only crawlers # ---------------------------------------- # Global rule - allow all by default # ---------------------------------------- User-agent: * Allow: / # ---------------------------------------- # Allow AI search / citation bots # ---------------------------------------- # OpenAI User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # Anthropic User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / # Perplexity User-agent: PerplexityBot Allow: / # Cohere User-agent: cohere-ai Allow: / # Microsoft (Bing / Copilot) User-agent: Bingbot Allow: / # ---------------------------------------- # Block training-only crawlers # ---------------------------------------- # Common Crawl (used for AI training datasets) User-agent: CCBot Disallow: / # ByteDance crawler User-agent: Bytespider Disallow: / # ---------------------------------------- # Sitemap # ---------------------------------------- Sitemap: https://akwaaba.app/sitemap_index.xml Sitemap: https://akwaaba.app/sitemap.xml