Title: OptAEO – AI Visibility for WooCommerce
Author: optaeo
Published: <strong>19 de Xuño, 2026</strong>
Last modified: 18 de Xullo, 2026

---

Buscar plugins

![](https://ps.w.org/optaeo/assets/banner-772x250.png?rev=3578824)

![](https://ps.w.org/optaeo/assets/icon-256x256.png?rev=3578705)

# OptAEO – AI Visibility for WooCommerce

 Por [optaeo](https://profiles.wordpress.org/optaeo/)

[Descargar](https://downloads.wordpress.org/plugin/optaeo.0.6.0.zip)

 * [Detalles](https://gl.wordpress.org/plugins/optaeo/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/optaeo/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/optaeo/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/optaeo/#developers)

 [Soporte](https://wordpress.org/support/plugin/optaeo/)

## Descrición

AI assistants are becoming a real shopping channel: ChatGPT, Google AI, Gemini and
Perplexity read your store’s structured data to decide whether to recommend your
products. Most stores expose thin or conflicting product schema — this plugin fixes
that.

OptAEO – AI Visibility for WooCommerce renders **one authoritative schema.org Product
node** per product page, delivered from your [OptAEO](https://optaeo.ai) account
after your product data has been scanned, scored and remediated. OptAEO pushes that
node into your store; the storefront renders it locally, so a page view never waits
for the OptAEO API. It also:

 * Suppresses the competing/thin Product schema that WooCommerce core, Yoast SEO
   and Rank Math emit on product pages — AI engines see exactly one authoritative
   source instead of conflicting nodes.
 * Renders your remediated SEO meta title and meta description on product pages (
   WooCommerce core has no native fields for these).
 * Serves the AI-agent discovery files at your store root — `/llms.txt`, `/llms-
   full.txt`, `/agents.md` and `/agents.txt` — a curated, always-current catalogue
   AI crawlers read first, with your crawl/citation/training policy.

**This plugin requires a free or paid account at [optaeo.ai](https://optaeo.ai).**
The OptAEO platform is where your products are scanned, scored against a 16-factor
AI-visibility model, and fixed; this plugin is the delivery layer that puts the 
results on your live storefront. Without a connected account the plugin stays inactive(
it renders nothing and contacts no external service).

### External services

This plugin connects to the **OptAEO API** (https://optaeo.ai), the service that
computes the structured data and discovery files it renders. It is required for 
every feature of this plugin — nothing is rendered without it.

What is sent, and when:

 * `GET https://optaeo.ai/api/plugin/product` — used only for a bounded background
   refresh when a product has no locally delivered OptAEO node. Sends: your OptAEO
   site token (in a request header) and the WooCommerce product ID. Returns the 
   schema.org JSON-LD, meta title and meta description for that product. Product-
   page rendering itself reads local WordPress data and makes no outbound request.
 * `GET https://optaeo.ai/api/plugin/protocol` — requested when `/llms.txt`, `/llms-
   full.txt`, `/agents.md` or `/agents.txt` is fetched on your store (cached for
   5 minutes). Sends: your OptAEO site token (in a request header) and the file 
   type requested. Returns the discovery/policy file content.

No customer data, order data, visitor IPs, or analytics are ever sent to OptAEO 
by this plugin. The site token identifies your store to your own OptAEO account.
The plugin exposes token-authenticated inbound REST routes: `optaeo/v1/schema` accepts
OptAEO’s delivered schema and SEO metadata, `optaeo/v1/status` confirms delivery
state, and `optaeo/v1/flush` clears storefront caches after a fix.

Service terms: [Terms of Service](https://optaeo.ai/terms) · [Privacy Policy](https://optaeo.ai/privacy)

## Instalación

 1. Install and activate the plugin (WooCommerce must be active).
 2. Create or sign in to your account at [optaeo.ai](https://optaeo.ai) and connect
    your store.
 3. Copy the site token from your OptAEO dashboard  Settings.
 4. In WordPress admin, go to Settings  OptAEO, paste the token, and Save.
 5. Start a sync in OptAEO. It delivers the authoritative schema and SEO metadata to
    your published products, then confirms the values stored on your site.
 6. Product pages now carry the authoritative schema, and the discovery files are live
    at your store root for any protocol you’ve enabled in OptAEO.

## Preguntas frecuentes

### Does this plugin work without an OptAEO account?

No. The plugin is the delivery layer for the OptAEO platform — it renders the structured
data and discovery files your account computes. Without a token it stays inactive
and contacts no external service.

### Will it conflict with Yoast SEO or Rank Math?

No — that conflict is exactly what it prevents. On product pages it suppresses the
Product/Offer schema those plugins (and WooCommerce core) emit, so there is exactly
one authoritative Product node instead of several conflicting ones. All other Yoast/
Rank Math output (titles elsewhere, sitemaps, breadcrumbs) is untouched.

### What are llms.txt and agents.md?

Discovery files AI assistants and crawlers read at a site’s root to understand what
a store sells and how they may use it — a curated product catalogue plus your crawl/
citation/training policy. The plugin serves them at your store root, kept current
automatically as your catalogue changes.

### What happens when I uninstall?

The stored token and every cached value are deleted. Nothing else is touched.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“OptAEO – AI Visibility for WooCommerce” é un software de código aberto. As seguintes
persoas colaboraron con este plugin.

Colaboradores

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

[Traduce “OptAEO – AI Visibility for WooCommerce” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/optaeo)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/optaeo/), bota unha
ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/optaeo/), ou subscríbete
ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/optaeo/) por 
[RSS](https://plugins.trac.wordpress.org/log/optaeo/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 0.6.0

 * Local-first delivery: OptAEO pushes the authoritative Product node and SEO metadata
   into WordPress; product-page rendering no longer depends on an outbound OptAEO
   API call.
 * Never-worse schema behaviour: WooCommerce, Yoast, and Rank Math Product/Offer
   schema is suppressed only after this plugin holds an OptAEO replacement node 
   for that product.
 * Adds authenticated `optaeo/v1/schema` delivery and `optaeo/v1/status` read-back
   endpoints so OptAEO can confirm what the store holds.

#### 0.5.1

 * Declare WooCommerce version support (WC requires at least 8.0, WC tested up to
   10.8) and HPOS (High-Performance Order Storage) compatibility – the plugin never
   touches orders.

#### 0.5.0

 * Security hardening for WordPress.org review: site token now travels in a request
   header (never a URL); JSON-LD output can no longer be broken out of by data content;
   document title escaped; REST flush auth moved into the permission callback; protocol
   files served with nosniff.
 * Uninstall now also removes cached protocol files.
 * Declares the WooCommerce dependency (Requires Plugins).

#### 0.4.0

 * Serve the AI-agent discovery files at the store root: /llms.txt, /llms-full.txt,/
   agents.md, /agents.txt (token-authed, cached, absent when disabled in OptAEO).

#### 0.3.0

 * Cache-bust REST route (optaeo/v1/flush) so applied fixes appear on the storefront
   immediately.
 * Suppress WooCommerce core’s own Product structured data (not just Yoast / Rank
   Math).

#### 0.2.0

 * SEO meta title + meta description rendering on product pages.

#### 0.1.0

 * Initial release: authoritative schema.org Product JSON-LD on WooCommerce product
   pages; suppresses Yoast / Rank Math product schema.

## Meta

 *  Versión **0.6.0**
 *  Última actualización **Fai 6 horas**
 *  Instalacións activas **Menos de 10**
 *  Versión de WordPress ** 6.0 ou superior **
 *  Probado ata **7.0.2**
 *  Versión de PHP ** 7.4 ou superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/optaeo/)
 * Etiquetas
 * [AI](https://gl.wordpress.org/plugins/tags/ai/)[schema](https://gl.wordpress.org/plugins/tags/schema/)
   [seo](https://gl.wordpress.org/plugins/tags/seo/)[structured data](https://gl.wordpress.org/plugins/tags/structured-data/)
   [woocommerce](https://gl.wordpress.org/plugins/tags/woocommerce/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/optaeo/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/optaeo/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/optaeo/)