# Saffron – Indian Restaurants in the Canadian Rockies – robots.txt # Site: https://saffronindianbistro.ca/ # Locations: Canmore, Banff and Lake Louise, Alberta # Last Updated: 2026-07-27 # ---- Default rules for all crawlers ---- # llms.txt is intentionally NOT blocked here so AI agents and other # well-behaved bots can read it. User-agent: * Allow: / Disallow: /admin/ Disallow: /config/ Disallow: /search/ Disallow: /api/ Disallow: /static/ Disallow: /logs/ Disallow: /*?* Disallow: /*&* Disallow: /privacy-policy.html Disallow: /terms-of-use.html # ---- Search engines: keep llms.txt out of the search index ---- # llms.txt is intended for LLM/AI agents only and must not appear in # Google/Bing search results. Disallow blocks crawling; the Noindex line # below is advisory only — Google stopped honouring robots.txt Noindex in # September 2019. For enforced noindex, serve this response header for # /llms.txt at the hosting layer: # # X-Robots-Tag: noindex # # That header affects search engines only; AI agents fetching llms.txt # directly are unaffected by it. User-agent: Googlebot User-agent: Bingbot Allow: / Disallow: /admin/ Disallow: /config/ Disallow: /search/ Disallow: /api/ Disallow: /static/ Disallow: /logs/ Disallow: /*?* Disallow: /*&* Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /llms.txt Noindex: /llms.txt # ---- AI / LLM training & crawler bots: full access including llms.txt ---- 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: Claude-SearchBot User-agent: Claude-User User-agent: Google-Extended User-agent: PerplexityBot User-agent: Perplexity-User User-agent: cohere-ai User-agent: FacebookBot User-agent: meta-externalagent User-agent: Applebot-Extended User-agent: Bytespider User-agent: Amazonbot User-agent: MistralAI-User Allow: / Allow: /llms.txt Disallow: /privacy-policy.html Disallow: /terms-of-use.html # ---- Google Ads bots ---- User-agent: AdsBot-Google User-agent: AdsBot-Google-Mobile User-agent: AdsBot-Google-Mobile-Apps Allow: / # ---- Crawl-delay for heavy bots ---- User-agent: Baiduspider Crawl-delay: 10 User-agent: Yandex Crawl-delay: 10 # ---- Sitemap ---- Sitemap: https://saffronindianbistro.ca/sitemap.xml