# Bellwether Coffee — robots.txt # # Content Signals (https://contentsignals.org) declare how crawlers may USE the # content, layered on top of the Allow/Disallow access rules below: # search=yes — OK to index for traditional search (Google, Bing, etc.) # ai-input=yes — OK to use as input to ground/cite AI answers (ChatGPT, Perplexity, AI Overviews) # ai-train=yes — OK to use for training AI models # The line is repeated in each user-agent group because a crawler obeys only its # most-specific matching group. User-agent: * Content-Signal: search=yes, ai-input=yes, ai-train=yes Allow: / Disallow: /admin Disallow: /studio Disallow: /api/ Disallow: /proposal Disallow: /proposal-builder Disallow: /reservation # AI assistants & answer engines we explicitly welcome to read and cite the site. 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: Amazonbot User-agent: CCBot Content-Signal: search=yes, ai-input=yes, ai-train=yes Allow: / Disallow: /admin Disallow: /studio Disallow: /api/ Disallow: /proposal Disallow: /proposal-builder Disallow: /reservation Sitemap: https://bellwethercoffee.com/sitemap.xml