Skip to main content

Accessibility rule: Content missing after heading, explained

Modified on: Fri, 15 May, 2026 at 2:35 PM

Summary

Headings help users quickly understand and navigate content, but must always be followed by relevant text to maintain a clear and logical structure. Missing content after headings can confuse users—especially those using screen readers—and disrupt the intended hierarchy of the page.

Overview

Headings are used for structuring content in a logical way. When accessing a web page, users often skim headings first to understand the content on a page. They may do this using vision or screen reading software. The heading hierarchy helps all users to know where to start and how content sections relate to one another.

A heading is meant to be a phrase or sentence at the beginning of a written passage explaining what it's about. Therefore, if there is no content relating to the heading, it may cause the user to think that the content may be hidden. The user may also wonder if the heading level was applied correctly, to begin with. 

What this means

In particular, screen reader users are impacted by the barrier as they cannot rely on the visual presentation of the page.

How does thiswork?

This rule uses heading levels to determine if a content section is missing in the following cases: 

  • Content is missing between headings of the same level such as <h2>  followed by <h2>
  • Content is missing between a heading followed by a heading of a higher level such as <h4>  followed by an <h2>  
  • The heading at the end of the document is not followed by content.

What this article does not cover

You can read more about the rule in the technical documentation here.

Note: This rule is not required for conformance to any accessibility requirements.

How to fix the issue?

Solution: Add relevant content after the relevant heading or change the heading structure.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.