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>
Related guides
- Fix low colour contrast (WCAG 1.4.3) 1.4.3 Contrast (Minimum)
- Add text alternatives to images (WCAG 1.1.1) 1.1.1 Non-text Content
- Give links a discernible name (WCAG 2.4.4) 2.4.4 Link Purpose / 4.1.2 Name, Role, Value
- Give buttons a discernible name (WCAG 4.1.2) 4.1.2 Name, Role, Value
These guides cover automated checks (~30–40% of WCAG criteria). A full audit also needs manual review.