Skip to content
Convertto

HTML Landmark Checker

Check a page for the landmark regions screen reader users navigate by.

Landmarks are the regions screen reader users jump between: main, banner, navigation, contentinfo, complementary, search, form and region. This checker reports which are present, flags duplicates of the ones that should appear only once, and warns when a section or form lacks the accessible name it needs to count as a landmark at all.

Runs in your browser
WCAG criteria
1.3.1 Info and Relationships, 2.4.1 Bypass Blocks
Privacy
Runs entirely in your browser — nothing is uploaded
Cost
Free, unlimited, no sign-up

Frequently asked questions

Do I need ARIA roles if I use semantic HTML?

No. <main>, <nav>, <header> and <aside> already carry their landmark roles implicitly. Adding role="main" to a <main> element is redundant, and the redundancy is harmless but suggests a misunderstanding worth correcting.

How to use the html landmark checker

  1. 1Enter or paste your html.
  2. 2The result appears immediately — copy or download it.

Embed this tool

Put the working html landmark checker on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.

Share this tool

Last updated

More accessibility