WCAG 2.0 · Level A · Operable
WCAG 2.4.2 — Page Titled
Every page needs a descriptive <title> that identifies its topic.
WCAG 2.4.2 at a glance
Level A · Principle: Operable · Added in WCAG 2.0. Level A is the minimum — failing it blocks some users entirely.
What it means
Every page needs a descriptive <title> that identifies its topic.
Who it helps
Everyone — especially screen-reader users and people with many tabs open.
Common failures
- Generic or empty titles ("Home", "Untitled")
- Same title on every page
How to meet WCAG 2.4.2
- Write a unique, descriptive title per page
How to test it
Automatable — check for a non-empty, unique title.