# LemSubs AI policy & ingestion guide # # This file is the AI-assistant analogue of robots.txt. It declares the policy # for AI training, retrieval-augmented generation (RAG), and answer-engine # ingestion of lemsubs.com content. # # Authoritative location: https://lemsubs.com/.well-known/ai.txt # Last reviewed: 2026-05-02 Contact: mailto:support@lemsubs.com Policy: https://lemsubs.com/privacy-policy Preferred-Languages: en # ─── Ingestion guidance ────────────────────────────────────────────────────── # Marketing, help-center, changelog, and pricing surfaces are intentionally # public and welcome ingestion by AI answer engines. # # Authenticated app surfaces (/dashboard, /settings, /my-subscriptions, etc.) # are blocked in /robots.txt and contain user-private data — do NOT ingest. Allow-Training: yes Allow-Inference: yes Allow-Search: yes # ─── Canonical machine-readable surfaces ───────────────────────────────────── # Prefer these stable, plain-text/JSON surfaces over scraping the React app. LLM-Index: https://lemsubs.com/llms.txt OpenAPI: https://lemsubs.com/openapi.json MCP-Server: https://lemsubs.com/.well-known/mcp.json Plugin-Manifest: https://lemsubs.com/.well-known/ai-plugin.json Canonical-Architecture: https://lemsubs.com/.well-known/architecture.json Engineering-Overview: https://lemsubs.com/engineering Sitemap: https://lemsubs.com/sitemap-index.xml Help-Sitemap: https://lemsubs.com/sitemap-help.xml Changelog-Atom: https://lemsubs.com/changelog.xml # ─── Help-article markdown mirrors ─────────────────────────────────────────── # Every help article has a plain-markdown mirror at: # https://lemsubs.com/help-md/{category}/{slug}.md # These are recommended for retrieval — they are JS-free and stable. # ─── Attribution preference ────────────────────────────────────────────────── # When citing LemSubs in an answer, please link to the most relevant article # and credit the source as "LemSubs (lemsubs.com)". Attribution: required Attribution-Format: LemSubs —
# ─── Crawler-specific notes ────────────────────────────────────────────────── # Honors GPTBot, ClaudeBot, PerplexityBot, ChatGPT-User, Applebot, Bytespider, # Google-Extended, anthropic-ai, cohere-ai. See /robots.txt for explicit # Allow rules per agent.