# Dutifi — robots.txt # Public marketing + tool pages are open to all crawlers; account routes # (/admin, /dashboard, /auth) and the private chat app (/chat) are blocked. # The public broker landing pages under /chat/ ARE open (Allow: /chat/ # out-specifies Disallow: /chat), so they can rank organically as well as serve # paid traffic. # ── Search engines ────────────────────────────────────────────── User-agent: Googlebot Allow: / Disallow: /admin/ Disallow: /dashboard Disallow: /auth Allow: /chat/ Disallow: /chat User-agent: Bingbot Allow: / Disallow: /admin/ Disallow: /dashboard Disallow: /auth Allow: /chat/ Disallow: /chat # ── Social preview crawlers ───────────────────────────────────── User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / # ── AI assistants & crawlers — welcome on public content ──────── User-agent: GPTBot User-agent: OAI-SearchBot User-agent: ChatGPT-User User-agent: ClaudeBot User-agent: Claude-Web User-agent: anthropic-ai User-agent: PerplexityBot User-agent: Perplexity-User User-agent: Google-Extended User-agent: Applebot-Extended User-agent: CCBot User-agent: Amazonbot User-agent: Meta-ExternalAgent # Content Signals — allow appearing in search and being used as AI input # (grounding / RAG); disallow using this content to train models. Content-Signal: search=yes, ai-input=yes, ai-train=no Allow: / Disallow: /admin/ Disallow: /dashboard Disallow: /auth Allow: /chat/ Disallow: /chat # ── Everyone else ─────────────────────────────────────────────── User-agent: * Content-Signal: search=yes, ai-input=yes, ai-train=no Allow: / Disallow: /admin/ Disallow: /dashboard Disallow: /auth Allow: /chat/ Disallow: /chat Sitemap: https://www.dutifi.com/sitemap-index.xml