## Superagentic AI, robots.txt # Goal: Make public content accessible to search engines and LLM providers. # Default policy User-agent: * Allow: / # Explicitly allow major LLM and research crawlers (redundant but clarifying) User-agent: OAI-SearchBot Allow: / User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-Web Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-User Allow: / User-agent: Claude-SearchBot Allow: / User-agent: Google-Extended Allow: / User-agent: GoogleOther Allow: / User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: BingPreview Allow: / User-agent: DuckDuckBot Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Meta-ExternalAgent Allow: / User-agent: meta-externalfetcher Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: CCBot Allow: / User-agent: Diffbot Allow: / User-agent: cohere-ai Allow: / User-agent: Amazonbot Allow: / User-agent: YouBot Allow: / User-agent: Bytespider Allow: / # xAI/Grok has not published one settled crawler token as of this writing; # the default `User-agent: *` policy above already allows it (and anything # else not explicitly listed) regardless of these extra names being exact. User-agent: xAI-Bot Allow: / User-agent: Grok Allow: / # Social preview crawlers User-agent: facebookexternalhit Allow: / User-agent: Twitterbot Allow: / User-agent: LinkedInBot Allow: / User-agent: SlackBot Allow: / User-agent: DiscordBot Allow: / # Sitemap Sitemap: https://super-agentic.ai/sitemap.xml # Note: robots.txt governs crawling. See /llms.txt for a concise product index # and /llm.txt for the detailed AI usage policy and company overview.