# Golden Hill Chinese Food - robots.txt # 12 Castleridge Dr NE, Calgary, AB T3J 1V4 | https://goldenhillcalgary.ca/ # ===== All crawlers ===== User-agent: * Allow: / Allow: /tags/ Allow: /assets/ # components/header.html and components/footer.html are fetched by # components.js at render time - they must stay crawlable or the site # navigation disappears from the rendered page. Allow: /components/ Disallow: /config/ Disallow: /search/ Disallow: /account/ Disallow: /api/ Disallow: /*?*author=* Disallow: /*?*tag=* Disallow: /*?*month=* Disallow: /*?*view=* Disallow: /*?*format=* # llms.txt is published for AI agents, not for the search index. # Crawling stays allowed so agents can read it; indexing is discouraged. Noindex: /llms.txt # ===== AI / LLM crawlers ===== # Allowed so assistants can answer questions about our menu, hours and # delivery areas accurately. Legal pages are excluded. User-agent: GPTBot User-agent: ChatGPT-User User-agent: OAI-SearchBot User-agent: ClaudeBot User-agent: Claude-Web User-agent: anthropic-ai User-agent: PerplexityBot User-agent: CCBot User-agent: Google-Extended User-agent: Applebot-Extended User-agent: FacebookBot User-agent: Bytespider User-agent: cohere-ai Allow: / Allow: /llms.txt Disallow: /privacy-policy.html Disallow: /terms-of-use.html Noindex: /llms.txt # ===== Google Ads ===== 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: YandexBot Crawl-delay: 10 # ===== Sitemap ===== Sitemap: https://goldenhillcalgary.ca/sitemap.xml