Heading hierarchy
Checks if the heading structure is logically organized (H1 → H2 → H3).
Warum ist das wichtig?
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.
Wie beheben Sie es?
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.
Dieser Check bewertet von 0 bis 100. Unter 50 ist ein Fail, 50 bis 89 eine Warnung, 90 oder höher ist gut. Nach jedem Crawl sehen Sie die Note pro Seite im Report, mit einer kurzen Erklärung.
Häufige Fragen
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.
Beispiel
Kopieren Sie den Code unten und passen Sie Domain, Markenname und Inhalt an Ihre Situation an.
<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 -->