# robots.txt for craigmbrown.com # Craig Brown — AI Systems Architect / BlindOracle agent marketplace # Spec: https://www.rfc-editor.org/rfc/rfc9309 # # AI agents: start here -> # LLM index: https://craigmbrown.com/llms.txt # Agent evaluation: https://craigmbrown.com/.well-known/agent-evaluation.json # Owner Q&A: https://craigmbrown.com/blindoracle/.well-known/owner-questions.json # --- Default: allow everything public, keep private dashboards out --- User-agent: * Allow: / Allow: /blindoracle/ Allow: /.well-known/ Allow: /api/agent-services.json Allow: /api/openapi.yaml Disallow: /private/ Disallow: /dashboards/ Disallow: /llm-council/ Disallow: /api/v1 Disallow: /api/v2 # --- AI training & search crawlers --- # We welcome retrieval / grounding crawlers for public pages. # Opt out of pure training-only crawlers unless product-specific. User-agent: GPTBot Allow: / Allow: /blindoracle/ Disallow: /private/ Disallow: /dashboards/ User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Google-Extended Allow: / Disallow: /private/ Disallow: /dashboards/ User-agent: GoogleOther Allow: / User-agent: PerplexityBot Allow: / User-agent: Perplexity-User Allow: / User-agent: Applebot Allow: / User-agent: Applebot-Extended Allow: / User-agent: Bingbot Allow: / User-agent: YouBot Allow: / User-agent: Bytespider Disallow: / User-agent: CCBot Allow: / Disallow: /private/ Disallow: /dashboards/ User-agent: Meta-ExternalAgent Allow: / User-agent: FacebookBot Allow: / User-agent: Diffbot Allow: / User-agent: cohere-ai Allow: / User-agent: Amazonbot Allow: / # --- Content Signals (Cloudflare AI Crawl Control) --- # search: indexing for search engines # ai-input: use as context for AI answers # ai-train: use for training AI models User-agent: * Content-Signal: search=yes, ai-input=yes, ai-train=no # --- Sitemap + agent discovery pointers --- Sitemap: https://craigmbrown.com/sitemap.xml Sitemap: https://craigmbrown.com/blindoracle/sitemap.xml