Skip to content

Rule · Accessibility

Page has no <title>

a11y/document-titleerrorvoid a11yupdated

Why it matters

The title is the first thing screen readers announce and what appears in tabs, history and search results.

How to fix it

Add a unique, descriptive <title> per page, most specific part first ("Pricing · Acme").

Example

tsx
<title>Pricing · Acme</title>

References

void a11y reports 48 rules in this category. WCAG 2.2 AA through axe-core, plus checks axe can't do alone: visible keyboard focus, 24/44px target size on mobile, 320px reflow and disabled zoom.