Page title (Usability)
Describes webpage content in a few words.
Link copied!
On this page
Impact
About
The HTML <title> tag sets the title of a webpage, which appears in the browser tab and search results. It helps users know what the page is about and improves search engine optimization. The <title> tag goes inside the <head> section of an HTML document. A good title is short, clear, and relevant to the page content.
Why it's important
Identifies the page's content, helping users and search engines understand it quickly.
User stories
As a screen reader user or someone navigating multiple tabs, I want each page to have a clear and unique title so that I can quickly understand the content and context of the page.
Code
<head>
<title>Our website</title>
</head>
Error
(ScanGov messaging when a site fails a standard)
Page title is missing or unclear.
Guidance
- 21st Century Integrated Digital Experience Act (IDEA)
- U.S. Federal Website Standards
- Memorandum (M-23-22)
Links
- The Document Title element (Mozilla)
Indicators
Related
Usability
- Page description
- Readability
- Viewport meta tag
- www resolution
- Cumulative Layout Shift (CLS)
- First Contentful Paint (FCP)
- Interaction to Next Paint (INP)
- Largest Contentful Paint (LCP)
- Time to First Byte (TTFB)
- Open Graph site name
- Open Graph type
- Open Graph title
- Open Graph description
- Open Graph URL
- Open Graph image
- Open Graph image alt
On Project ScanGov
On this page