Así experimentan vanish.re los agentes de IA (no los navegadores). La puntuación pondera cinco categorías de legibilidad para máquinas; las marcas del arco son las 36 comprobaciones individuales que hay detrás.
Los detalles técnicos de las comprobaciones aparecen en inglés, pues provienen directamente del escáner.
Envíalo a quien edita el sitio. El enlace muestra la puntuación y la nota como tarjeta de vista previa, y se mantiene al día: relee el último análisis en vez de congelar el valor de hoy.
Las comprobaciones marcadas como «emerging» son estándares de protocolo de agentes de 2026 que la mayoría de la web aún no ha adoptado. Adoptarlos pronto es una ventaja, no un defecto.
1 access agent(s) blocked: Amazonbot. These keep your site out of AI answers. 7 training-data crawler(s) blocked (GPTBot, ClaudeBot, Google-Extended, Applebot-Extended, Bytespider, CCBot, Meta-ExternalAgent), a licensing choice, not scored.
Ver los pasos exactosrobots.txt is a small text file at yoursite.com/robots.txt where you tell visiting robots what they may read. Many sites carry an old rule that blocks ALL robots, which now also blocks the AI assistants your customers ask for recommendations.
ChatGPT, Claude, and Perplexity each send a named crawler (GPTBot, ClaudeBot, PerplexityBot). If your robots.txt turns them away, they cannot read your pages. So when a customer asks an assistant about your product, the assistant answers from what everyone ELSE says about you, or recommends a competitor it could read.
Recíbelo ahora en tu correo, más un aviso cada vez que cambie la puntuación de vanish.re. Gratis, date de baja cuando quieras.
¿Prefieres que lo vigilemos por ti? Monitor reescanea cada semana y avisa de cualquier cambio, $29/mo. Empezar a monitorizar →
Archivos generados y listos para desplegar que cubren los huecos de arriba. Cópialos o descárgalos a tu repositorio.
Esto calificó solo tu página de inicio. Tus precios, documentación y checkout viven en otras páginas: justo las que los asistentes citan cuando te recomiendan. Un 73/100 aquí significa que los agentes ya se pierden cosas en tu mejor página. El Deep Scan ($29) audita todo el sitio con las 36 comprobaciones y envía un PDF con cada fallo y su corrección exacta, ordenados por lo que más visibilidad te cuesta. Pago único, entregado en minutos, sin suscripción.
Inserta esta insignia en tu sitio. Enlaza a este escaneo en vivo y se actualiza con cada reescaneo.
<a href="https://agentspeed.com/scan/vanish.re"><img src="https://agentspeed.com/badge/vanish.re" alt="AgentSpeed agent-readiness score" height="56"></a>Recibe este informe por correo, y un aviso cuando la preparación de vanish.re cambie de verdad: una comprobación que empeora o la puntuación global que baja.
Dos cosas nunca disparan un correo: un cambio de puntuación causado por publicar nosotros una nueva rúbrica (es otro instrumento de medida, no un cambio en tu sitio), y movimientos que solo se explican por comprobaciones dependientes del tiempo, que varían de una ejecución a otra.
¿Lo prefieres con tu propio calendario, con Slack o webhook en lugar de correo? La monitorización de deriva está en todos los planes de pago.
Esta puntuación dice si un agente de IA podría leer vanish.re. La analítica de tráfico IA dice si uno vino de verdad, y qué páginas lo rechazaron.
¿Ejecutas tus propios agentes de IA? AgentSpeed también los monitoriza en producción: cada ejecución, su latencia, coste y fallos, con alertas cuando algo se rompe. Gratis hasta 10.000 eventos al mes, sin tarjeta.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
No HTTP Link: response headers. Emit canonical/alternate/describedby relations so HEAD-only or stream-rendering agents get them without parsing HTML.
Ver los pasos exactosHTTP responses can carry a Link header: the same canonical and alternate-language information your HTML declares, but delivered in the response envelope itself. Agents that only send a HEAD request, or that decide what to do while the page is still streaming, read the header without parsing any HTML. Yours is missing (or carries none of the relations agents use: canonical, alternate, describedby).
An agent triaging fifty URLs doesn’t want to download and parse fifty pages to learn which are duplicates of which. The Link header answers at the cheapest possible layer. Sites that provide it get correctly de-duplicated and correctly language-routed even by the most minimal fetchers.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
Visible text is 5.7% of HTML weight (1159/20217 bytes). 7% of the document is inline script, 28% is markup.
Ver los pasos exactosOf everything your server sends for this page, very little is actual readable text. The rest is code, styling, and markup wrapper. Agents fetched a lot of bytes and found few words.
Agents work with retrieval budgets. A page that is 2% text either gets skimmed (and mis-summarised) or skipped. More signal per byte means more of your actual message survives into the agent’s summary.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
Meta description is 43 characters; aim for 50–200 so it's neither thin nor truncated.
Ver los pasos exactosThe meta description is a one-sentence summary of the page that you control, embedded in the HTML head. Without it, machines compose their own summary from whatever text appears first, often cookie-notice or navigation boilerplate.
This is the sentence you get to write about yourself. Pages without one are summarised by autopilot, and the autopilot frequently leads with the least representative text on the page.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
Page looks like FAQPage; missing JSON-LD type(s): FAQPage.
Ver los pasos exactosYour structured data exists but only covers the basics (say, Organization) while the page is really a product page, an article, or an FAQ. The machine-readable caption is missing the part that describes what this page actually is.
An agent looking for "running shoes under $100" matches against Product markup with offers. A product page carrying only Organization markup is invisible to that query shape: the agent knows who you are but not what this page sells.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
JSON-LD declares 2 price(s) (5, 12), but the served HTML shows no price at all. An agent reading the page sees a price humans never see, or the visible price only renders via JavaScript. Either way the two channels disagree.
Ver los pasos exactosYour page declares one price in its machine-readable data (JSON-LD) and shows a different price to human eyes. We extracted both from the same page load and they don’t agree.
An assistant quoting your declared price tells the customer a number that isn’t what they’ll see at checkout. That is the fastest way to lose a sale an agent sent you, and repeated mismatches teach assistants to stop quoting your structured data at all.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
Un prompt que cubre las correcciones anteriores que tienen un plan paso a paso, en el mismo orden de prioridad y con las mismas salvaguardas.
n.º 17 de 34 dominios SaaS rastreados
Right now, only you know this score. Your buyers ask AI before they buy, and certification is how you show them, and anyone comparing you to a competitor, that assistants can actually read, quote, and use your site.
Sites under 70 can’t buy this at any price. That’s what makes displaying it mean something.
Certify vanish.re for $199/year →This scan shows whether an agent can read the site. One free probe asks a real assistant a real buying question and records who it cited.