Skip to content

Error · heading-order

Headings out of order

Lighthouse / axe call it: Heading levels should only increase by one · Heading elements are not in a sequentially-descending order

Titles skip levels (like a document going from chapter 1 to section 1.1.1). The page's outline stops making sense to screen readers.

Who it leaves out: blind people (screen readers) · people with cognitive disabilities🔎 also SEO

How to fix it

Keep heading levels in order. Developer task, cosmetic risk only.

In the code

Do not skip heading levels (h2 → h4); nest them like a document outline.

Where to fix it without code

If your site runs on one of these platforms, the fix is in the admin panel:

Don't want to fix this by hand, element by element?

Enter your address. In about a minute you get every failure on the page explained, and the corrected code, already tested in a browser, for each element we can fix. Free, no account.

One more chance: free scan · no account

The full report covers the pages that matter (checkout, cart, contact) and every fix, for $15 once or with monitoring.

Related errors

Automated testing covers roughly half of WCAG criteria; a full conformance claim also requires manual review. Technical information, not legal advice.