# LLM WIZZ - Robots.txt # Allow all AI crawlers and search engines User-agent: * Allow: / # AI Crawlers - Explicitly allowed # OpenAI Crawlers User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # Anthropic (Claude) User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / # Perplexity AI User-agent: PerplexityBot Allow: / # Google AI User-agent: Google-Extended Allow: / User-agent: GoogleOther Allow: / User-agent: Googlebot Allow: / # Microsoft/Bing AI User-agent: Bingbot Allow: / # Meta AI (Facebook/Instagram) User-agent: Meta-ExternalAgent Allow: / User-agent: FacebookBot Allow: / # Apple AI User-agent: Applebot-Extended Allow: / User-agent: Applebot Allow: / # Cohere AI User-agent: cohere-ai Allow: / # Mistral AI User-agent: MistralBot Allow: / # You.com AI User-agent: YouBot Allow: / # Disallow admin and API routes User-agent: * Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /dashboard/ Disallow: /profile/ Disallow: /settings/ # Sitemap Sitemap: https://web.llmwizz.com/sitemap.xml # LLM-specific files Allow: /llms.txt Allow: /llms-full.txt Allow: /.well-known/llms.txt