Skip to main content
Version: v6

The Header or Banner landmark is missing

The Header or Banner landmark is missing — rule summary
FieldValue
Rule codeManual_BannerLandmark_Missing
WCAG conformance levelA
WCAG success criterion1.3.1 Info and Relationships
Must be fixed at sourceNo

Description

A banner landmark is missing on the page, which is essential for providing a clear structure for users, particularly those using assistive technologies. Landmarks help users navigate the page more efficiently by identifying regions such as navigation, main content, and sidebars.

How to fix

Add a banner landmark using <header> or <div role="banner"> to define the top area of the page. For example: <header role="banner"> <h1>Site Title</h1> <nav>...</nav> </header>.