# robots.txt — FastAPI Production Checklist # Site: https://fastapi-production-checklist.grok.me # Spec: RFC 9309 (https://www.rfc-editor.org/rfc/rfc9309) # --------------------------------------------------------------------------- # Default crawlers # --------------------------------------------------------------------------- User-agent: * Allow: / Allow: /docs Allow: /favicon.ico Allow: /favicon.svg Allow: /site.webmanifest Allow: /icon-192.png Allow: /icon-512.png Allow: /og.png Allow: /docs Allow: /favicon.ico Allow: /favicon.svg Allow: /site.webmanifest Allow: /icon-192.png Allow: /icon-512.png Allow: /og.png/ Allow: /login Allow: /llms.txt Allow: /llms-full.txt Allow: /sitemap.xml Disallow: /api/ Disallow: /auth/ # --------------------------------------------------------------------------- # AI crawlers — explicit rules (required for AI crawl control checks) # Policy: allow public product pages & LLM guides; block app APIs & auth flows # --------------------------------------------------------------------------- User-agent: GPTBot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: OAI-SearchBot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: ChatGPT-User Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: Claude-Web Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: anthropic-ai Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: ClaudeBot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: Google-Extended Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: Googlebot Allow: / Disallow: /api/ Disallow: /auth/ User-agent: Amazonbot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: Applebot-Extended Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: Bytespider Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: CCBot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: meta-externalagent Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: FacebookBot Allow: / Disallow: /api/ Disallow: /auth/ User-agent: cohere-ai Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ User-agent: PerplexityBot Allow: / Allow: /llms.txt Allow: /llms-full.txt Disallow: /api/ Disallow: /auth/ # --------------------------------------------------------------------------- # Sitemap # --------------------------------------------------------------------------- Sitemap: https://fastapi-production-checklist.grok.me/sitemap.xml