On-page

Heading hierarchy

Checks if the heading structure is logically organized (H1 → H2 → H3).

Pourquoi est-ce important ?

A logical heading structure helps search engines understand and index page content. It also improves accessibility for screen readers and makes content easier to scan.

Comment le corriger ?

Use headings in order: one H1, multiple H2s for main sections, H3s for subsections. Don't skip levels (e.g. don't go from H1 directly to H4). Use headings for structure, not styling.

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

Checks if the heading structure is logically organized (H1 → H2 → H3).

A logical heading structure helps search engines understand and index page content. It also improves accessibility for screen readers and makes content easier to scan.

Use headings in order: one H1, multiple H2s for main sections, H3s for subsections. Don't skip levels (e.g. don't go from H1 directly to H4). Use headings for structure, not styling.

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<h1>SEO audit tool for your website</h1>

<h2>On-page SEO checks</h2>
    <h3>Title tag optimization</h3>
    <h3>Writing meta descriptions</h3>

<h2>Technical SEO checks</h2>
    <h3>HTTPS and security</h3>
    <h3>Speed and performance</h3>

<!-- Never skip a level: don't jump from H1 directly to H3 -->
Essai gratuit