AI SEO

Conversational readability

Evaluates if your content is easy for AI to cite: short paragraphs, many headings, direct answers.

Pourquoi est-ce important ?

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.

Comment le corriger ?

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).

Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.

Questions fréquentes

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).

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre 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 -->
Essai gratuit