Linux 软件免费装
Banner图

LLM Override

开发者 vanguardhive
更新时间 2026年4月13日 18:07
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo markdown geo chatgpt llm

下载

1.1.6 1.1.7 1.2.0 1.2.1

详情介绍:

The AI era has a problem: ChatGPT, Claude, and Perplexity are making up facts about your brand. They crawl your raw HTML — a format built for humans — and hallucinate the gaps. Traditional SEO cannot fix this. A static sitemap cannot fix this. LLM Override fixes this. LLM Override is a Machine-to-Machine (M2M) interception engine for WordPress. It speaks the language AI crawlers actually understand: clean, structured Markdown with semantic context — served in real time, directly from your site, without modifying a single page. How AI systems read your content Most AI tools for WordPress generate a list of URLs. That tells an AI crawler where your content is. LLM Override tells AI crawlers what your content means — making your brand accurately represented across AI-powered search engines. When a bot visits your page, LLM Override intercepts the request before WordPress renders any HTML, and responds with a structured Markdown payload containing: This is Generative Engine Optimization (GEO): making your content accessible and accurately represented to AI systems. How it works
  1. LLM Override adds a <link rel="alternate" type="text/markdown"> tag into your page <head>.
  2. An AI crawler discovers this link and follows it — that's the standard Content Negotiation protocol.
  3. It appends ?view=raw to your URL and sends the request.
  4. LLM Override intercepts at the WordPress routing layer — no HTML is rendered, no theme loads.
  5. The crawler receives clean, semantic Markdown. Accurate content. No hallucinations.
Your human visitors never see any of this. Their experience is unchanged. Core Features (Free) M2M Interception Engine ✅ Intercepts AI bot requests via ?view=raw — works on any page, any post type ✅ Converts HTML to clean Markdown using league/html-to-markdown ✅ Strips <script>, <style>, <iframe>, and empty elements before conversion ✅ Disables page caching (WP Rocket, LiteSpeed, W3TC, Cloudflare) for M2M requests to guarantee fresh content ✅ Adds X-Robots-Tag: noindex to Markdown responses to prevent duplicate content flags ✅ Adds X-Content-Processing transparency header declaring conversion method and source ✅ Adds YAML frontmatter: title, canonical URL, last modified date, plugin version Content RulesSite Manifest — provide verifiable organization facts in your /llms.txt site manifest llms.txt Standard Compliance ✅ Dynamic /llms.txt endpoint — always current, zero static files, works on any hosting ✅ Extended /llms-full.txt endpoint — includes content snippets for deeper AI context ✅ Semantic Blockquote — select a global context page via UI to auto-generate the site manifest ✅ Link Grouping — automatically categorizes links by post type (Pages, Optional, etc.) per llmstxt.org specs ✅ Both endpoints automatically respect noindex rules from Yoast SEO, Rank Math, SEOPress, and AIOSEO ✅ Announces /llms.txt in your robots.txt for passive bot discovery ✅ <link rel="alternate" type="text/markdown"> auto-injected into every page <head> Precision Control ✅ Native WordPress metabox on every post/page: exclude from AI manifests or override the M2M payload manually ✅ "View as AI" button in the WordPress Admin Bar: see exactly what any AI bot receives from any page Shadow Analytics Lite ✅ Tracks global M2M interception hits with a simple counter in your dashboard ✅ GDPR-compliant: IP addresses are hashed daily, never stored in plain text ✅ Detects 58 known AI bots across 4 categories (Training, Query, Discovery, Scraping) Enterprise Sanitization ✅ Strips Unicode corruption before delivery: BOM markers, Zero-Width Spaces, Non-Breaking Spaces, Soft Hyphens — the exact characters that cause parser errors in ChatGPT and Claude ✅ Transient-based caching (12-hour TTL) for endpoint performance — with one-click AJAX flush Developer API ✅ 14 documented action/filter hooks for extending behavior without modifying plugin files ✅ Clean OOP architecture with full Composer autoloading Built to WordPress standards LLM Override is developed following strict WordPress coding standards. Every function prefixed, every output escaped, every database query prepared, every nonce verified. No direct filesystem operations. No raw SQL injection. No short PHP tags. The plugin passes the official WordPress Plugin Check tool with zero errors and zero warnings. LLM Override Pro — Industrial-scale GEO The free version covers the complete core M2M engine. Large sites and agencies need scale. Pro unlocks:

安装:

  1. Upload the llm-override folder to /wp-content/plugins/.
  2. Activate via the Plugins menu in WordPress.
  3. Go to LLM Override > Dashboard — your M2M engine is active immediately after activation.
  4. (Optional) Set your Site Manifest under LLM Override > Content Rules.
  5. (Optional) Review your /llms.txt output and configure included post types under LLM Override > llms.txt Config.
No configuration is required for basic operation. The M2M interceptor works out of the box.

屏幕截图:

  • "Before vs. After" empirical simulation — raw HTML versus the structured Markdown payload an AI actually receives.
  • Content Rules panel — Site Manifest configuration.
  • llms.txt Config page — AJAX regeneration, real-time inclusion/exclusion stats, endpoint preview.
  • Per-post native WordPress Metabox — exclude from AI manifests or manually override the M2M payload.

升级注意事项:

1.2.1 Hotfix: Restores Google NotebookLM compatibility. NotebookLM users can now import site pages and M2M endpoints as sources without errors. All other bots unaffected. 1.2.0 HTTP standards compliance release. Adds RFC 7763 Content-Type, Vary: Accept for correct CDN behavior, X-Markdown-Tokens for AI pipeline budgeting, and ReadAction in JSON-LD for Schema.org-compliant M2M endpoint discovery. Recommended for all users. 1.1.5 Crucial compatibility layer patch for shortcode visual builders (Divi, WPBakery). Upgrade highly recommended to restore correct .txt endpoints and Grounding schemas. 1.1.4 Security and compliance release addressing all issues raised during the WordPress.org plugin review. Resolves inline script enqueuing, output escaping, and removes non-permitted files from distribution. 1.0.1 New Yoast SEO compatibility warnings added to the dashboard. Essential if you are using Yoast SEO simultaneously. 1.0.0 Initial release of LLM Override.

常见问题:

What is GEO and why does it matter more than SEO right now?

SEO (Search Engine Optimization) optimizes for Google's crawler — a bot that ranks pages and shows links. GEO (Generative Engine Optimization) optimizes for AI models like ChatGPT, Claude, and Perplexity — systems that synthesize answers and cite sources. The key difference: Google shows your page. AI answers replace your page with a summary. If that summary is wrong, your brand is damaged. GEO is how you control what that summary says.

What is M2M interception? Why not just use a sitemap?

A sitemap tells an AI where your URLs are. M2M interception controls what an AI receives when it visits those URLs. LLM Override sits between the AI crawler and your WordPress theme: when a bot requests your page, instead of getting raw HTML full of navigation, ads, and JavaScript, it receives clean, structured Markdown with your canonical facts already embedded. A sitemap is a phone book. M2M interception is the actual conversation.

Does this change anything for my human visitors?

Nothing. Human visitors always receive your normal WordPress theme. The M2M layer is invisible: it only activates when the ?view=raw parameter is present, which only AI crawlers following the <link rel="alternate"> standard will use. There is no redirect, no separate URL, no parallel site to maintain.

What is the difference between llms.txt and what LLM Override actually does?

llms.txt is a directory: a list of your important URLs. It helps AI crawlers discover your content. LLM Override does that (via the dynamic /llms.txt endpoint) — and then goes further: when the AI crawler visits each of those URLs, it receives a semantically structured Markdown payload, not raw HTML. The /llms.txt file is the door. M2M interception controls what happens inside the room.

Is /llms.txt a real file on my server?

No, and this is intentional. LLM Override generates /llms.txt dynamically on every request. This means it always reflects your latest published content — no stale data, no manual regeneration needed after publishing new pages. It also means it works on any hosting environment, including read-only filesystems and managed platforms, without requiring write access to your server root.

Does it work with WordPress VIP, Kinsta, WP Engine, or other managed hosts?

Yes. Because LLM Override never writes files directly to the filesystem, it is compatible with any hosting environment, including those with read-only or restricted filesystem access. The plugin uses only the WordPress Options API, Transients API, and WordPress Rewrite Rules — the standard APIs that work everywhere.

What is the Site Manifest?

The Site Manifest is a block of verifiable organization facts — your canonical brand description, key figures, certifications — that appears in your /llms.txt site manifest. Every time ChatGPT or Claude reads your site's /llms.txt, it receives this factual summary as context. Write only verifiable facts that match your visible web content.

What is YAML frontmatter and why does it help?

YAML frontmatter is structured metadata placed at the very beginning of a Markdown document, in a format that AI models are specifically trained to parse and prioritize. LLM Override automatically adds frontmatter to every payload containing: your page title, canonical URL, last modified date, and your Corporate Manifest. This metadata is processed before the body content — giving you context control at the highest-priority position in the document.

What SEO plugins does it integrate with?

LLM Override automatically reads noindex and nofollow rules from Yoast SEO, Rank Math, SEOPress, and AIOSEO. Any page you have excluded from search engines in those plugins will also be excluded from your /llms.txt and /llms-full.txt manifests automatically — with zero manual configuration. The integration is implemented at the database level (direct wp_postmeta query) for maximum performance and zero dependency on those plugins being active.

What is the difference between /llms.txt and /llms-full.txt?

/llms.txt is a concise, standard-compliant manifest: titles, URLs, and M2M links for all your public content. /llms-full.txt is an extended version that includes a content snippet for each URL (truncated to 500 characters, sanitized Markdown) — useful for documentation sites, knowledge bases, or any site where giving AI crawlers an immediate content preview improves retrieval accuracy.

What does the "View as AI" button do?

It adds a button to the WordPress Admin Bar visible only to administrators. On any singular post or page, clicking it opens the raw M2M Markdown payload exactly as an AI crawler would receive it — including your YAML frontmatter and Site Manifest. It is an empirical verification tool: see exactly what you are serving, before you assume.

What AI bots does it detect?

LLM Override includes a dictionary of 58 known AI crawlers across 4 behavioral categories: Training bots (harvesting data for model training), Query bots (real-time RAG requests), Discovery bots (sitemap and manifest crawlers), and Scraping bots (unclassified AI traffic). Detection uses User-Agent matching on the template_redirect hook. Detected bots are automatically served Markdown without requiring the ?view=raw parameter.

Does this affect my SEO rankings?

No. LLM Override adds X-Robots-Tag: noindex to all M2M Markdown responses, which tells Googlebot and Bing to ignore them. Your standard HTML pages remain exactly as they are and continue to be indexed normally. LLM Override operates on a completely separate delivery channel that search engine crawlers do not follow.

Does it conflict with caching plugins?

No. LLM Override detects active caching layers (WP Rocket, LiteSpeed Cache, W3 Total Cache, FastCGI, Varnish, Cloudflare) and programmatically disables them exclusively for M2M requests. Your human visitors continue to be served cached pages normally. Only bot requests via the M2M channel bypass cache — by design, to guarantee fresh content delivery.

I am a developer. What hooks are available?

LLM Override exposes 14 documented hooks: Filters: llm_override_markdown_output — modify the final Markdown string before delivery llm_override_yaml_frontmatter — modify or extend the YAML frontmatter array llm_override_pre_convert_content — replace the raw HTML before conversion (used by Pro AI Copilot) llm_override_llmstxt_entries — filter the URL list before /llms.txt is rendered llm_override_excluded_post_ids — add custom exclusion logic for manifests llm_override_bot_user_agents — extend the bot detection dictionary Actions: llm_override_bot_detected — fires when a known bot is intercepted (used by Shadow Analytics) llm_override_before_markdown_output — fires before Markdown is echoed llm_override_after_markdown_output — fires after delivery llm_override_llmstxt_generated — fires after /llms.txt is regenerated llm_override_settings_after_general — extend the settings panel (used by Pro) llm_override_dashboard_after_kpis — extend the dashboard (used by Pro)

Is it GDPR-compliant?

Yes. Shadow Analytics Lite stores bot activity logs, but never in association with identifiable user data. IP addresses detected during bot interception are hashed using a daily-rotating salt before storage — making them non-reversible and non-identifiable. No data is transmitted to external servers in the free version.

Does it send data to OpenAI, Anthropic, or other AI companies?

No. The free version is entirely self-contained. It intercepts incoming AI crawler requests and serves them Markdown — it does not make any outgoing API calls to any AI service. The Pro version optionally connects to AI APIs (OpenAI, Anthropic, DeepSeek, OpenRouter) via keys you provide (BYOK — Bring Your Own Key). Those connections are explicitly initiated by you, and only transmit the content of the specific page being processed.

更新日志:

1.2.1 1.2.0 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0