Document has a <title> element

The page has a descriptive title visible in browser tabs and search results.

On this page

Impact

ScanGov impact ratings

About

The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search.

Risks

Screen reader users cannot identify or interact with elements.

Why it's important

Gives screen reader users meaningful descriptions of interactive elements so they can understand and use them.

User stories

As a screen reader user, I want all interactive elements to have clear, descriptive names so that I know what they do.

Code

<head>
  <title>Service name — Agency name</title>
</head>

Error

ScanGov messaging when a site fails a standard:

Failed: Document has a <title> element

Example

Title patterns for common government page types:

<!-- Homepage -->
<title>U.S. Department of Veterans Affairs</title>

<!-- Interior page -->
<title>Apply for VA Health Care | Veterans Affairs</title>

<!-- Search results -->
<title>Search results for "disability rating" | Veterans Affairs</title>

<!-- Error page -->
<title>Page not found (404) | Veterans Affairs</title>

Guidance

Indicators

On this page