# Tequila & Tacos — robots.txt # Site: https://www.tequilatacos.ca/ # Authentic Mexican restaurant — Airdrie, NE Calgary & SE Calgary (East Hills) # ---- Default rules for all crawlers ---- 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 # Note: /llms.txt is intentionally left crawlable for the default group so # that AI agents (and any unlisted AI crawler) can read it. Search engines # are blocked from it in their own groups below. # ---- AI / LLM crawlers ---- # Full access, INCLUDING /llms.txt (this file is written for AI agents). 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: PerplexityBot User-agent: Perplexity-User User-agent: Google-Extended User-agent: Applebot-Extended User-agent: cohere-ai User-agent: Bytespider User-agent: Amazonbot User-agent: Meta-ExternalAgent Allow: / Allow: /llms.txt Disallow: /privacy-policy.html Disallow: /terms-of-use.html # ---- Search engines ---- # Keep /llms.txt OUT of the search index. robots.txt Disallow blocks crawling; # for a hard noindex, also serve "X-Robots-Tag: noindex" on /llms.txt at the # hosting/server layer if your host supports custom headers. User-agent: Googlebot User-agent: Googlebot-Image User-agent: Bingbot User-agent: Slurp User-agent: DuckDuckBot Allow: / Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /llms.txt # ---- Crawl-delay for heavy bots (also kept out of /llms.txt) ---- User-agent: Baiduspider Crawl-delay: 10 Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /llms.txt User-agent: Yandex Crawl-delay: 10 Disallow: /privacy-policy.html Disallow: /terms-of-use.html Disallow: /llms.txt # ---- Google Ads bots ---- User-agent: AdsBot-Google User-agent: AdsBot-Google-Mobile User-agent: AdsBot-Google-Mobile-Apps Allow: / # ---- Sitemap ---- Sitemap: https://www.tequilatacos.ca/sitemap.xml