Linux 软件免费装

LLMAffiliate AI Traffic Monetizer

开发者 llmaffiliate01
更新时间 2026年6月19日 23:41
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: 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. GOOGLE SEARCH CONSOLE (OPTIONAL) The LLMAffiliate service can provide a Google Search Console HTML tag verification token on llmaffiliate.com for connected sites (see your dashboard or integration docs). If you choose to use it, open Settings → LLMAffiliate AI Traffic in WordPress and paste the token into the prominent Use LLMAffiliate's Search Console verification field, then save. The token is stored only in your site's database and outputs the standard <meta name="google-site-verification" …> tag on your public frontend. You can clear the field at any time to remove the tag. Why this helps: With your consent, LLMAffiliate can verify the site in Search Console tied to that token, which helps the service monitor indexing coverage and page performance for your integration and support you more effectively. This is fully optional; if you leave the field empty, nothing is added to your HTML. No extra HTTP request is made to Google from the plugin for this feature—the meta tag is for Google’s crawler when it visits your site.

安装:

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 paste the Search Console verification token (from LLMAffiliate or your own Google Search Console) using the prominent field at the top of that settings screen.
  6. 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 paste the Search Console verification token in the plugin settings if you use LLMAffiliate’s optional verification flow (see readme).
  6. 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.

What does the Search Console verification field do?

It saves a google-site-verification meta content value in your database and prints one meta tag on the public site. LLMAffiliate may issue a token on llmaffiliate.com so they can verify the property for support, monitoring, and better visibility into indexing and performance—or you can paste your own token from Google Search Console. Clear the field and save to remove the tag.

更新日志:

1.0.8 1.0.7 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6