Medium impactMeta tags

Missing Meta Description

What a missing meta description means for SEO, why it lowers click-through rate, and how to fix it on any platform in under 2 minutes.

What it means

A missing meta description means the <meta name="description"> tag is absent or empty in the page's HTML head. Google falls back to picking a snippet from the page body — often a random sentence that doesn't convert.

Why it matters

The meta description is your ad copy in the search results. A well-written one can lift CTR by 30%+. A missing one means you're letting Google guess — and guessing rarely beats writing.

How to fix it

  1. Identify pages flagged as missing a description (FreeSEO's audit lists them).
  2. Write a unique 50–160 character description for each page that leads with the user benefit.
  3. Include the primary keyword once, naturally.
  4. End with a clear call-to-action.
  5. Add it to your page <head> via your CMS or framework's head/meta API.

Example

Before
<!-- No description tag -->
<title>Pricing</title>
After
<title>Pricing — FreeSEO</title>
<meta name="description" content="Run unlimited SEO audits free. Paid plans add WordPress auto-fix and AI visibility tracking from $19/mo." />

Find this issue on your site automatically

FreeSEO scans for missing meta description and 140+ other issues, free, no signup.

Frequently asked questions

Will Google penalize me for a missing description?

Not directly. But CTR drops, and lower CTR can indirectly hurt rankings over time.

How long should a meta description be?

50–160 characters. Past 160 it gets truncated; under 50 Google often ignores it.