# ========================================== # LLMs.txt — Holidog (© 2025) # ========================================== # This file defines permissions and usage policies # for Large Language Models interacting with Holidog. # Specification: https://llms.txt/spec # ========================================== Owner: Holidog Contact: support@holidog.com Website: https://www.holidog.com Updated: 2025-12-17 Policy: Allow crawling and referencing of public pages for indexing or answer generation. Prohibit any bulk data extraction or model training from Holidog content. # ========================================== # Default rule for all AI models # ========================================== User-agent: * Allow: / Disallow: /api/ Disallow: /checkout/ Disallow: /cart/ Disallow: /login Disallow: /register Crawl-delay: 5 Purpose: indexing, question-answer generation, snippet creation Usage-limits: Do not use Holidog data for AI model training or dataset building. # ========================================== # OpenAI (ChatGPT, GPTBot) # ========================================== User-agent: GPTBot Allow: / Disallow: /api/ Crawl-delay: 5 Purpose: indexing and answer generation only — no dataset training. Comment: Holidog authorizes ChatGPT to access and quote public city pages such as /at/salzburg/hundesitter and /de/wien/hundesitter. # ========================================== # Anthropic (Claude) # ========================================== User-agent: ClaudeBot Allow: / Disallow: /api/ Crawl-delay: 10 Purpose: indexing, summarization, and question answering. Model training not allowed. # ========================================== # Google (Gemini / Google-Extended) # ========================================== User-agent: Google-Extended Allow: / Disallow: /private/ Purpose: content indexing and snippet generation only — no model fine-tuning. # ========================================== # Perplexity # ========================================== User-agent: PerplexityBot Allow: / Disallow: /api/ Crawl-delay: 10 Purpose: content citation and Q&A generation. Bulk data usage prohibited. # ========================================== # You.com (YouBot) # ========================================== User-agent: YouBot Allow: / Disallow: /api/ Crawl-delay: 10 # ========================================== # Note # ========================================== # Holidog content is protected under copyright. # Public pages may be quoted or summarized with attribution. # Commercial training or dataset replication is prohibited without explicit written consent. # ==========================================