Skip to content
A11ySignal
Level AWCAG 2.0WCAG 2.1WCAG 2.2EN 301 549 § 9.2.4.2

2.4.2
Page Titled

Every page needs a title that says what the page is.

What the standard says

Web pages have titles that describe topic or purpose.

Why it matters

The title is the first thing a screen reader announces and the label on every browser tab, bookmark and search result.

What a failure looks like

  • failsEvery page titled with the company name alone.
  • failsA single-page app that never updates `document.title` on route change.

How to fix it

  • doPut the specific part first: "Checkout · Northlight" beats "Northlight · Checkout".
  • doIn an SPA, set the title on every navigation.

How A11ySignal checks it

1 automated check runs against this criterion on every scan.

Also under 2.4 Navigable