Skip to main content
Version: v6

Page title is missing or non-descriptive

Page title is missing or non-descriptive — rule summary
FieldValue
Rule codeManual_PageTitle_Missing
WCAG conformance levelA
WCAG success criterion2.4.2 Page Titled
Must be fixed at sourceNo

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.