Meta descriptions are the short summaries that appear below the title in search engine results. While Google has confirmed that meta descriptions are not a direct ranking factor, they significantly influence click-through rate (CTR), which affects how much organic traffic a ranking actually delivers.
Meta Description Syntax
<meta name="description" content="Your 120-155 character description that summarizes the page content and encourages clicks from search results." />
Placed in the <head> section, each page should have one unique meta description.
Optimal Length
Google displays approximately 920 pixels on desktop and 680 pixels on mobile, which translates to:
- Desktop: up to ~155 characters
- Mobile: up to ~120 characters
Length Guidelines
- Minimum: 70 characters. Shorter descriptions waste valuable SERP real estate.
- Target: 120-155 characters. This ensures the full description displays on both mobile and desktop.
- Maximum useful: 155 characters. Anything beyond gets truncated with an ellipsis.
Write the most important information within the first 120 characters to ensure mobile users see your complete message.
Writing Effective Descriptions
Include Target Keywords
When a user's search query matches words in your meta description, Google bolds those words in the results. This visual emphasis draws the eye and increases CTR.
<!-- Searching for "WordPress security audit" -->
<meta name="description" content="Run a WordPress security audit in 15 minutes. Check for vulnerable plugins, exposed admin panels, outdated PHP versions, and missing SSL certificates." />
Add a Call to Action
Tell the user what they will get by clicking:
- "Learn how to..."
- "Step-by-step guide to..."
- "Compare the top 5..."
- "Free tool included."
Include Specific Numbers
Descriptions with specific data points outperform vague alternatives:
<!-- Vague -->
<meta name="description" content="Learn about website performance optimization techniques." />
<!-- Specific -->
<meta name="description" content="Cut page load time by 40% with these 8 performance optimizations. Covers image compression, code splitting, and CDN configuration." />
When Google Ignores Your Description
Google generates its own snippet from page content roughly 60-70% of the time, particularly when:
- The meta description does not match the user's search query.
- The description is missing or empty.
- The description is duplicated across multiple pages.
- Page content contains a better match for the query.
You cannot prevent this, but you can reduce it by writing descriptions that closely match the page's primary target queries.
Common Mistakes
Duplicate Descriptions
Every page needs a unique description. Duplicate descriptions across pages signal low-quality content and reduce CTR for all affected pages. CMS templates that default to the same description across product or category pages are the usual cause.
Keyword Stuffing
<!-- Bad -->
<meta name="description" content="Best SEO tools, SEO software, SEO platform, SEO checker, free SEO tools, SEO audit tool for SEO optimization." />
Stuffed descriptions look spammy and get ignored by both users and Google.
Missing Descriptions
Pages without meta descriptions rely entirely on Google's auto-generated snippets. While Google's snippets are sometimes adequate, they are rarely as compelling as a hand-crafted description with a clear CTA.
Using the Same Description as the Title
The title and description serve different purposes. The title identifies the page; the description sells the click. Repeating the title in the description wastes space.
Audit Process
- Export all meta descriptions using Screaming Frog or a similar crawler.
- Flag missing descriptions - these pages need new ones written.
- Flag descriptions under 70 or over 160 characters for revision.
- Identify duplicates and rewrite each to reflect the specific page content.
- Check for keyword alignment - each description should include the page's primary target keyword.
- Review top-traffic pages first - optimizing descriptions on your highest-impression pages delivers the biggest CTR gains.