Heading hierarchy
Checks if the heading structure is logically organized (H1 → H2 → H3).
¿Por qué importa esto?
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.
¿Cómo se soluciona?
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.
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
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.
Ejemplo
Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.
<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 -->