# ============================================================== # llms.txt for IntelliHome AV # Website: https://www.intellihomeav.com/ # Purpose: Allow AI search visibility while preventing AI model training # Created: October 2025 # ============================================================== # ========================= # GLOBAL ACCESS POLICY # ========================= User-agent: * Allow: / Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /private/ Disallow: /drafts/ Disallow: /backups/ Disallow: /cgi-bin/ Disallow: /temp/ Disallow: /config/ Disallow: /customer-area/ Disallow: /api/ Disallow: /cart/ Disallow: /checkout/ # ========================= # AI-SPECIFIC ACCESS RULES # ========================= # --- OpenAI GPTBot --- User-agent: GPTBot Allow: / Disallow: /wp-admin/ Disallow: /private/ Disallow: /drafts/ # Policy: Permission granted for summarization, indexing, and AI search snippets. # Training or dataset creation using full text content is not permitted. # --- Google-Extended (Gemini / SGE) --- User-agent: Google-Extended Allow: / Disallow: /private/ Disallow: /drafts/ # Policy: Content may be used for AI Overviews and snippets, but not for model training. # --- Anthropic ClaudeBot --- User-agent: ClaudeBot Allow: / Disallow: /private/ Disallow: /drafts/ # Policy: Access permitted for content summarization and referencing only. # --- PerplexityBot --- User-agent: PerplexityBot Allow: / Disallow: /private/ Disallow: /drafts/ # Policy: AI search access allowed. Dataset training or content reproduction prohibited. # --- Common Large-Scale Crawlers (Amazon, Apple, Meta, etc.) --- User-agent: FacebookBot Disallow: / User-agent: Amazonbot Disallow: / User-agent: Bytespider Disallow: / User-agent: Applebot Disallow: / # ========================= # DECLARATION OF INTENT # ========================= # IntelliHome AV allows AI and LLM systems to access and summarize public website content # for inclusion in AI search results, previews, and knowledge panels. # # The following uses are NOT permitted: # - AI model training or dataset creation # - Storage of full-text content for model fine-tuning # - Redistribution of original content outside fair-use summaries # # Fair-use access for indexing and summarization is allowed. # Contact: info@intellihomeav.com # Last updated: 10 October 2025