Skip to main content
Version: v6

The Main Region landmark is missing

The Main Region landmark is missing — rule summary
FieldValue
Rule codeManual_MainLandmark_Missing
WCAG conformance levelA
WCAG success criterion1.3.1 Info and Relationships
Must be fixed at sourceNo

Description​

A main region 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 main landmark using <main> or <div role="main"> to define the main content area of the page. For example: <div role="main"> <h2>Site Content</h2> ... </div>.