# Oven Flames Pizza (Marlborough) — Robots.txt # https://www.ovenflamespizza.ca/ # Last updated: 2026-05-19 # ============================================ # Default policy — all crawlers # ============================================ User-agent: * Allow: / Disallow: /config/ Disallow: /search/ Disallow: /account/ Disallow: /api/ Allow: /api/ui-extensions/ Disallow: /static/ Disallow: /components/ Disallow: /llms.txt Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /Store Information.txt Disallow: /*?*author=* Disallow: /*?*tag=* Disallow: /*?*month=* Disallow: /*?*view=* Disallow: /*?*format=* # ============================================ # AI / LLM crawlers — explicit policy # Allow indexing of public pages so AI search # can surface the restaurant correctly, but # keep legal pages and llms.txt private. # ============================================ User-agent: GPTBot User-agent: ChatGPT-User User-agent: OAI-SearchBot User-agent: CCBot User-agent: anthropic-ai User-agent: Claude-Web User-agent: ClaudeBot User-agent: Google-Extended User-agent: FacebookBot User-agent: PerplexityBot User-agent: cohere-ai User-agent: Applebot-Extended User-agent: Bytespider Allow: / Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /llms.txt Disallow: /components/ Disallow: /Store Information.txt # ============================================ # Google Ads bots — full access # ============================================ User-agent: AdsBot-Google User-agent: AdsBot-Google-Mobile User-agent: AdsBot-Google-Mobile-Apps Allow: / # ============================================ # Heavy crawlers — throttle # ============================================ User-agent: Baiduspider Crawl-delay: 10 User-agent: Yandex Crawl-delay: 10 # ============================================ # Noindex hints (advisory) # llms.txt is also served with X-Robots-Tag: noindex, nofollow # via the platform's response-header configuration. Robots.txt # Disallow above prevents crawling; the response header prevents # indexing if a URL is discovered through external links. # ============================================ # Sitemap location Sitemap: https://www.ovenflamespizza.ca/sitemap.xml