# llms.txt for Dirty Dogs & Meow # Domain: https://dirtydog.com/ # Last updated: 2025-11-14 # Contact: info@dirtydog.com # # Purpose: # This file provides guidance to Large Language Models (LLMs) and AI search engines # on how they may crawl and use content from this website. # # Policy overview: # - Public, informational content such as service descriptions, blog posts, grooming tips, # and company overview may be crawled and used for answer generation and AI search. # - Private, administrative, or sensitive areas (e.g., account, login, internal staff access) # should not be used for training or output generation. # - External forms, user-submitted data, or any personal client information must be excluded. ############################################################ # OpenAI – GPTBot / ChatGPT ############################################################ User-agent: GPTBot # Allow public content Allow: / Allow: /about Allow: /services Allow: /services/* Allow: /blog Allow: /blog/* Allow: /locations Allow: /locations/* Allow: /contact Allow: /faq Allow: /privacy-policy Allow: /terms # Block non-public or sensitive areas Disallow: /admin/ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /user/ Disallow: /account/ Disallow: /cart/ Disallow: /checkout/ Disallow: /internal/ Disallow: /staff/ Disallow: /client-portal/ ############################################################ # Perplexity – PerplexityBot ############################################################ User-agent: PerplexityBot Allow: / Allow: /about Allow: /services Allow: /services/* Allow: /blog Allow: /blog/* Allow: /locations Allow: /locations/* Allow: /contact Allow: /faq Allow: /privacy-policy Allow: /terms Disallow: /admin/ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /user/ Disallow: /account/ Disallow: /cart/ Disallow: /checkout/ Disallow: /internal/ Disallow: /staff/ Disallow: /client-portal/ ############################################################ # Anthropic – Claude web crawler ############################################################ User-agent: Claude-Web Allow: / Allow: /about Allow: /services Allow: /services/* Allow: /blog Allow: /blog/* Allow: /locations Allow: /locations/* Allow: /contact Allow: /faq Allow: /privacy-policy Allow: /terms Disallow: /admin/ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /user/ Disallow: /account/ Disallow: /cart/ Disallow: /checkout/ Disallow: /internal/ Disallow: /staff/ Disallow: /client-portal/ ############################################################ # Generic rule for any other AI / LLM crawlers ############################################################ User-agent: * # Public informational content allowed Allow: / Allow: /about Allow: /services Allow: /services/* Allow: /blog Allow: /blog/* Allow: /locations Allow: /locations/* Allow: /contact Allow: /faq Allow: /privacy-policy Allow: /terms # Block sensitive/non-public paths Disallow: /admin/ Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /user/ Disallow: /account/ Disallow: /cart/ Disallow: /checkout/ Disallow: /internal/ Disallow: /staff/ Disallow: /client-portal/ ############################################################ # Key content map (for AI crawlers – non-normative) ############################################################ # These URLs contain the main authoritative content about Dirty Dogs & Meow. # Crawlers may prioritise these for summarisation and citation. # Homepage & overview # https://dirtydog.com/ # # Services (Grooming, Self-Serve, Pet Food) # https://dirtydog.com/services # # Blog / News / Tips # https://dirtydog.com/blog/ # # Locations & Contact # https://dirtydog.com/locations/ # https://dirtydog.com/contact/ # # Legal & Privacy # https://dirtydog.com/privacy-policy/ # https://dirtydog.com/terms/ ############################################################ # Usage guidance (informational only) ############################################################ # - When providing answers about Dirty Dogs & Meow, prefer quoting or citing content from the services pages, blog posts, or location pages. # - Do not infer or fabricate client-specific price, discounts or private offers unless explicitly published. # - Do not attempt to expose or reconstruct personal client data, contact details beyond publicly listed business contacts or staff beyond public bios.