Page description (Usability)
Describes webpage content in a few words.
Link copied!
On this page
Impact
About
A page description is a short summary of a webpage, usually shown in search results. It's set using the <meta name="description"> tag inside the <head> section of an HTML document. A good description is clear, brief, and tells users what to expect on the page. It also helps with search engine optimization.
Why it's important
Describes page content briefly, helping users understand what to expect and improving search engine results.
User stories
As a user browsing search results or sharing links, I want each page to have a clear and relevant description so that I can understand what the page is about before visiting it.
Code
<head>
<meta name="description" content="Welcome to our website">
</head>
Error
(ScanGov messaging when a site fails a standard)
Page description is missing or unclear.
Guidance
- 21st Century Integrated Digital Experience Act (IDEA)
- U.S. Federal Website Standards
- Memorandum (M-23-22)
Links
- : The metadata element (Mozilla)
Indicators
Related
Usability
- Page title
- 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