# Cheezly Pizza Canada — robots.txt # https://cheezlypizza.ca # ── Standard web crawlers ─────────────────────────────────────────────────── User-agent: * Allow: / # Block internal component files (shared header/footer partials) Disallow: /components/ # Block llms.txt from standard search crawlers (AI bots get explicit Allow below) Disallow: /llms.txt # ── AI / LLM crawlers ─────────────────────────────────────────────────────── # Allowed to read the site and llms.txt; blocked from legal pages User-agent: GPTBot User-agent: ChatGPT-User User-agent: CCBot User-agent: anthropic-ai User-agent: Claude-Web User-agent: Google-Extended User-agent: cohere-ai User-agent: FacebookBot User-agent: PerplexityBot 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: / # ── Aggressive crawlers — rate-limited ────────────────────────────────────── User-agent: Baiduspider Crawl-delay: 10 # ── Sitemap ────────────────────────────────────────────────────────────────── Sitemap: https://cheezlypizza.ca/sitemap.xml