WCAG 2.1 · Level A · Operable

WCAG 2.4.2 — Page Titled, explained with examples

Web pages must have titles that describe topic or purpose. Screen readers announce the title on page load. Tab labels in browsers use it. SEO ranking depends on it.

Number
2.4.2
Level
A
Principle
Operable
Guideline
2.4 Navigable

Why this criterion exists

Screen readers announce the title on page load. Tab labels in browsers use it. SEO ranking depends on it.

If you only remember one thing: web pages must have titles that describe topic or purpose. Everything else on this page is detail.

Who feels it when this fails

Accessibility criteria sometimes feel abstract until you see who pays the cost when a site ignores them. Page Titled affects:

  • Screen reader users

  • All users navigating multiple tabs

  • Search engines

How sites typically fail it

These are the patterns we see week after week. None are intentional — they are accidents of how teams build interfaces under deadline. Knowing the failure modes is the fastest path to writing them out of your component library.

  • Every page using the site name only

  • Untitled or "Document"

How to test for it

  • Open every page in a separate tab; titles should make distinguishing easy.

Automated scanners catch this criterion most of the time, but never all of the time. Manual testing with the keyboard and a screen reader closes the gap.

A code fix you can copy

Format: page-specific topic — site name. Keep under 60 characters.

The problem

HTML
<title>Site</title>

The fix

HTML
<title>Pricing — Certvo</title>

Format: page-specific topic — site name. Keep under 60 characters.

Frequently asked questions

Why does a unique page title matter for accessibility?

Screen readers announce the page title immediately when a page loads or when focus moves to a new document. A user navigating between ten tabs with identical "Home" titles cannot tell which tab is which without reading the full page. Unique, descriptive titles are also how users orient themselves after returning from a link or a forward/back navigation.

Does a missing page title hurt SEO as well?

Significantly. The <title> element is the strongest single on-page SEO signal for the page topic. Duplicate titles across pages prevent Google from distinguishing them in the index. Missing titles cause Google to generate its own from the first heading — which is often not the title you would choose. Good accessibility and good SEO are aligned on 2.4.2.

Other Operable criteria

Find every accessibility issue on your site in 60 seconds.

Free public scan. No card. AI-generated fixes for every issue we find.