Skip to main content
Version: v6

The Footer or Contentinfo landmark is missing

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

Description

A Footer or Contentinfo 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 footer landmark using <footer> or <div role="contentinfo"> to define the bottom area of the page. For example: <footer role="contentinfo"> <p>© 2024 Company Name. All rights reserved.</p> <nav>...</nav> </footer>.