Page title is missing or non-descriptive
| Field | Value |
|---|---|
| Rule code | Manual_PageTitle_Missing |
| WCAG conformance level | A |
| WCAG success criterion | 2.4.2 Page Titled |
| Must be fixed at source | No |
Description
The page title is either missing or does not provide a meaningful description of the page content. A descriptive title is crucial for accessibility, as it helps users, especially those using screen readers, understand the purpose of the page and improves navigation within browser tabs and bookmarks.
How to fix
Ensure the page has a meaningful title in the <head> section, such as <title>Descriptive Title of the Page</title>, that clearly reflects the content and purpose of the page.