When you search on Google, you see a page title, a URL, and a short paragraph of text below. That paragraph is the meta description. It doesn't directly affect your search ranking, but it's often the deciding factor in whether someone clicks your result or the one below it.
This guide covers what meta descriptions do, how long they should be, and how to write them so people actually click.
What is a Meta Description?
A meta description is an HTML tag in the <head> section that summarizes a page's content. Search engines can display it as the snippet text below your page title in results.
<meta name="description" content="Learn what JSON is, how to read its syntax, and how to use it in REST APIs and config files. A beginner-friendly guide with real code examples." />
Google may use this text as-is, or it may pull a different excerpt from your page that it considers more relevant to the specific search query. You can't force which one appears — but a well-written description increases the chance Google uses yours.
Length and Display Limits
There's no technical character limit, but Google truncates snippets based on pixel width:
- Desktop: roughly 155–160 characters
- Mobile: slightly shorter, around 120–130 characters
Keep descriptions between 120–160 characters. Shorter than 70 and you're wasting the space; longer and you'll get the "…" cutoff at an awkward point.
What makes a good meta description
- Include the target keyword naturally: Google bolds matching words in the snippet, which makes your result stand out
- Be specific about what the reader gets: "A guide to JSON" is weak; "Learn JSON syntax and how to use it in REST APIs, with examples" is better
- Write for humans, not robots: it's a sales pitch in two sentences — make it read like one
- Use an action or benefit: "Learn...", "Find out...", "Get...", "See..."
- Make every page's description unique: duplicate descriptions get flagged in Search Console and confuse crawlers
Good vs bad examples
❌ Too vague: "This page explains JSON. Learn more here." ✅ Specific and useful: "JSON explained for beginners: objects, arrays, data types, and common gotchas. Covers REST API usage and config files — with code examples."
When Google rewrites your description
Google rewrites meta descriptions more often than most people realize — some studies put it above 60% of the time for certain query types. It tends to happen when your description doesn't contain the exact words the user searched for. The best defense is writing descriptions that clearly match the page's actual content and include the likely search terms.
Meta description and SEO rankings
Google has confirmed that meta descriptions are not a ranking factor. However, a compelling description raises your click-through rate (CTR), and higher CTR can indirectly signal to Google that your result is valuable — which may support rankings over time. More directly, more clicks means more traffic.
Frequently Asked Questions
- What happens if I don't set a meta description?
- Google will automatically generate a snippet from your page content — usually the text near the top of the page or around the section that matches the search query. This can be fine, but you lose control over the message. For important pages (homepage, key landing pages), always write one manually.
- Should I stuff keywords into the description?
- No. Stuffing keywords makes the description hard to read and less likely to get clicked. Include your main keyword naturally once — ideally near the start — and focus the rest on writing a description that a real person would find useful. Keyword stuffing in meta tags is also an old SEO practice that has no positive effect on modern rankings.
- Can I use the same description on multiple pages?
- You can, but you shouldn't. Duplicate meta descriptions are flagged as an issue in Google Search Console and make it harder for search engines to understand the distinct value of each page. Each page should have a unique description that reflects its specific content.
Summary
- The meta description is the paragraph shown below your page title in search results
- It doesn't directly affect rankings, but it strongly influences click-through rate
- Keep it between 120–160 characters; include the target keyword naturally
- Be specific about what the reader will get — vague descriptions get ignored
- Every page needs its own unique description
Write and preview your meta descriptions before publishing:
- Meta Description Generator — create optimized descriptions for any page
- SERP Preview — see how your title and description will look in search results
- Meta Tag Generator — build a full set of SEO meta tags at once