# FrankKi Blog - robots.txt # Allow all search engines and AI crawlers to index public content. # Keep private/utility routes out of indexing. User-agent: * Allow: / Disallow: /admin Disallow: /api # AI crawlers and answer engines (explicitly welcomed for citation) # OpenAI User-agent: GPTBot Allow: / Disallow: /admin Disallow: /api User-agent: ChatGPT-User Allow: / Disallow: /admin Disallow: /api User-agent: OAI-SearchBot Allow: / Disallow: /admin Disallow: /api # Anthropic User-agent: ClaudeBot Allow: / Disallow: /admin Disallow: /api User-agent: Claude-Web Allow: / Disallow: /admin Disallow: /api # Perplexity User-agent: PerplexityBot Allow: / Disallow: /admin Disallow: /api # Google (Gemini / AI Overviews extended crawler) User-agent: Google-Extended Allow: / Disallow: /admin Disallow: /api # Sitemap Sitemap: https://frankki.app/sitemap.xml