Meta Description
An HTML attribute providing a 150–160 character summary of a page displayed under the title in search results — not a direct ranking factor but a critical driver of click-through rate.
Simple Explanation
A meta description is a short paragraph (about 2–3 sentences) that appears in Google search results below your page's title. It doesn't directly affect how high you rank — but it massively affects how many people click on your result. Think of the title tag + meta description as your organic 'ad' in Google. The title gets attention; the description convinces searchers to click. Writing a compelling meta description that matches what the searcher wants can increase your click-through rate by 20–30% at the same ranking position.
Advanced SEO Explanation
Meta descriptions are implemented as `<meta name="description" content="Your description here." />` in the HTML <head>. Google displays approximately 150–160 characters on desktop and 130 characters on mobile. However, the actual limit is pixel-based (~920px), not character-based. Google rewrites meta descriptions approximately 70% of the time, pulling content from elsewhere on the page that better matches the search query — which means the description shown for a 'how to bake sourdough' search query may differ from the one shown for a 'sourdough bread recipe for beginners' query. Best practices: include the primary keyword naturally (Google bolds matching terms in the SERP), write a clear value proposition, include a CTA ('Learn how,' 'Get started,' 'Compare free'), and make every character count with the most important information first.
Why Meta Description Matters for Rankings
Directly impacts organic click-through rate
A compelling meta description converts SERP impressions into clicks without changing your ranking position — effectively improving organic traffic without new backlinks.
Google bolds matching keywords
When a user's search query appears in your meta description, Google displays those words in bold, drawing the searcher's eye to your result.
Sets content expectations and reduces bounce
An accurate description attracts users who want exactly what you offer, reducing bounce rate and improving engagement signals.
Visible in social shares
Without Open Graph description tags, the meta description becomes the social share summary. Keep it compelling for both search and social contexts.
Real-World SEO Examples
Weak vs strong meta descriptions
The difference between generic and conversion-optimized descriptions.
This page is about canonical tags. Canonical tags are used in SEO. Read more about canonical tags here. (Generic, no value, keyword stuffed, no CTA)
A canonical tag tells Google which URL is the preferred version of a page — preventing duplicate content from splitting your rankings. Learn what it is, when to use it, and common implementation mistakes. (Problem → Solution → What you'll learn — 157 chars)
Meta description HTML
Correct implementation syntax.
Code Example
<!-- In the <head> of your page -->
<meta name="description" content="A canonical tag tells Google which URL is the preferred version of a page — preventing duplicate content issues. Learn implementation, examples, and mistakes to avoid." />Common Meta Description Mistakes
✗ Mistake
Letting CMS auto-generate descriptions from page content
✓ The Fix
Auto-generated descriptions rarely include a CTA or match user intent. Write unique descriptions for every important page.
✗ Mistake
Exceeding 160 characters
✓ The Fix
Keep descriptions under 155 characters for consistent display. Place the most important content in the first 120 characters (mobile truncation point).
✗ Mistake
Not including a call-to-action
✓ The Fix
End descriptions with an action phrase: 'Learn how,' 'Run your free audit,' 'Compare tools,' 'Start here.' CTAs increase click rates measurably.
✗ Mistake
Duplicate meta descriptions across pages
✓ The Fix
Every page needs a unique description. Duplicate descriptions are a quality signal to Google and produce generic SERP listings that don't convert.
✗ Mistake
Keyword stuffing the description
✓ The Fix
Include the target keyword naturally once. Google understands context — keyword stuffing in descriptions is a spam signal and reduces click rates.
Free Tools for Meta Description
Related Articles
Meta Description SEO Workflow
Identify search intent
Know what searchers want from this page — your description should directly address that intent.
Write a problem-solution opening
Start with the problem or need, then present your page as the solution.
Include target keyword naturally
The keyword should appear once, naturally. Google bolds it in results, drawing the searcher's eye.
Add a clear CTA
End with an action phrase: 'Learn how,' 'Compare free,' 'Start here,' 'Audit your site.'
Preview and audit
Use the SEO Audit Tool to verify the description is correctly implemented and not duplicated.
SEO Audit ToolMeta Description FAQs
Frequently Asked Questions
People Also Search For
Continue Learning: Next Terms
Title Tags
The HTML element that defines a web page's title — appearing in browser tabs, SERP results, and social shares — and one of the highest-impact on-page SEO elements for both rankings and click-through rates.
Beginner📄Click-Through Rate
The percentage of users who click your search result after seeing it in the SERP — calculated as (clicks ÷ impressions) × 100 — a key engagement metric that may indirectly influence rankings.
Beginner🔑Search Intent
The primary goal or purpose behind a user's search query — what they're actually trying to accomplish — which determines the type of content that will rank.
Beginner📄Heading Tags
HTML elements (H1 through H6) that create hierarchical content structure on a page, signaling topic organization to both readers and search engines.
Beginner