Title: Agentic Optimization &#8211; SEO for AI Agents
Author: videowhisper
Published: <strong>19 de Abril de  2026</strong>
Last modified: 7 de Mayo de  2026

---

Buscar plugins

![](https://ps.w.org/videowhisper-agentic-optimization/assets/banner-772x250.png?
rev=3509889)

![](https://ps.w.org/videowhisper-agentic-optimization/assets/icon-256x256.png?rev
=3509889)

# Agentic Optimization – SEO for AI Agents

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

[Descargar](https://downloads.wordpress.org/plugin/videowhisper-agentic-optimization.zip)

 * [Detalles](https://cl.wordpress.org/plugins/videowhisper-agentic-optimization/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/videowhisper-agentic-optimization/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/videowhisper-agentic-optimization/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/videowhisper-agentic-optimization/#developers)

 [Soporte](https://wordpress.org/support/plugin/videowhisper-agentic-optimization/)

## Descripción

Agentic Optimization helps WordPress sites expose public content to AI agents in
a safer, WordPress-native way.

If SEO helped search engines discover, index, and understand websites, Agentic Optimization
does something similar for AI agents, assistants, and LLM-powered tools. It gives
public WordPress content clearer discovery files, cleaner read-only endpoints, and
structured access paths that are easier for agentic systems to use responsibly.

Instead of trying to make AI tools scrape full themes, shortcodes, and plugin output
blindly, this plugin helps site owners publish a more intentional agent-facing layer
for public content.

Features in the free plugin:

 * Root-level `llms.txt`
 * Optional root-level `llms-full.txt`
 * Root-level `agent-sitemap.xml`
 * Optional WordPress `robots.txt` enhancement with discovery hints
 * Public REST search, content, markdown, comments, categories, tags, and site info
   endpoints
 * Read-only MCP endpoint with search, content, comments, taxonomy, and site info
   tools
 * Hard request caps and transient-based rate limiting
 * Privacy-friendly analytics with aggregate counts and hashed IP logs only
 * Admin-managed site description and site details for llms.txt context
 * SEO-aware content exclusion hooks for common noindex patterns
 * Extension points for future add-ons and custom integrations
 * Formatter and admin hooks for add-ons that extend post type coverage or editorial
   agent overrides

The plugin is intentionally conservative:

 * Read-only only
 * Public content only
 * No drafts, private content, or pending comments
 * Comments exposure disabled by default
 * MCP disabled by default
 * Analytics disabled by default

### External Services

This plugin generates agent-optimized discovery files and sitemaps using standard
XML formats.

#### Sitemaps.org XML Schema

The `agent-sitemap.xml` output uses the standard sitemap XML namespace (`http://
www.sitemaps.org/schemas/sitemap/0.9`) and a custom extension URN namespace (`urn:
videowhisper:agentic:1.0`). These are identifier strings embedded in locally generated
XML documents only. No data is transmitted to external services when the sitemap
file is generated or served.

 * sitemaps.org protocol reference: https://www.sitemaps.org/protocol.html

## Instalación

 1. Upload the plugin folder to `/wp-content/plugins/`.
 2. Activate **VideoWhisper Agentic Optimization** in the WordPress admin.
 3. Go to `Settings > Agentic Optimization`.
 4. Enable the discovery outputs and APIs you want to expose.
 5. Save settings to publish your selected endpoints.

## FAQ

### What URLs does the plugin create?

When enabled, the plugin publishes:

 * `/llms.txt`
 * `/llms-full.txt`
 * `/agent-sitemap.xml`
 * `/robots.txt` (enhanced virtual output when enabled)
 * `/wp-json/videowhisper-agentic-optimization/v1/search`
 * `/wp-json/videowhisper-agentic-optimization/v1/content`
 * `/wp-json/videowhisper-agentic-optimization/v1/markdown/<id>`
 * `/wp-json/videowhisper-agentic-optimization/v1/comments/<post_id>`
 * `/wp-json/videowhisper-agentic-optimization/v1/site-info`
 * `/wp-json/videowhisper-agentic-optimization/v1/mcp`

### Does the free plugin allow writes?

No. The free plugin only exposes read-only access to public content.

### Does it track visitors?

Analytics are disabled by default. When enabled, the plugin stores aggregate counters
and recent event logs with hashed IP values only.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Agentic Optimization – SEO for AI Agents” es software de código abierto. Las siguientes
personas han contribuido a este plugin.

Colaboradores

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

[Traduce “Agentic Optimization – SEO for AI Agents” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/videowhisper-agentic-optimization)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/videowhisper-agentic-optimization/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/videowhisper-agentic-optimization/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/videowhisper-agentic-optimization/)
por [RSS](https://plugins.trac.wordpress.org/log/videowhisper-agentic-optimization/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.0.4

 * Added endpoint-specific public content matrices with per-endpoint discovery exposure
   and per-type discovery limits.
 * Added grouped discovery output for `llms.txt`, `llms-full.txt`, and `agent-sitemap.
   xml` with improved page, post, and custom post type ordering.
 * Improved agent markup conversion and fixed plain-text discovery output so markdown
   blockquotes and other characters are not HTML-escaped.
 * Improved admin Discovery reporting and external integration hooks.

#### 1.0.3

 * Added: `vwao_post_summary` and `vwao_admin_tab_label` hooks so add-ons can extend
   summaries and admin navigation safely.
 * Changed: the built-in post type chooser now focuses on posts and pages, while
   extensions can add custom post type exposure through hooks.
 * Bumped stable tag to 1.0.3.

#### 1.0.2

 * Changed: REST namespace is now plugin-prefixed as `/wp-json/videowhisper-agentic-
   optimization/v1/...` for WordPress.org compliance.
 * Bumped stable tag to 1.0.2.

#### 1.0.1

 * Fixed: Active settings tab now passed through the Settings API `$input` array,
   removing direct POST reads inside the sanitize callback.
 * Added: `== External Services ==` section in readme.txt documenting XML namespace
   usage for `agent-sitemap.xml`.
 * Changed: Custom `agent-sitemap.xml` extension namespace from URL form to URN (`
   urn:videowhisper:agentic:1.0`) to avoid implying any external service call.
 * Bumped stable tag to 1.0.1.

#### 1.0.0

 * Initial release.
 * Added root-level `llms.txt`, `llms-full.txt`, and `agent-sitemap.xml`.
 * Added admin-managed llms.txt context fields and optional robots.txt enhancement.
 * Added public REST endpoints for search, content, markdown, comments, terms, and
   site info.
 * Added a read-only HTTP JSON-RPC MCP endpoint.
 * Added rate limiting, analytics, settings UI, and extension hooks for future add-
   ons.

## Meta

 *  Versión **1.0.7**
 *  Última actualización **hace 1 semana**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 6.4 o superior **
 *  Probado hasta **6.9.4**
 *  Versión de PHP ** 7.4 o superior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/videowhisper-agentic-optimization/)
 * Etiquetas
 * [AI](https://cl.wordpress.org/plugins/tags/ai/)[llms.txt](https://cl.wordpress.org/plugins/tags/llms-txt/)
   [markdown](https://cl.wordpress.org/plugins/tags/markdown/)[mcp](https://cl.wordpress.org/plugins/tags/mcp/)
   [search](https://cl.wordpress.org/plugins/tags/search/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/videowhisper-agentic-optimization/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

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

[Ver todas las reseñas](https://wordpress.org/support/plugin/videowhisper-agentic-optimization/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/videowhisper-agentic-optimization/)