WCAG 2.4.2 — Page Titled: Page Has No Meaningful Title
Some pages on your website are missing titles that appear in browser tabs and bookmarks. Screen reader users rely on these titles to understand what page they're on and navigate between browser tabs. Under the ADA Title II rule, every page must have a descriptive title.
Who Is Affected
Screen reader users who rely on page titles to understand the current page and navigate between browser tabs, users with cognitive disabilities who need clear page identification, and anyone using browser bookmarks or browsing history to relocate content.
What This Means
Every web page must have a meaningful title that appears in the browser tab, bookmarks, and search results. The page title is contained in the HTML <title> element and should describe the page's purpose or content. Screen readers announce the page title when users navigate to a new page, making it essential for orientation and navigation.
Missing titles create confusion because users cannot distinguish between pages when multiple tabs are open or when reviewing browser history. This is especially problematic for government sites where users need to navigate between forms, documents, and information pages.
Fix: Content Editor
For individual pages missing titles:
- Open the page in your content management system editor.
- Look for a "Page Title," "SEO Title," or "Browser Title" field (separate from the main heading).
- Joomla: Check the "Publishing" tab for the "Browser Page Title" field.
- WordPress: Look for an SEO plugin's title field or the page title in document settings.
- Enter a descriptive title that includes:
- The specific page purpose (e.g., "Property Tax Appeal Form")
- Your department/agency name (e.g., "— City of Springfield")
- Keep titles under 60 characters to avoid truncation in search results.
- Save and publish the page.
Good titles:
- "Building Permit Application — City Planning Department"
- "Meeting Minutes March 2024 — City Council"
- "Snow Removal Policy — Public Works"
Avoid:
- Empty titles
- Generic titles like "Page" or "Untitled"
- Titles that are identical across multiple pages
Fix: CMS / Theme
If multiple pages are missing titles due to a template issue:
-
Joomla: Check your template's index.php file for
<jdoc:include type="head" />which should automatically insert page titles. Verify that menu items have titles assigned in the Menu Manager. -
WordPress: Ensure your theme's header.php includes
<title><?php wp_title(); ?></title>or useswp_head()which handles titles automatically. Check that posts and pages have titles in the WordPress editor. -
For pages generated by custom modules or components, verify that the code properly sets the document title using your CMS's title functions.
Standard Reference
WCAG 2.1 Success Criterion 2.4.2 — Page Titled, Level A
Web pages have titles that describe topic or purpose.
Check if your government website has this issue
OctoComply scans your website and documents for WCAG 2.1 AA violations. The free tier covers up to 10 pages.
Run a Free Scan