# Finzen Landing — robots.txt # All pages are public and indexable. User-agent: * Allow: / # ----------------------------------------------------------- # AI / LLM crawlers — explicitly allowed. # Finzen wants to appear in AI-generated answers (ChatGPT, # Claude, Perplexity, Gemini, etc.). Being explicit avoids # ambiguity some bots treat as disallow. # ----------------------------------------------------------- # OpenAI (ChatGPT web browsing + training) User-agent: GPTBot Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # Anthropic (Claude) User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / # Google AI (Gemini / AI Overviews — separate from Googlebot) User-agent: Google-Extended Allow: / # Perplexity User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / # Apple Intelligence User-agent: Applebot-Extended Allow: / # Common Crawl (used by many LLM training pipelines) User-agent: CCBot Allow: / # Cohere User-agent: cohere-ai Allow: / # Meta AI User-agent: Meta-ExternalAgent Allow: / User-agent: FacebookBot Allow: / # Amazon User-agent: Amazonbot Allow: / # Mistral User-agent: MistralAI-User Allow: / # You.com User-agent: YouBot Allow: / # DuckDuckGo AI User-agent: DuckAssistBot Allow: / # Sitemap location (generated by @astrojs/sitemap) Sitemap: https://finzen.org/sitemap-index.xml