Conforma
Accessibility fix guide

How to fix: Every page needs one main landmark

Exactly one <main> landmark should mark the primary content, so screen-reader users can jump past navigation straight to it.

The fix

Wrap the primary content in one <main> landmark.

Before and after

Fails
<div class="content">…</div>
Passes
<main class="content">…</main>

Related fixes

Does your site have this issue?

Scan any page free against WCAG 2.2 AA and get every issue with its fix.

Scan your site free
← All fix guides