Start scanning free

( Operable / WCAG 2.4.6 )

Heading doesn't describe its section

This check maps to Headings and Labels. Use the guidance below to confirm the issue, understand who it affects and ship a fix.

Moderate Level AA WCAG 2.4.6 — Headings and Labels

What’s wrong

The heading text is too vague to describe the content that follows — words like “More”, “Details”, “Info”, or “Section” give no context when navigating by headings.

Why it matters

Screen reader users navigate pages by jumping between headings. Vague headings make it impossible to understand the page structure or find specific content.

How to fix it

Rewrite the heading to describe what the section actually contains, e.g. “Related accessibility resources” instead of “More”.

Before
<h2>More</h2>
After
<h2>Related accessibility resources</h2>

Learn more