Conversational readability
Evaluates if your content is easy for AI to cite: short paragraphs, many headings, direct answers.
¿Por qué importa esto?
AI agents cite literal fragments of your content. Short, concise paragraphs with a direct summary as the first sentence are cited most often. Long, unstructured text is ignored.
¿Cómo se soluciona?
Keep paragraphs under 150 words. Start each section with a direct summary. Use at least 1 heading per 300 words. Write in short sentences (max 20 words on average).
Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.
Preguntas frecuentes
Evaluates if your content is easy for AI to cite: short paragraphs, many headings, direct answers.
AI agents cite literal fragments of your content. Short, concise paragraphs with a direct summary as the first sentence are cited most often. Long, unstructured text is ignored.
Keep paragraphs under 150 words. Start each section with a direct summary. Use at least 1 heading per 300 words. Write in short sentences (max 20 words on average).
Ejemplo
Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.
<!-- Direct question as heading, answer in first sentence --> <h2>What is TTFB?</h2> <p>TTFB (Time To First Byte) is the time a server needs to send the first byte of a response. A good TTFB is under 200ms.</p> <!-- Next section: also direct question + short answer --> <h2>How do you improve TTFB?</h2> <p>Enable server-side caching via Redis or Memcached. This ensures pages don't need to be regenerated with every request.</p> <!-- Paragraphs: max. 150 words | Headings: every 300 words -->