Citedon, AI Search Readiness & Schema

描述

Buyers increasingly ask AI engines (ChatGPT, Perplexity, Gemini, Claude) what to use, and those engines answer with a short list of names. Being on that list starts with being “agent-ready”: technically structured so AI engines and agents can read your pages, understand them, and recommend them.

Citedon makes and keeps your site agent-ready. The Citedon service audits your pages, measures across multiple AI engines whether you are being recommended, and generates the agent-ready structured data (schema) your pages are missing. The Citedon Connector is the part that applies that structured data to your WordPress site and reports back, so the service can verify the change and keep it current as the engines shift.

Citedon sells readiness, a technical state we can measure, apply, and maintain. We prove it with real multi-engine measurement. We never promise that any engine will cite you, because that is controlled by the engines, not by us.

The brain stays on the Citedon service. This plugin is a thin client. It fetches the agent-ready JSON-LD your Citedon project generates for each page, merges it into your site, and reports what it applied. It does not contain the audit, the measurement, or the schema-generation logic; those run on the Citedon service, which does the substantial work.

How it works

  • Connect once with a site key from your Citedon dashboard.
  • On each page, the plugin fetches that page’s agent-ready data from the Citedon service.
  • It merges the data into your existing schema graph through Yoast or Rank Math, or emits it on its own if no SEO plugin owns the graph.
  • It reports what it applied so the Citedon WATCH can re-check and re-apply over time.

Safe by design

  • Additive only. It adds missing nodes and properties; it never edits your content or overwrites your existing schema.
  • No duplication. If your site already declares a schema type, Citedon wires into it instead of adding a second one.
  • Consent-gated. The connector only applies recommendations you have approved in your Citedon dashboard.
  • Validated. A pre-publish guard drops any change that would break your schema graph, so bad structured data never reaches a live page.
  • Reversible. Deactivate the plugin (or turn off the Enabled toggle) and the augmentation stops. Uninstalling removes every setting it stored.
  • Encrypted. The site key is only sent over HTTPS.

You need a Citedon account

This plugin connects to the Citedon service using a site key you generate in your dashboard at https://citedon.com. The free plan covers the readiness audit. Applying the agent-ready layer and continuous monitoring are paid plans. See https://citedon.com/pricing.

External services

This plugin connects to the Citedon service (https://citedon.com), an external software-as-a-service that performs the agent-readiness audit, multi-engine measurement, and structured-data generation. The plugin is a client for that service and requires a Citedon account and site key to function.

What is sent, and when:

  • When you click “Test connection”, or on each page render while enabled: your site address, the address (URL) of the page being rendered, and your Citedon site key, sent to the Citedon service so it can return the agent-ready structured data for that page and verify what was applied.
  • When the connector applies or skips a recommendation: a small before/after summary of the page’s schema graph (node counts, schema @types, and @ids) so the service can verify the change. No page body content and no visitor data are sent.

The plugin sends data only to the Citedon service address you configure (which must use HTTPS). It does not load executable code from any external source; it fetches structured data (JSON-LD) only, and validates it before use.

  • Terms of Service: https://citedon.com/terms
  • Privacy Policy: https://citedon.com/privacy

屏幕截图

安装

  1. In your Citedon dashboard, create a project and issue a site key (Projects). Copy the Core URL, Site key, and Project ID.
  2. Install this plugin: in WordPress, go to Plugins, Add New, Upload Plugin, choose the citedon-connector.zip, then Activate. (Or search “Citedon” in the plugin directory once listed.)
  3. Go to Settings, Citedon. Paste the Core URL (https://citedon.com), your Site key, and Project ID.
  4. Click Test connection to confirm the key reaches the Citedon service.
  5. Tick “Apply Citedon agent-ready schema to this site” and Save.

常见问题

Do I have to replace Yoast or Rank Math?

No. Citedon adds the agent-ready layer through your existing SEO plugin, additively and reversibly. If you do not run an SEO plugin, Citedon emits a valid schema graph itself.

Will this change or overwrite my content or schema?

No. The connector is additive only. It adds what is missing and never overwrites a value your site already declares. A pre-publish guard also drops any change that would break your schema graph.

Is it reversible?

Yes. Deactivate the plugin or turn off the Enabled toggle and it stops augmenting. Uninstalling removes every setting and cache it created.

Do I need a paid plan?

You need a Citedon account. The free plan covers the readiness audit. Applying the agent-ready layer and continuous monitoring are paid plans.

Does Citedon guarantee my site will be cited by AI engines?

No. Citation is controlled by the AI engines, not by Citedon, so we never promise it. Citedon makes and keeps your site agent-ready (a state we can measure and maintain) and shows you real multi-engine measurement as proof.

What data does the plugin send, and where?

Only to the Citedon service you configure: your site and page addresses, your site key, and small before/after schema summaries used to verify changes. No page content or visitor data. See the External services section above.

评价

此插件暂无评价。

贡献者及开发者

「Citedon, AI Search Readiness & Schema」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.4.0

  • Internationalization: all admin strings are now translatable (text domain citedon-connector), with a bundled translation template. Added a suggested privacy-policy disclosure and a clear External services section in the readme. Directory-readiness and housekeeping; no change to how schema is applied.

1.3.1

  • Settings screen polish: a Show/Hide toggle to reveal the pasted Site key, the Apply checkbox is now on by default (consent still lives on the Citedon service: only fixes you approve in the dashboard are ever applied), and a “Where do I find these?” helper that links straight to your project’s Connect WordPress card.

1.3.0

  • Pre-publish validation guard, auto-rollback fast-path, and pre-approval preview diff. Each artifact is validated as it merges: one that would duplicate a single-instance schema type is dropped (the other fixes still apply) and reported as blocked, so bad schema never reaches a live page. A short revocation poll drops a reverted fix within ~90 seconds even while the page cache is warm. A dry-run preview computes the real before/after a suggested fix would produce, without ever emitting it, so you can review the exact change before approving.

1.2.0

  • Applied report now sends the real before/after graph summary (node count, @types, @ids) instead of stub notes. Captured for all three integration paths: Yoast, Rank Math, and own-output.

1.1.0

  • Security hardening. The connector now whitelists the schema.org types and value shapes it will merge, and drops any artifact node carrying markup, an active-content URI, control characters, or an unexpected type, before it ever reaches your page. The Core URL must use HTTPS (plain HTTP is allowed only for local development), so your site key is never sent in the clear.

1.0.0

  • First public release: connect by site key, augment through Yoast and Rank Math (with the Rank Math configured-state gate) or emit on its own, additive and idempotent merge with no duplication, report-back to the Citedon service, Test connection, and a clean uninstall.