Meta Description
A meta description is a short snippet of text in the HTML <meta name="description"> tag that summarizes what a page is about. Google may use it as the snippet in search results, though it often substitutes other page text instead, and while it is not a direct ranking factor it influences click-through rate (CTR).
- A meta description is a short summary of a page written in the <meta name="description"> tag.
- Google may use this value as the search result snippet, but it frequently swaps in body text that better matches the query.
- It is not a direct ranking factor, yet it shapes whether users click, which affects click-through rate (CTR).
- Google sets no fixed character limit, but snippets are truncated to fit device width—roughly 160 characters on desktop and 120 on mobile are the common rules of thumb.
- The most effective descriptions are unique and accurate per page, with the core value placed up front.
Overview
A meta description is a short piece of text placed in the HTML <meta name="description"> tag that summarizes what a page is about. It serves as a candidate for the snippet—the summary line shown beneath the title in a results list—and never appears in the visible body of the page itself.
Google generates search result snippets automatically from page content, surfacing the portion most relevant to the user's specific query as a preview. The same page can show different snippets depending on the search term. According to Google's documentation, Google uses the meta description as the snippet when it judges that the description describes the page more accurately than text pulled from the body. In other words, writing a meta description does not guarantee it will always be shown verbatim.
Relationship to the Snippet
A meta description and a snippet are not the same thing. The meta description is a value the site owner writes directly into the HTML, while the snippet is the summary Google actually displays in search results. When Google decides a written meta description does not match the query well, it has long replaced it with text extracted from the body. Ahrefs has also reported cases where Google bypasses the written description altogether, testing a Gemini-based approach to generating descriptions.
| Aspect | Meta description | Snippet |
|---|---|---|
| Authored by | Site owner (entered directly in HTML) | Google (displayed automatically) |
| Location | Inside the page <head> | The search results screen |
| Variability | Fixed value | Can change with each query |
| Replaceable | Not replaced | Can be replaced with body or other text |
Ranking and Click-Through Rate
A meta description is not a direct Google ranking factor. However, because searchers scan results quickly to decide what to click, a well-written description helps lift click-through rate (CTR). Ahrefs explains that on a page with 50,000 monthly impressions, raising CTR from 4% to just 4.5% can produce roughly 100 additional clicks (assuming the meta description is shown across an average of 18,500 impressions for that page). The recommendation is to treat the meta description as 'conversion copy' rather than 'SEO copy'—giving the user a clear reason to click rather than stringing keywords together.
Length Guidelines
Google places no limit on meta description length itself, and snippets are truncated to fit device width as needed in search results. Per Ahrefs, the actual display area is about 920px on desktop (roughly 160 characters) and about 680px on mobile (roughly 120 characters). It is therefore safest to place the most important content up front so the key message is not cut off, even on mobile.
Best Practices
- Uniqueness: Write a unique description for each page rather than duplicating the same text across the whole site.
- Accuracy and relevance: Genuinely summarize the page content, and include structured details such as author, publish date, or price where useful.
- Call to action: Use active sentences to convey what the user will get and why it is worth clicking.
- Avoid keyword stuffing: Descriptions that merely list keywords are unlikely to be chosen as the snippet.
- Front-load the essentials: Put the most important value at the start of the sentence to guard against truncation.
- Large sites: For sites with many pages, Google permits and recommends generating descriptions programmatically (automatically).
<head>
<meta name="description" content="수제 원두를 당일 로스팅해 배송하는 구독 서비스. 첫 주문 20% 할인, 무료 배송으로 집에서 카페 품질의 커피를 즐기세요.">
</head>
Rationale
Google's official Search Central documentation states that snippets are generated automatically from page content, and that Google uses the meta description when it judges the description to be a more accurate summary of the page than the body. It also notes that there is no fixed length limit, but that snippets are truncated to fit device width. Ahrefs, while conveying Google's position that the meta description is not a ranking factor, lays out the display lengths (about 160 characters on desktop, 120 on mobile), the effect on click-through rate, and examples of the Gemini-based automatic generation tests.