# llms.txt for www.hpso.com # Preferences for AI crawlers and LLM training [meta] owner: Healthcare Providers Service Organization (HPSO), a trade name of Aon Affinity last_updated: 2026-05-04 policy_version: 1.0 [general] # Default stance for this domain allow_llm_training: false allow_ai_crawling: true allow_ai_summarization: true # Rationale: # - AI tools may read and summarize public informational content. # - content should not be used to train or fine‑tune general‑purpose models. # - Logged-in / client / transactional areas must not be crawled or trained on. [paths] # Default rule (applies when a path is not explicitly listed): default: no_training # Generic informational root pages /: no_training # Sensitive, account, or client‑related areas – no crawling, no training. /login/: no_crawling_no_training /Account/: no_crawling_no_training /my-account/: no_crawling_no_training /quote/: no_crawling_no_training /checkout/: no_crawling_no_training /cart/: no_crawling_no_training /client-portal/: no_crawling_no_training /admin/: no_crawling_no_training # Files and downloads that may contain detailed or client‑related information. /documents/: no_crawling_no_training /downloads/: no_crawling_no_training [crawlers] # Default rule for AI-specific crawlers (applies if not otherwise specified) *: allow_crawling: true allow_training: false disallowed_paths: - /login/ - /Account/ - /my-account/ - /quote/ - /checkout/ - /cart/ - /client-portal/ - /admin/ - /documents/ - /downloads/ # Example: OpenAI GPTBot GPTBot: allow_crawling: true allow_training: false # Example: Other AI providers (Anthropic, Google, etc.) AI-General: allow_crawling: true allow_training: false [notes] # This file expresses our preferences for how AI systems may use content on this domain. # It does not replace or override contracts, terms of use, robots.txt, or applicable law. # For business relationships or exceptions (e.g., explicit data-sharing agreements), # terms must be established contractually with Aon Affinity.