Skip to main content
WCAG success criterion · Operable

2.4.2 Page Titled

Guideline 2.4 Navigable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Every page has a title element that describes its topic or purpose.

Who it helps

Screen reader users (the title is the first thing announced), and everyone scanning browser tabs.

Example: fails vs passes

Fails
<title>Home</title>  <!-- on every page of the site -->
Passes
<title>PDF Accessibility Checker - EqualWeb</title>

Unique, front-loaded titles. In SPAs, update document.title on every route change.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

In PDF documents

The PDF equivalent is the document Title in the metadata, with the viewer set to display the title rather than the file name (ViewerPreferences/DisplayDocTitle).

Check any document against this and 80+ more automated checks with the free PDF accessibility checker.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.2?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial