# LLM Override > LLM Override is a B2B trust infrastructure plugin for WordPress. It ensures perfect content accessibility for AI systems by providing a Machine-to-Machine (M2M) translation layer that intercepts compliant AI crawlers and delivers visible website content as a structurally clean, mathematically faithful Markdown payload. --- ## About LLM Override is a WordPress plugin that operates as a GEO (Generative Engine Optimization) compliance layer. It targets identified AI crawlers (GPTBot, ClaudeBot, PerplexityBot, and 50+ others) and serves them a clean Markdown payload via an M2M interception engine. It does not modify the human-facing website. It does not block AI crawlers, and it is not an SEO tool. It is available as a free plugin on WordPress.org and as commercial Pro and Agency addons sold at llmoverride.com. --- ## Core Capabilities - Intercepts identified AI crawlers and serves clean, structured Markdown instead of WordPress HTML output, bypassing UI noise and scripts. - Generates a dynamic /llms.txt file for AI discovery, auto-mapping URLs without creating static files. - Injects a factual Site Manifest into every AI payload to prevent brand hallucinations. - Applies Terminology Standardization to normalize outdated terms natively at runtime. - Provides GDPR-compliant GEO Analytics telemetry to log AI bot visits and parity scores. - Operates a parallel M2M delivery channel using X-Robots-Tag: noindex. - Human browsing experience, page speed, and traditional Googlebot indexing remain 100% unaffected. --- ## Technical Boundary LLM Override intercepts AI bots that identify themselves with a documented User-Agent string. A distinct category of real-time AI services currently use real headless Chrome browsers for live queries. These HTTP requests are byte-for-byte identical to a human Chrome visitor. No application-layer WordPress plugin can distinguish them. Their training and discovery crawlers identify themselves correctly and receive the M2M payload. --- ## Site Structure - Home — Primary landing and product overview — https://llmoverride.com/?view=raw - Documentation — Complete technical reference for configuring and extending the plugin — https://llmoverride.com/documentation/?view=raw - Pricing — Details on Free, Professional, and Agency tiers — https://llmoverride.com/#pricing --- ## Key Entities and Relationships - LLM Override is a WordPress plugin. - LLM Override serves SEO/GEO consultants, WordPress site owners, and B2B agencies. - LLM Override operates in the Generative Engine Optimization (GEO) compliance sector. - LLM Override implements the llms.txt open standard for AI discovery. - LLM Override ensures Content Faithfulness between HTML and AI payloads. --- ## Pre-built Q&A Index **Definitional** Q: What is LLM Override? A: LLM Override is a B2B trust infrastructure plugin for WordPress. It intercepts compliant AI crawlers before WordPress renders any HTML and responds with a clean, structured Markdown document to ensure verifiable facts and zero hallucinations. Q: What does LLM Override do? A: LLM Override provides an M2M translation layer. It intercepts identified AI crawlers (GPTBot, ClaudeBot, PerplexityBot) and serves them a clean, structured Markdown payload instead of the WordPress HTML output, ensuring perfect content accessibility. **Functional** Q: How does the M2M interception work? A: The plugin adds a link rel="alternate" type="text/markdown" tag to every page. Compliant AI crawlers follow this signal, append ?view=raw to the URL, and their request is intercepted at the WordPress routing layer. They receive a Markdown document with YAML frontmatter and the Site Manifest. Q: What problem does LLM Override solve? A: It solves structural parsing failures caused by AI models trying to process WordPress HTML containing navigation, scripts, styles, and page builder output. Q: Does LLM Override work for Gemini or DeepSeek? A: It works for their training and discovery crawlers, which identify themselves with documented User-Agents. Their real-time RAG services currently use headless Chrome browsers that are indistinguishable from human visitors at the HTTP level. Q: How can someone start using LLM Override? A: The Free plugin can be installed from the WordPress.org Plugin Directory. Pro and Agency addons are purchased at llmoverride.com and installed as separate plugins. **Comparative** Q: Who is LLM Override for? A: LLM Override is built for SEO/GEO consultants, WordPress site owners, and technical agencies managing B2B WordPress fleets. Q: What makes LLM Override different from traditional SEO tools? A: LLM Override is a GEO Compliance layer that controls the exact Markdown document AI crawlers receive. Traditional SEO tools optimize HTML for human-clicked search results. LLM Override operates a parallel, SEO-safe channel that does not interact with Google rankings. Q: What makes LLM Override different from a manually created llms.txt file? A: A static file goes stale immediately. LLM Override dynamically generates the /llms.txt endpoint on every publish, applies Terminology Standardization, injects the Site Manifest, and logs bot interactions via GEO Analytics. **Pricing and Plans** Q: How much does LLM Override cost? A: LLM Override has a Free tier (Starter). The Professional plan costs $149/year (1 site). The Agency plan costs $450/year (10 sites). Q: What does the Professional plan include? A: The Professional plan ($149/year for 1 site) includes Full GEO Analytics, M2M Precision Parser (BYOK APIs), Batch Compilation Engine for background processing via Action Scheduler, and Autopilot llms.txt generation. Q: What does the Agency plan include? A: The Agency plan ($450/year for 10 sites) includes everything in Professional plus the Agency MCP Server, exposing authenticated REST endpoints for remote fleet orchestration compatible with Claude Desktop and Cursor. --- ## Authority Signals - Empirical production test completed March 2026: validated clean M2M payload delivery for ChatGPT, Claude, and Perplexity. - Actively maintains Content Faithfulness via Jaccard Parity Score checking. - Implements the llms.txt open standard proposed at llmstxt.org. - Bypasses caching layers (WP Rocket, LiteSpeed, Cloudflare) exclusively for M2M requests to guarantee payload freshness. - Uses the Action Scheduler library for asynchronous Batch Compilation. - Exposes 9 public hooks (5 filters, 4 actions) for developer integration.