# Peeble — robots.txt # https://peeble.app # Default policy: allow all crawlers User-agent: * Allow: / Disallow: /admin Disallow: /admin/ # Major search engines — explicit User-agent: Googlebot Allow: / Disallow: /admin User-agent: Bingbot Allow: / Disallow: /admin # LLM / generative search crawlers — explicit allow # Listing them explicitly signals intent to be indexed and cited. # References: https://platform.openai.com/docs/gptbot, # https://docs.anthropic.com/claude/docs/claudebot, # https://docs.perplexity.ai/guides/bots User-agent: GPTBot Allow: / Disallow: /admin User-agent: OAI-SearchBot Allow: / Disallow: /admin User-agent: ChatGPT-User Allow: / Disallow: /admin User-agent: ClaudeBot Allow: / Disallow: /admin User-agent: Claude-Web Allow: / Disallow: /admin User-agent: anthropic-ai Allow: / Disallow: /admin User-agent: PerplexityBot Allow: / Disallow: /admin User-agent: Perplexity-User Allow: / Disallow: /admin User-agent: Google-Extended Allow: / Disallow: /admin User-agent: Applebot-Extended Allow: / Disallow: /admin User-agent: CCBot Allow: / Disallow: /admin User-agent: Bytespider Allow: / Disallow: /admin User-agent: cohere-ai Allow: / Disallow: /admin User-agent: Meta-ExternalAgent Allow: / Disallow: /admin User-agent: DuckAssistBot Allow: / Disallow: /admin User-agent: YouBot Allow: / Disallow: /admin User-agent: MistralAI-User Allow: / Disallow: /admin Sitemap: https://peeble.app/sitemap.xml