• Success Criterion 2.4.2
  • Conformance level A

Identical Page Title Repeated Across an Entire Website

2.4.2 — Page Titled

Scenario

Setting

A professional networking site's profile editor

What’s wrong

Identical titles across the whole site ("Home" on every page).

Example

<title></title>

Why it matters

Screen-reader users who hear the title first, and anyone managing many tabs.

How to test

Open several pages on the site and compare their titles: identical titles across unrelated pages (e.g., 'Home' everywhere) fails.

How to fix

Every page/view must have a unique, descriptive title identifying its content, updated on in-app navigation.

<title>Checkout — Step 2 of 3: Shipping — Acme Store</title>

A descriptive, unique title lets users identify and switch between tabs or windows without guessing.

Outcome

On a professional networking site's profile editor, this barrier is gone for screen-reader users who hear the title first — they can finish what they came here to do.

Who is affected

Screen-reader users who hear the title first, and anyone managing many tabs.

Learn more