All WCAG criteria
WCAG 2.4.2 · OperableLevel A
2.4.2Page Titled
Every page must have a `<title>` that describes its topic or purpose.
Common failures
Patterns that fail this criterion.
- 01Default `<title>` of "Document" or framework default never updated
- 02All pages with the same title ("Site Name")
- 03Title that just repeats the brand without page context
How to test
Testing approach: automated.
axe-core checks for the presence of a non-empty title element.
axe-core rules
document-titleHow to fix
Remediation steps.
- 1
Unique per-page titles
Pattern: "Page topic — Brand". e.g. "Pricing — AccessProof".
- 2
Front-load the topic
Tab labels and bookmarks show the start; put the unique part first.
Scan for WCAG 2.4.2 on your site
Find every violation in 42 seconds.
AccessProof runs axe-core 4.9.1 against your site and flags every WCAG criterion with the offending element selector. WCAG 2.4.2 is one of 49 criteria we check on every scan.
All 50 WCAG 2.1 Level A + AA success criteria explained.
View the full checklist