Así experimentan uliceistorije.rs 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.
No JSON-LD blocks found. Add a <script type="application/ld+json"> with a schema.org type for this page.
Ver los pasos exactosJSON-LD is a small block of structured facts (name, what you sell, prices) embedded invisibly in your page’s HTML, written in a vocabulary (schema.org) that machines share. Think of it as the machine-readable caption for the page humans see.
An agent reading prose has to guess which number is the price and which name is the brand. JSON-LD removes the guessing: typed facts it can quote directly. Pages without it get summarised from inference, which is where wrong prices and wrong names come from.
Recíbelo ahora en tu correo, más un aviso cada vez que cambie la puntuación de uliceistorije.rs. 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 72/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/uliceistorije.rs"><img src="https://agentspeed.com/badge/uliceistorije.rs" alt="AgentSpeed agent-readiness score" height="56"></a>Recibe este informe por correo, y un aviso cuando la preparación de uliceistorije.rs 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 uliceistorije.rs. 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.
2 access agent(s) blocked: PerplexityBot, Amazonbot. These keep your site out of AI answers. 8 training-data crawler(s) blocked (GPTBot, ClaudeBot, anthropic-ai, Google-Extended, Applebot-Extended, Bytespider, CCBot, Diffbot), 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.
Visible text is 7.3% of HTML weight (1859/25540 bytes). 14% of the document is inline script, 79% 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.
TTFB 885ms. Acceptable.
Ver los pasos exactosTime to first byte is how long your server thinks before it starts answering: the gap between an agent asking for the page and the first byte of HTML arriving. Yours crossed our threshold (under 200ms scores full marks, over 2 seconds fails).
Agents fetch with tight timeouts and many pages in parallel. A server that takes seconds to start answering gets cut off mid-queue, and a page that times out is a page that was never read. Speed here is not polish; it decides whether the content gets fetched 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.
No valid MCP Server Card at /.well-known/mcp/server-card.json. Publish one so agents can discover your tools without HTML scraping.
Ver los pasos exactosMCP (Model Context Protocol) is how AI assistants call tools. A server card is a small JSON file at /.well-known/mcp/server-card.json that announces "this site offers these tools" so an assistant can find them without scraping your pages. We requested that file from your site and found none.
Assistants that support MCP look for the card at that exact address. With one, "book an appointment on yoursite.com" can become a tool call instead of screen-driving your UI. This is an emerging standard, so it weighs little today; publishing early costs one static file and makes you visible to the assistants adopting it.
No RFC 8414 metadata at /.well-known/oauth-authorization-server. Agents that act on behalf of users need this to discover your authorization endpoints.
Ver los pasos exactosRFC 8414 metadata is a JSON file at /.well-known/oauth-authorization-server that tells software where your sign-in endpoints live: where to send a user to authorise, where to exchange tokens. We requested it and found none. This only applies if your site has accounts or an API that third parties connect to.
Agents acting on a user’s behalf (booking, purchasing, managing an account) need permission first, and OAuth is how they get it without ever seeing a password. The metadata file is how they discover your endpoints programmatically instead of a developer hand-configuring each integration. No file means every agent integration starts with manual setup, so most never start.
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.
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 uliceistorije.rs 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.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.
Pégalo en Claude Code, Cursor o cualquier asistente con tu repositorio abierto. Incluye este hallazgo, los pasos y los atajos que debes evitar.