RevealTheme logo

Analizzatore della gerarchia delle intestazioni

Verifica la struttura H1-H6 di qualsiasi pagina. Segnala la mancanza di H1, gli H1 multipli e i livelli di intestazione saltati.

Come usare questo strumento

  1. 1

    Paste the full URL of the public page you want to inspect, including the https:// prefix.

  2. 2

    Click Analyze to fetch the page and parse its raw HTML.

  3. 3

    Read the per-level counts (H1 through H6) and the indented heading outline to see the document structure.

  4. 4

    Review the Issues panel for a missing H1, duplicate H1s, or skipped levels, then fix the source markup and re-run.

Che cos'è l'analizzatore della gerarchia delle intestazioni?

La gerarchia delle intestazioni influisce sia sull'accessibilità (gli screen reader navigano per intestazioni) sia sul SEO (i motori di ricerca usano le intestazioni per comprendere la struttura del contenuto). Buona pratica: esattamente un H1 per pagina, senza saltare livelli (non passi da H2 a H4) e intestazioni descrittive anziché decorative. Questo strumento estrae ogni intestazione e segnala i problemi strutturali.

Casi d'uso comuni

  • Auditing a marketing landing page before launch to confirm it has exactly one descriptive H1.

  • Checking a blog template that renders the post title and the site name both as H1, producing duplicate top-level headings.

  • Finding skipped levels (for example H2 jumping to H4) on documentation pages where developers chose heading tags for font size.

  • Verifying accessibility for screen-reader users who navigate by heading shortcuts and need an unbroken outline.

  • Spot-checking a competitor's page to see how they structure sections for SEO.

  • Confirming that a CMS or page builder did not strip or reorder headings after a content migration.

Domande frequenti

Perché è importante la gerarchia delle intestazioni?
Gli screen reader la usano per navigare; i motori di ricerca, per comprendere la struttura del contenuto; gli utenti, per scorrere la pagina.
Posso avere più H1?
HTML5 lo consente; le buone pratiche SEO continuano a raccomandarne uno solo. Si limiti a un H1 per pagina.

Strumenti correlati