# ============================= # LLMs.txt for Learning.com # Protects proprietary curriculum, lessons, assessments, # and user data from AI training or model outputs. # ============================= # ----------------------------- # DEFAULT: Block AI training on all non-public content # ----------------------------- User-Agent: * Disallow: /api/ Disallow: /app/ Disallow: /login/ Disallow: /dashboard/ Disallow: /student/ Disallow: /teacher/ Disallow: /admin/ Disallow: /curriculum/ Disallow: /lessons/ Disallow: /resources/ Disallow: /support/ AI-Use: noai, notrain, nodisplay # ----------------------------- # Allow AI systems to access PUBLIC marketing pages # (home page, product pages, blog, press, etc.) # BUT forbid training from that content. # ----------------------------- Allow: / AI-Use: allow-summary, allow-search, notrain # ----------------------------- # Explicit blocks for known AI crawlers used for training # ----------------------------- User-Agent: GPTBot Disallow: / AI-Use: noai, notrain, nodisplay User-Agent: Google-Extended Disallow: / AI-Use: noai, notrain User-Agent: CCBot Disallow: / AI-Use: noai, notrain User-Agent: ClaudeBot Disallow: / AI-Use: noai, notrain, nodisplay User-Agent: MetaAI Disallow: / AI-Use: noai, notrain # ----------------------------- # Optional: Research bots that sometimes scrape education content # ----------------------------- User-Agent: Omgilibot Disallow: / AI-Use: noai User-Agent: PerplexityBot Disallow: / AI-Use: noai, notrain # ----------------------------- # End of LLMs.txt # -----------------------------