Title: Nexez Agent-Ready
Author: nexezdev
Published: <strong>September 1, 2026</strong>
Last modified: September 1, 2026

---

Search plugins

![](https://ps.w.org/nexez-agent-ready/assets/banner-772x250.png?rev=3676927)

![](https://ps.w.org/nexez-agent-ready/assets/icon-256x256.png?rev=3676927)

# Nexez Agent-Ready

 By [nexezdev](https://profiles.wordpress.org/nexezdev/)

[Download](https://downloads.wordpress.org/plugin/nexez-agent-ready.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/nexez-agent-ready/#description)
 * [Reviews](https://wordpress.org/plugins/nexez-agent-ready/#reviews)
 *  [Installation](https://wordpress.org/plugins/nexez-agent-ready/#installation)
 * [Development](https://wordpress.org/plugins/nexez-agent-ready/#developers)

 [Support](https://wordpress.org/support/plugin/nexez-agent-ready/)

## Description

AI shopping agents read structured data on your server, not your design. **Nexez
Agent-Ready** connects your WordPress site to your [Nexez](https://nexez.app/) listing
so agents can understand and transact with your offers, with nothing to maintain.

Paste your Nexez listing slug and the plugin will:

 * Inject your listing’s **JSON-LD** (schema.org offers) and a manifest `<link>`
   into every page `<head>`, server-side, so agents that read your HTML see your
   offers.
 * **301-redirect** the agent artifact paths on your domain (`/.well-known/agent.
   json`, `/agent.json`, `/llms.txt`, `/openapi.json`, and `/mcp.json` when enabled)
   to your **live** Nexez listing, so an agent probing `yoursite.com/.well-known/
   agent.json` always gets your current offers.
 * Serve the **file ownership proof** (`/.well-known/nexez-verify.txt`) so you can
   verify your site on Nexez without editing DNS.

Everything reflects your live Nexez listing. The plugin validates the public JSON
response, encodes the JSON-LD locally, and constructs the manifest link locally.
It never prints remote HTML into your site.

**Privacy / network:** this plugin depends on the external Nexez service at https://
nexez.app/. After an administrator saves a listing slug, the plugin makes a server-
side request to `https://nexez.app/<your-slug>/embed.json` when its local cache 
is empty or expired. Full details, including the data sent and legal links, appear
in the **External services** section below.

### External services

This plugin depends on **Nexez**, an external software service that hosts merchant
listings and their public agent-discovery artifacts.

 * **Service website:** [Nexez](https://nexez.app/)
 * **When a request is made:** after an administrator saves a Nexez listing slug,
   the plugin sends a server-side GET request to `https://nexez.app/<your-slug>/
   embed.json` when the one-hour local cache is empty or expired. This can occur
   while a public page is rendered, while one of the supported agent-artifact paths
   is requested, or while the plugin settings page checks the connection. A failed
   request is cached for five minutes. Saving the settings clears the cache.
 * **Data sent:** the configured public listing slug appears in the request URL.
   The request also necessarily exposes the WordPress server’s IP address and sends
   the User-Agent `Nexez-Agent-Ready/<version>; WordPress`. The plugin does not 
   include the WordPress site URL, page content, administrator details, visitor 
   details, cookies, form values, or analytics data.
 * **Why it is sent:** Nexez uses the slug to return that listing’s public structured
   data, artifact URLs, and redirect map. The plugin needs this response to add 
   JSON-LD and discovery links and to route the supported agent-artifact paths.
 * **Data received:** the configured listing’s public name, structured data, artifact
   URLs, and redirect rules. The plugin validates this data and constructs all WordPress
   output locally.
 * **No browser requests or tracking:** requests originate from the WordPress server.
   The plugin does not make Nexez requests from visitors’ browsers and does not 
   send analytics or telemetry.
 * **Administrator choice:** saving a listing slug is the action that connects the
   site to Nexez and enables these requests. Clearing the slug disables them.
 * **Terms of service:** [Nexez Terms of Service](https://nexez.ai/terms)
 * **Privacy policy:** [Nexez Privacy Policy](https://nexez.ai/privacy)

## Screenshots

[⌊Settings screen: paste your Nexez listing slug and optional verification token.⌉⌊
Settings screen: paste your Nexez listing slug and optional verification token.⌉[

Settings screen: paste your Nexez listing slug and optional verification token.

[⌊The injected JSON-LD and manifest link as agents see them in your page head.⌉⌊
The injected JSON-LD and manifest link as agents see them in your page head.⌉[

The injected JSON-LD and manifest link as agents see them in your page head.

## Installation

 1. Install and activate the plugin.
 2. Get your listing slug from your Nexez listing URL: `https://nexez.app/<slug>`.
 3. Go to **Settings > Nexez Agent-Ready**, paste the slug, and save.
 4. (Optional) To verify site ownership on Nexez, paste the verification token from**
    Nexez > Settings > Your website**, then run “Verify (file)” on Nexez.

## FAQ

### Do I need a Nexez account?

Yes. Create a free listing at https://nexez.app/. The plugin connects this site 
to that listing.

### Will this change my theme or content?

No. It only adds structured data to your `<head>` and redirects a handful of machine-
readable artifact paths.

### What if I already have an /llms.txt file?

Your existing file is served by your web server and is left untouched. The plugin
only handles artifact paths that would otherwise 404.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Nexez Agent-Ready” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ nexezdev ](https://profiles.wordpress.org/nexezdev/)

[Translate “Nexez Agent-Ready” into your language.](https://translate.wordpress.org/projects/wp-plugins/nexez-agent-ready)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/nexez-agent-ready/),
check out the [SVN repository](https://plugins.svn.wordpress.org/nexez-agent-ready/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/nexez-agent-ready/)
by [RSS](https://plugins.trac.wordpress.org/log/nexez-agent-ready/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release: locally encoded JSON-LD, live artifact redirects, and file-method
   verification.
 * Document the Nexez external service, request data, timing, purpose, terms, and
   privacy policy.
 * Validate structured responses and construct all WordPress markup locally.

## Meta

 *  Version **1.0.0**
 *  Last updated **2 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.5 or higher **
 *  Tested up to **7.1**
 *  PHP version ** 7.2 or higher **
 * Tags
 * [Agents](https://wordpress.org/plugins/tags/agents/)[AI](https://wordpress.org/plugins/tags/ai/)
   [ecommerce](https://wordpress.org/plugins/tags/ecommerce/)[JSON-LD](https://wordpress.org/plugins/tags/json-ld/)
   [structured data](https://wordpress.org/plugins/tags/structured-data/)
 *  [Advanced View](https://wordpress.org/plugins/nexez-agent-ready/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/nexez-agent-ready/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/nexez-agent-ready/reviews/)

## Contributors

 *   [ nexezdev ](https://profiles.wordpress.org/nexezdev/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/nexez-agent-ready/)