Skip to main content
All guides
Serious 2.4.2 Page Titled · Level A

Give each page a title (WCAG 2.4.2)

Every page needs a non-empty <title> that describes its topic or purpose.

Why it matters

The title is the first thing a screen reader announces on load and the label users see in tabs, history, and bookmarks. A missing or generic title leaves them lost.

How to fix it

Write a unique, descriptive title per page, most-specific information first.

<!-- Passes -->
<title>Pricing — A11yProof</title>

Does your site have this issue?

Run a free scan to find out in seconds.

Related guides

These guides cover automated checks (~30–40% of WCAG criteria). A full audit also needs manual review.