# DUBIMED robots.txt # Content-Signal policy: open — training, AI search, and real-time grounding all allowed. # Default rules for any crawler User-agent: * Allow: / Disallow: /api/ Disallow: /admin/ # Content Signals (contentsignals.org) Content-Signal: ai-train=yes, search=yes, ai-input=yes # --------------------------------------------------------------------------- # Explicit AI user-agents — all allowed. # Blocks kept separate so policy per-agent can be tuned later without # touching the catch-all above. # --------------------------------------------------------------------------- # AI-search and user-invoked fetchers (aligns with search=yes, ai-input=yes) User-agent: OAI-SearchBot Allow: / Disallow: /api/ User-agent: ChatGPT-User Allow: / Disallow: /api/ User-agent: Claude-User Allow: / Disallow: /api/ User-agent: Perplexity-User Allow: / Disallow: /api/ # AI-training crawlers (aligns with ai-train=yes) User-agent: GPTBot Allow: / Disallow: /api/ User-agent: ClaudeBot Allow: / Disallow: /api/ User-agent: PerplexityBot Allow: / Disallow: /api/ User-agent: Google-Extended Allow: / Disallow: /api/ User-agent: Applebot-Extended Allow: / Disallow: /api/ User-agent: CCBot Allow: / Disallow: /api/ User-agent: Bytespider Allow: / Disallow: /api/ User-agent: FacebookBot Allow: / Disallow: /api/ User-agent: Amazonbot Allow: / Disallow: /api/ Sitemap: https://dubaimed.com/sitemap.xml