Resource guide
2.4.10 Section Headings
Section headings should be used to organise content into clearly labelled sections.
By Calling All Minds·Last updated April 2026
Success criterion
Conformance level
Enhanced accessibility — beyond the legal minimum.
What it means
Headings are one of the primary navigation tools for screen reader users. A well-structured heading hierarchy allows users to quickly scan the page structure and jump to the section they need.
At Level AAA, all sections of content should be organised with appropriate headings. This goes beyond merely having headings: it means consistently using them to divide content into navigable sections.
In practice
Use heading levels logically: h1 for the page title, h2 for major sections, h3 for subsections, and so on. Do not skip levels.
Every major section of content should have a heading. Long passages of text without headings are difficult to navigate.
Use the accessibility tree in browser DevTools to review your heading structure.
Common failures
- Long page with a single
h1and no further headings - Headings that skip levels (jumping from
h2toh5for visual reasons) - Sections of content with no headings that could otherwise be navigated to directly
AXS Audit
AXS Audit checks your site against 2.4.10 and flags issues your team can act on straight away. It covers criteria that automated scanners often miss.
