# SecurityTxt Check — robots.txt # Strategy: allow search + AI crawlers on public docs (GEO), # block private/account routes everywhere. # ---------- Search engines ---------- User-agent: Googlebot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: Bingbot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: DuckDuckBot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe # ---------- Social previews ---------- User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / # ---------- AI / LLM crawlers (GEO) ---------- # Explicitly allowed so SecurityTxt Check can be cited in # ChatGPT, Claude, Perplexity, Gemini, and Grok answers. User-agent: GPTBot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: OAI-SearchBot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: ChatGPT-User Allow: / User-agent: ClaudeBot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: PerplexityBot Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: Perplexity-User Allow: / User-agent: Google-Extended Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: GoogleOther Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Amazonbot Allow: / User-agent: Bytespider Allow: / User-agent: CCBot Allow: / User-agent: cohere-ai Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: Meta-ExternalFetcher Allow: / User-agent: DiffBot Allow: / User-agent: Timpibot Allow: / # ---------- Default ---------- User-agent: * Allow: / Disallow: /auth Disallow: /dashboard Disallow: /admin Disallow: /unsubscribe Sitemap: https://securitytxtcheck.com/sitemap.xml