Singular Main Landmark Check
Description
The “Singular Main Landmark Check” evaluates whether there is only one main
landmark.
Example outcome
I found one main landmark.
Impact
- Visual Impairments: Screen readers may announce multiple
main
landmarks, leading to confusion about which content is primary. - Motor Impairments: Navigating through multiple
main
landmarks could result in longer navigation times, complicating the user experience. - Cognitive Disabilities: The redundancy may cause confusion, making it harder for users to focus on the primary content of the page.
Fixes
To address multiple main
landmarks:
- Locate the different
main
landmarks. - Remove the ones that aren’t correctly assigned, moving the content to the correct one if necessary.