Tools /  Heading Structure Validator

Heading Structure Validator

見出し構造検査
検証済TESTED
PASTE HTML
HEADINGS
·
H1 COUNT
·
ISSUES
·
Why it matters: Screen-reader users navigate by jumping from heading to heading, hearing each level as they go. A clean H1 → H2 → H3 ladder works like a table of contents; a skipped level sounds like a missing chapter, and an empty or duplicate H1 leaves them guessing where they are. Moving back up (H4 → H2) to start a new section is perfectly fine.

Your HTML is parsed for analysis only: it is never rendered, and nothing leaves your device.

How it works

仕組み

Paste your page’s HTML and see its heading skeleton the way a screen reader hears it: an indented outline of every H1-H6 in document order. The validator flags a missing H1, more than one H1, skipped levels like jumping from H2 straight to H4, and headings with no text at all. Screen-reader users routinely navigate by jumping between headings, so a clean hierarchy is one of the cheapest accessibility wins there is, and search engines lean on the same structure to understand your page. Analysis only; your markup is never rendered.

Is more than one H1 actually a problem?

HTML5 technically allows it, and it won’t break anything outright. But most accessibility guidance, and plenty of screen-reader users, expect a single H1 that names the page, like a book’s title. Multiple H1s make the outline ambiguous, so this tool marks extras as a warning rather than a hard error.

Can I skip a level because the smaller heading looks better?

Don’t: heading tags describe structure, not size. If H3 looks too big in your design, keep the H3 tag and restyle it with CSS. Skipped levels sound like missing sections to someone navigating by headings, and automated audits like Lighthouse and axe flag them too.

Is it okay to go from H4 back up to H2?

Yes, completely. Moving back up the ladder just means the current subsection ended and a new major section is starting, exactly like chapters and subchapters in a book. Only downward jumps that skip a level (H2 to H4) are a problem, and this validator only flags those.

More on the bench 他の道具
Alt Text Checker
ARIA Label Spot-Checker
Anti-Ghosting & NKRO Tester
Reaction Time Test
Multitouch Tester
Color Contrast Checker
Palette Accessibility Auditor
Color Blindness Simulator