accessibilityVerifiedTier 1 · 99% confidence

accessibility-accessibility-no-nav-landmark-6c402c53

agent: accessibility

When does this happen?

IF No <nav> landmark

How others solved it

THEN Wrap your primary navigation links in <nav aria-label="…">. The aria-label is required when you have more than one <nav> on the page (e.g. main nav + footer nav).

<nav aria-label="Main navigation">
  <ul>
    <li><a href="/">Home</a></li>
    <li><a href="/docs">Docs</a></li>
  </ul>
</nav>

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics