A meta description is the short text that appears beneath your page title in Google search results. It is one of the first things a potential visitor reads β and it often decides whether they click your link or the one below it.
This guide explains what a meta description is, how long it should be, how to write one that gets clicks, and when Google ignores yours entirely.
Need to generate meta tags fast? Our free Meta Tag Generator builds a complete set of tags β including Open Graph and Twitter Card β in seconds.
What Is a Meta Description?
A meta description is a short HTML attribute that summarises the content of a web page. It appears in search engine results pages (SERPs) as the grey text snippet beneath the blue clickable title link.
Here is what it looks like in HTML:
<meta name="description" content="Your 150β160 character page summary here." />
When someone searches on Google, the search engine displays your page title and meta description as the preview of your page. This preview is often the only information a searcher sees before deciding whether to click β making it one of the most important pieces of copy on your entire website.
Does a Meta Description Affect SEO Rankings?
Not directly. Google confirmed in 2009 that meta descriptions are not a ranking factor, and this remains true in 2026. Google does not use the description text to determine where your page ranks.
However, they matter indirectly through three key effects:
- Click-through rate (CTR) β A compelling description gets more clicks. Higher CTR sends a positive signal to Google that your result satisfies user intent.
- Keyword highlighting β When your description contains the search query, Google bolds those words in the SERP, making your listing stand out visually.
- First impression β The description is your pitch. If it reads poorly, users bounce back to Google, which hurts dwell time.
Bottom line: a well-written meta description will not push you from position 10 to position 1, but it will help you get more traffic from whatever position you already hold.
How Long Should a Meta Description Be?
Google does not publish an exact character limit, but it truncates descriptions that are too long. Based on current SERP behaviour:
| Context | Recommended | Truncation at |
|---|---|---|
| Google search result (desktop) | 150β160 characters | ~160 chars |
| Google search result (mobile) | 120β130 characters | ~130 chars |
| Social media (Open Graph) | 150β200 characters | 300 chars |
| Bing search result | 150β160 characters | ~160 chars |
The safe target is 150β160 characters for desktop, and 120β130 characters if mobile traffic is a priority.
How to Write a Good Meta Description
A good meta description does four things in 155 characters or fewer:
- States clearly what the page is about β match the content, not just the keyword.
- Includes the primary keyword β naturally, not stuffed. Google bolds it in the results.
- Gives a reason to click β what will the user gain? A specific benefit beats a vague topic.
- Has a soft call to action β "find out," "see how," or "calculate your" prompt the next step.
Dos and Don'ts
| β Do | β Don't |
|---|---|
| Include your primary keyword naturally | Keyword-stuff the description |
| Write a unique description per page | Copy the same description site-wide |
| Use an active call to action | End with no clear action |
| Match the page content accurately | Bait-and-switch searchers with false promises |
| Keep it under 160 characters | Write paragraphs that get cut off |
| Make it sound human and compelling | Write purely for bots |
Before & After Examples
The difference between a weak and strong meta description is usually specificity and benefit. Here are three real-world rewrites:
Salary Tax Calculator
"Salary tax calculator. Calculate salary. Tax. UK."
"Work out your exact take-home pay after UK income tax and National Insurance. Enter your salary and see results instantly β free, no sign-up."
Why it works: Human, benefit-led, contains a natural call to action.
BMI Calculator
"BMI calculator tool. Body mass index. Calculate BMI here."
"Calculate your BMI in seconds. See if your weight is in the healthy range using NHS guidelines β no account needed, results shown instantly."
Why it works: Specific benefit (NHS guidelines), removes friction (no account), drives action.
Password Generator
"Generate passwords. Strong passwords. Password generator 2026."
"Generate a strong, random password in one click. Choose length, symbols and numbers β your password is never stored or sent anywhere."
Why it works: Addresses a common trust concern (privacy) while clearly stating the benefit.
Where Does the Meta Description Appear?
Meta descriptions appear in more places than most people realise:
- Google & Bing SERPs β The primary location. Shown beneath the title in search results.
- Social media link previews β When your URL is shared on Facebook, LinkedIn or WhatsApp, the platform uses your meta description (or Open Graph description) as the preview text.
- Browser bookmarks β Some browsers display it when hovering a bookmarked link.
- Other search engines β DuckDuckGo, Yahoo and Ecosia all pull meta descriptions for their results pages.
When Google Ignores Your Meta Description
Google rewrites or ignores your description in about 62β70% of cases. This happens when:
- The description does not match the user's search query well enough.
- The description is too short, too vague, or duplicated from another page.
- Google finds a more relevant passage in the page body to use as the snippet.
- The page is very long and Google picks a section closer to the query intent.
This is not a reason to skip writing descriptions β even when Google rewrites them, a well-structured page with good descriptions tends to produce better auto-generated snippets.
How to Add a Meta Description
In HTML
<head> <meta name="description" content="Your 150β160 character description here." /> </head>
In Next.js (App Router)
export const metadata = {
description: "Your 150β160 character description here.",
};In WordPress
Install Yoast SEO or Rank Math. Both add a description field directly in the post editor β no code needed.
In Shopify
Go to Online Store β Pages (or Products/Collections), scroll to the SEO section, and fill in the "Description" field.
Generate Your Meta Tags Free
Title, description, Open Graph and Twitter Card β all generated in one click. Copy and paste directly into your HTML.
Frequently Asked Questions
Does the meta description directly affect Google rankings?
No β Google has confirmed it is not a direct ranking factor. However, a compelling description improves click-through rate, which sends positive engagement signals that can indirectly benefit rankings over time.
What happens if I don't write a meta description?
Google will auto-generate one by pulling a snippet from your page content β usually the first paragraph or a section that matches the search query. This is often less compelling than a hand-crafted description.
Why does Google sometimes rewrite my meta description?
Google rewrites descriptions when it believes the page content better answers the user's query than the description you wrote. This is more common when the description doesn't match page content or when it's too short or generic.
Should every page on my site have a meta description?
Ideally yes, especially for pages you want to rank β blog posts, product pages, key landing pages. Pagination pages, tag pages and other low-priority URLs can be left to Google to generate.
Can I use the same meta description on multiple pages?
No. Duplicate meta descriptions are flagged in Google Search Console as a quality issue. Each page needs a unique description that accurately reflects its specific content.
How do I add a meta description in WordPress?
Install a plugin like Yoast SEO or Rank Math. Both add a meta description field directly in the post editor β no coding required.