Meta Description: What It Is and Why It Still Matters for SEO
The meta description is a <meta name="description"> tag in <head> supplying the short summary shown under the title link in search results. It carries no ranking weight but is the second thing a searcher reads before deciding to click.
Why it matters
Google frequently discards the meta description you author and generates its own snippet from page content when the tag is missing, generic, or a poor match for the search query. Writing a description does not guarantee Google uses it, but one that actually matches search intent measurably lifts click-through rate without requiring any ranking improvement.
The meta description is not a ranking factor, but click-through rate is correlated with rankings. A searcher who clicks your result instead of a competitor's sends a signal Google observes. Over time, this can indirectly lift rankings. The real immediate value is the traffic you gain from the click itself.
How it works
Google reads the meta description tag from your page head. When a searcher runs a query, Google compares your description against the search terms and your page content. If your description is relevant, Google displays it below your title. If not, Google extracts text from your page that better answers the query, even if that text was never in a meta description.
The display length varies by device. On desktop, Google typically shows 155-160 characters. On mobile, it shows 120-158 characters depending on device width. Google may also extend or condense your description based on query specificity. A longer description may truncate on mobile but not desktop, or vice versa.
What does not matter
The exact character count does not determine whether Google uses your description. Google truncates by pixel width at render time, so a description of 150 narrow characters may display fully while one of 140 wide characters may be cut off. The "158 character limit" is a guideline for avoiding certain truncation, not an SEO factor.
Multiple meta descriptions across near-duplicate pages do not harm SEO directly. Google evaluates each page's description separately for relevance. Unique descriptions across similar pages are a best practice for click-through, not for rankings.
Code example
Good: Write for the actual search query and page intent. Include a unique value proposition.
<head>
<meta name="description" content="Learn what a meta description is, why it doesn't rank your page, and how to write one that lifts click-through without getting rewritten by Google.">
</head>
Broken: Generic boilerplate or keyword-stuffing reduces click-through.
<head>
<meta name="description" content="Meta description meta description tag SEO snippet click-through rate examples tips tricks meta description">
</head>
How Scalpel shows it
The Meta panel displays the live description text with a character counter and a pixel-width meter for both desktop and mobile widths. Scalpel flags descriptions that are missing, empty, or likely to truncate on mobile. The panel shows you how your description renders in an approximate Google search result.