Conversational readability
Evaluates if your content is easy for AI to cite: short paragraphs, many headings, direct answers.
Why does this matter?
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.
How to fix it?
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).
This check scores from 0 to 100. Below 50 is a fail, 50 to 89 is a warning, 90 or above is good. After each crawl you see the score per page in your report, with a short note on what we found.
Frequently asked questions
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).
Example
Copy the code below and adapt the domain name, brand name and content to your situation.
<!-- 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 -->