Linux 软件免费装

LLMAffiliate AI Traffic Monetizer

开发者 llmaffiliate01
更新时间 2026年5月4日 16:57
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai chatbot crawler content delivery llm

下载

1.0.1

详情介绍:

LLMAffiliate AI Traffic Monetizer is a WordPress plugin that detects Large Language Model (LLM) traffic and dynamically serves enhanced content while ensuring compliance with search engine parity requirements. It mirrors the behavior of an interception layer (e.g., Cloudflare Worker) directly inside WordPress, enabling controlled content delivery for AI crawlers and agents. CORE FEATURES HOW IT WORKS The plugin intercepts incoming HTTP requests and:
  1. Identifies whether the request originates from an LLM or standard browser.
  2. If LLM traffic is detected:
  3. Fetches enhanced content from a configured external service.
  4. Applies headers and response transformations.
  5. If the service fails:
  6. Falls back to WordPress rendering safely.
  7. Ensures search engines always receive unmodified content.
USE CASES OPERATIONAL LOGGING & PRIVACY An in-plugin setting (Settings → LLMAffiliate AI Traffic → Advanced Detection Settings) allows you to disable request and suspicious-event logging. When disabled, no logs are stored. When enabled (default), the plugin may store operational or security logs. These may include: AI TERMS PAGE The plugin can serve a public /ai-terms page (or equivalent) that displays your site's AI usage and content terms. It functions as a site-published policy page that visitors—including AI systems and human readers—can view. Site owners are responsible for the contents and legal suitability of the terms. The plugin includes a default template; you may customize it to match your needs.

安装:

Automatic installation
  1. Go to Plugins → Add New in your WordPress dashboard.
  2. Search for LLMAffiliate AI Traffic Monetizer.
  3. Click Install Now and then Activate.
  4. Go to Settings → LLMAffiliate AI Traffic, generate a token, and complete onboarding/integration on LLM Affiliate.
  5. Optionally configure logging and detection threshold in Advanced Detection Settings.
Manual installation
  1. Upload the plugin to /wp-content/plugins/ using the folder name llmaffiliate-ai-traffic-monetizer (this must match the Text Domain header so automated checks and translations stay aligned).
  2. Activate the plugin via the WordPress Plugins screen.
  3. Go to Settings → LLMAffiliate AI Traffic.
  4. Generate a token (click Generate Token) and complete onboarding/integration on LLM Affiliate.
  5. Optionally configure logging and detection threshold in Advanced Detection Settings.

常见问题:

Does the plugin modify admin or API routes?

No. WordPress admin, login, REST API, and static assets are always bypassed.

What happens if the content service fails?

The plugin logs the failure (if enabled), adds an X-LLMAFFTM-Interceptor: fallback header, and allows WordPress to render normally.

How do signed overrides work?

Enable “Allow Signed Override” and configure an HMAC secret. Then append: ?llm_profile=<profile>&llm_sig=<signature> Signature format: hash_hmac('sha256', "<path>|<profile>", <secret>)

Is this plugin safe for SEO?

Yes. Googlebot and other search crawlers always receive original content, ensuring compliance with search engine guidelines.

Why does Plugin Check report a Text Domain mismatch?

If the plugin lives in a directory with a different name (for example llm-interceptor), some tools compare that folder to the Text Domain and show a warning. Use the directory name llmaffiliate-ai-traffic-monetizer (the plugin slug) under wp-content/plugins/—the same layout as the WordPress.org distribution ZIP.

更新日志:

1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.1