Title: Nexez Agent-Ready
Author: nexezdev
Published: <strong>2026년 9월 1일</strong>
Last modified: 2026년 9월 1일

---

플러그인 검색

![](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

 작성자: [nexezdev](https://profiles.wordpress.org/nexezdev/)

[다운로드](https://downloads.wordpress.org/plugin/nexez-agent-ready.1.0.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/nexez-agent-ready/#description)
 * [평가](https://ko.wordpress.org/plugins/nexez-agent-ready/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/nexez-agent-ready/#installation)
 * [개발](https://ko.wordpress.org/plugins/nexez-agent-ready/#developers)

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

## 설명

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)

## 스크린샷

[⌊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.

## 설치

 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Nexez Agent-Ready”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

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

[자국어로 “Nexez Agent-Ready”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/nexez-agent-ready)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/nexez-agent-ready/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/nexez-agent-ready/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/nexez-agent-ready/)을 [RSS](https://plugins.trac.wordpress.org/log/nexez-agent-ready/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **4일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.5 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.2 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/nexez-agent-ready/)
 * 태그:
 * [Agents](https://ko.wordpress.org/plugins/tags/agents/)[AI](https://ko.wordpress.org/plugins/tags/ai/)
   [ecommerce](https://ko.wordpress.org/plugins/tags/ecommerce/)[JSON-LD](https://ko.wordpress.org/plugins/tags/json-ld/)
   [structured data](https://ko.wordpress.org/plugins/tags/structured-data/)
 *  [고급 보기](https://ko.wordpress.org/plugins/nexez-agent-ready/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/nexez-agent-ready/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/nexez-agent-ready/)