Kuvaus
AgenticTrack scores how ready your WooCommerce products are for AI shopping agents like ChatGPT, Gemini, Claude, and Perplexity — then helps you fix the gaps, get your store discovered, and track the orders agents bring. The audit, the core fixes, and the discovery tools are all free; AI fixes and agent-order analytics are Pro.
AI shopping agents are starting to read, compare, and buy from stores directly through structured surfaces like the WooCommerce MCP integration, the WordPress Abilities API, and the emerging agentic commerce protocols (ACP, UCP, MCP). These agents don’t read your storefront design or marketing copy — they read your structured product data. Products with thin descriptions, missing identifiers, or incomplete structured data are invisible — or unsellable — to those agents.
The audit is free and read-only. It scans your published products and gives each one an agent-readiness score from 0 to 100, so you can see exactly which products AI agents can understand and which are holding you back. The audit never changes your data and makes no external API calls.
What it checks for every product:
- Product identifiers — SKU and GTIN/UPC/EAN (the native WooCommerce global unique ID, plus common third-party fields) that AI agents need to match your products.
- Structured attributes — material, size, color, weight, dimensions, and other machine-readable facts.
- Description quality — flags thin copy and marketing-heavy text that lacks the factual specifications AI agents rely on.
- Price & inventory — a valid price and an unambiguous stock status.
- Structured-data completeness — whether each product has the fields needed for rich, valid Product JSON-LD schema.
You get a per-product agent-readiness score, an overall store score, a sortable product list with the exact issues found, and a summary of the top issues across your store.
Fix the gaps (free)
The Fixer repairs the issues the audit finds, writing to your own store through the WooCommerce API — no catalog is routed through a middleman. The manual fixes are free; only the AI-powered rewrites are Pro. Every change is built to be safe:
- Preview first — you see exactly what will change, before anything is written.
- Approve before apply — nothing is saved until you click Apply. Apply one fix at a time, or use ”Apply all safe fixes” with a live progress readout.
- One-click undo — the previous value is snapshotted before each write, so a single click restores it.
Free fixes — all on the same safe rails, no AI and no external calls:
- Structured data — fills the short description (schema summary) from your existing long description; enter a missing price or assign a category right in the panel. It never fabricates data.
- Description editor — write or expand a thin product description in-place, saved exactly as you type.
- Attribute normalization — tidies the naming, casing, and spacing of your existing custom attributes so agents read consistent facts.
- Identifier setup — lets you enter a real GTIN/UPC/EAN and SKU, saved to the correct WooCommerce field. Identifiers are never invented — you provide the value.
AI fixes (Pro) need no API key of your own — with Pro active they run through the AgenticTrack AI service using free models, strictly capped per run. You generate a rewrite, review (and edit) it, then save. Prefer your own account? Add an OpenRouter key and requests go directly through it:
- Rewrite description (AI) — rewrites thin or marketing-heavy descriptions into factual, spec-rich copy that agents can read. You approve each rewrite before it is saved.
- Suggest attributes (AI) — proposes machine-readable attributes (material, color, size, …) from the product’s own title and description. You approve before they are added.
Make your store discoverable to agents (free)
Agent Access is the site-level companion to the per-product audit, and it is free:
- AI-crawler rules — allow the major AI and shopping-agent crawlers (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and more) in your robots.txt with one toggle. Nothing is written to disk — it uses the standard WordPress robots.txt filter.
- Product-aware llms.txt — publishes an
/llms.txtmap of your catalog (categories and every product with price, SKU and a factual line) so agents crawling it can discover what you sell. Previews are shown right inside the plugin.
See which orders came from AI agents (Pro)
Agent Orders attributes the sales that bypass normal analytics — orders placed by AI shopping agents through headless and API checkouts — so you can measure agentic revenue:
- Two tiers, shown separately: Verified — the order came through a UCP/ACP agent checkout that presented a signed AP2 payment mandate (cryptographically provable, so it carries no hedging); and Inferred — a best-effort estimate from checkout signals (agent user-agents, headless/API checkouts, referrers) with a confidence level.
- Agent orders and revenue over time, a by-agent breakdown, and the share of your orders coming from agents.
- Only the Inferred tier is an estimate, and it is labelled as such. Verified attribution comes from the agent checkout layer via the
arwc_agent_verified_orderfilter. Most stores have no agent-checkout traffic yet, so Verified showing 0 is normal and expected. Detection runs from install, so the data is ready the moment you go Pro.
Why AgenticTrack
- Your data, your store — the audit and the free fixes run entirely on your own store through the WooCommerce API and make zero external calls. AI fixes call out only when you click Apply, and only send that product’s title and description (see ”External services”).
- Built for the agentic commerce shift — checks and repairs the exact product-data signals that determine whether AI shopping agents can find, understand, and recommend your products.
- Fast on large catalogs — batched, paginated scanning that stays fast and reliable even on stores with thousands of products.
- Extensible — add your own checks via the
arwc_checksfilter and your own fixes via thearwc_fixesfilter. - HPOS compatible.
Get your WooCommerce store’s agent-readiness score free, and start closing the gaps before AI agents become a meaningful share of your orders.
External services
The free audit makes no external calls — it runs entirely on your own store.
Two Pro features send data off-site, and only when you opt in:
-
License validation. When you save an AgenticTrack Pro license key, the plugin sends the key and your site URL to
https://www.agentictrack.ai/api/license/validateto confirm the license, then re-checks about twice a day. No product or customer data is sent. This is required only if you use a Pro license. See the AgenticTrack privacy policy and terms at https://www.agentictrack.ai. -
AI fixes. When you click Apply on an AI description rewrite or AI attribute suggestion, the product’s title and description are sent to an AI model so it can draft the result. This happens only on that click; no data is sent for the free fixes or the audit. There are two paths:
- Default (no key needed): the request goes to the AgenticTrack AI service at
https://www.agentictrack.ai/api/ai/generate, which forwards it to OpenRouter (https://openrouter.ai) using free models. Your site URL and license key are included so the service can authorize the request. See the AgenticTrack privacy policy at https://www.agentictrack.ai. - Your own key: if you paste an OpenRouter API key under Settings, requests go directly to the OpenRouter API (
https://openrouter.ai/api/v1/chat/completions) with your key and never touch the AgenticTrack service. See OpenRouter’s terms at https://openrouter.ai/terms and privacy policy at https://openrouter.ai/privacy.
- Default (no key needed): the request goes to the AgenticTrack AI service at
Kuvankaappaukset





UKK
Does this change my products?
The audit never does — it is completely read-only. The Pro Fixer (and the free structured-data, attribute, and identifier fixes) can change products, but only when you explicitly click Apply. Every change is previewed first, and one-click undo restores the previous value.
Can it invent a GTIN or barcode for me?
No. Identifiers are real-world facts, so the plugin never generates them. When a GTIN/UPC/EAN or SKU is missing, it gives you a field to enter the real value, validates it, and saves it to the correct WooCommerce field.
What is free and what is Pro?
Free: the full audit and store score, all manual fixes (structured data, price, category, the description editor, and GTIN/SKU), the Agent Access module (AI-crawler robots.txt rules and a product-aware llms.txt), and live re-scoring. Pro: the AI-powered fixes (description rewrite and attribute suggestions) and the Agent Orders analytics dashboard. The free features make no external calls.
Do I need to pay or add an API key to use the fixes?
The manual fixes — structured data, price, category, the description editor, attribute normalization, and identifier setup — are free and make no external calls. The AI description rewrite and attribute suggestions are a Pro feature — but with Pro active they need no API key of your own, running through the AgenticTrack AI service on free models. If you’d rather use your own OpenRouter account (e.g. for a specific paid model), paste your OpenRouter API key under Settings and requests will go directly through it instead.
How accurate is Agent Orders attribution?
It depends on the tier, and the two are shown separately. Verified orders came through an agent checkout (UCP/ACP) that presented a signed AP2 payment mandate — that is cryptographically provable, so those are not estimates. Inferred orders are a best-effort guess from checkout signals — the agent’s user-agent, whether the order came through an API/headless checkout rather than a browser, and referrer/attribution data — each with a confidence level; this tier will get sharper as agentic-commerce standards become common. Most stores have no agent-checkout traffic today, so the Verified count will simply be 0 — that is correct, not a bug. The dashboard never sends your order data off-site.
Does it work with large catalogs?
Yes. Scanning is batched and paginated, so it stays fast and reliable even on stores with thousands of products.
What are AI shopping agents, and why does agent-readiness matter?
AI shopping agents are assistants like ChatGPT, Gemini, Claude, and Perplexity that browse, compare, and increasingly buy products on a shopper’s behalf. They read structured product data, not your storefront design. If your product data is incomplete, agents may skip your products — so agent-readiness directly affects whether your store shows up in agentic commerce.
How is the structured data check measured?
WooCommerce and most SEO plugins already emit Product JSON-LD automatically, so this check scores whether each product has the fields that make that schema rich and valid (image, price, description, identifier, category) — measured from product data, with no page fetching.
What data leaves my site?
The audit and the free fixes send nothing off-site. If you enter a license key, that key and your site URL are sent to agentictrack.ai to validate it. When you click Apply on an AI fix, the product’s title and description are sent to the AgenticTrack AI service (or directly to OpenRouter if you configured your own key). See the ”External services” section above.
Arvostelut
There are no reviews for this plugin.
Avustajat & Kehittäjät
“AgenticTrack – Agentic Commerce Readiness for WooCommerce” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.
AvustajatKäännä “AgenticTrack – Agentic Commerce Readiness for WooCommerce” omalle kielellesi.
Oletko kiinnostunut kehitystyöstä?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Muutosloki
1.2.0
- New: Agent Orders (Pro) — attribution of orders placed by AI shopping agents (which bypass normal analytics), split into two tiers shown separately: Verified (the order presented a signed payment mandate through a UCP/ACP + AP2 agent checkout — provable, not a guess) and Inferred (a best-effort estimate from checkout signals such as agent user-agents, headless/API checkouts and referrers). The dashboard shows agent orders, revenue, order share, a by-agent breakdown, and a 30-day trend. Most stores have no agent-checkout traffic yet, so Verified showing 0 is normal. Detection runs on every install so the data is ready the moment you upgrade.
- New: Agent Access (free) — allow the major AI/shopping-agent crawlers in robots.txt with one toggle, and publish a product-aware /llms.txt map of your catalog, with in-plugin previews and detection of conflicting plugins.
- New: Generous free tier — the full audit and score, all manual fixes (structured data, price, category, description editor, GTIN/SKU), llms.txt, and AI-crawler rules are now free. Pro is AI fixes and Agent Orders analytics.
- New: Rebuilt admin as one cohesive app — branded header with plan and store-score badges, an in-app sidebar (Audit / Fix / Agent Access / Agent Orders / Settings), grade filters on the product table, and toggle switches.
- New: AI fixes are now two-phase — generate a proposal, review and edit it, then save; nothing is written until you approve.
- Improved: fixes re-score the product live (score and issue count update in place); the previously ”flagged” price, category and description items are now fixable directly in the panel.
- HPOS-safe throughout: order tracking reads and writes order meta via WooCommerce CRUD only.
1.1.0
- New: Pro license activation — paste your AgenticTrack key under Agent Readiness Settings; it is validated against agentictrack.ai and re-checked periodically, with graceful handling when a key has reached its activation limit.
- New: The Fixer — a safe, reversible write-side view alongside the audit. Preview first, approve before apply, and one-click undo for every change.
- New: Free fixes — structured-data completion (short description from your existing copy; flags missing image/price/category), custom-attribute normalization, and merchant-entered GTIN/SKU setup (identifiers are never invented).
- New: AI fixes (Pro) — factual description rewrites and structured-attribute suggestions, each previewed and approved, with hard caps on calls and tokens per run. With Pro active they need no API key of your own (provided through the AgenticTrack AI service on free models), or use your own OpenRouter key.
- New: Live OpenRouter model picker and a no-cost ”Test AI key” button on the Settings page; agent-readiness score badge in the admin toolbar.
- New: ”Apply all safe fixes” with a live progress readout for bulk applying the no-AI fixes on a product.
- The free audit remains read-only and makes no external API calls.
1.0.0
- Initial release: read-only agent-readiness audit and scoring dashboard.
