DigitalBanzai Knowledge

Meta Description

Practical guide to what a meta description is, why the check reviews it, and how to make page summaries clearer for users, search engines, and previews.

Italian version
Severity
Low
Estimated fix time
10-20 min
Technical level
Beginner
Applies to
WordPressStatic HTMLCMS / E-commerceSEO Plugins

What it is

A meta description is a short text summary placed in the HTML of a page, inside the <meta name="description" content="..."> tag. It helps describe the page for users, search engines, and tools that generate previews.

It is not the main visible text of the page, and it does not guarantee that Google will show it exactly as the search snippet. Search engines may rewrite snippets when another part of the page appears more useful for the user's query.

A clear meta description is still useful. It helps explain what the page is about, reduces ambiguity, and gives previews and search results a better starting point.

Why it matters

A meta description is not a ranking guarantee. Improving it does not automatically mean the page will rank higher. Its main value is practical: it helps people understand whether a page matches their intent before they visit it.

It can affect:

  • Snippet clarity: a specific description makes the result easier to understand.
  • Search intent alignment: the text can confirm that the page answers the user's problem or question.
  • Preview context: some tools may use the description as fallback summary text when more specific preview data is missing.
  • Editorial maintenance: duplicated or generic descriptions often reveal templates that need attention.

Note: a missing meta description does not mean the page is compromised or invisible. It means the page lacks an explicit summary that may help users and systems interpret it more quickly.

How this is checked

The scanner fetches the analyzed page, reads the HTML of the final response, and observes whether a meta description is present.

The current check verifies:

  • whether the page is reachable and returns a useful response;
  • whether at least one meta name="description" tag exists;
  • whether the description is empty or contains text;
  • the approximate length of the detected text;
  • whether multiple meta description tags appear on the same page.

Today the check treats roughly 50 to 160 characters as a common readable range. This is not an absolute rule. It is a practical signal for spotting descriptions that may provide too little context or may be too long for many previews.

Possible findings

Each finding should be read as a review signal, not as an automatic penalty.

Missing meta description

The page does not expose a meta description. Search engines can still generate a snippet from the page content, but the site is not providing an explicit summary.

Empty meta description

The tag is present, but it does not contain useful text. In practice, this is similar to a missing description, with an extra sign of incomplete configuration.

Meta description too short

A very short description may not provide enough context. It is not automatically wrong, but it can often be made more useful.

Meta description too long

A very long description may be truncated in previews. The goal is not to hit a perfect number, but to keep the message readable and focused.

Duplicate or multiple meta descriptions

If a page contains multiple description tags, the signal can become less clear. If many pages use the same generic description, users may struggle to distinguish the results.

  1. If it is missing: add a concise, specific description of the page content.
  2. If it is empty or generic: rewrite it around the question or need the page answers.
  3. If it is too short: add useful context without turning it into a long introduction.
  4. If it is too long: place the main message first and remove non-essential detail.
  5. If it is duplicated: differentiate important pages, especially homepages, services, categories, and commercial pages.

How to fix it

Write a useful description

A good meta description should:

  • summarize the real page content;
  • make sense even outside the page context;
  • use natural language, not a keyword list;
  • be different for important pages;
  • promise only what the page actually provides.

Simple example:

<meta name="description" content="Practical guide to configuring robots.txt and declaring the sitemap for a website.">

WordPress

In WordPress, the most common path is to edit the SEO description field in an SEO plugin or theme option, when available.

  • Open the page or post.
  • Find the meta description or SEO description field.
  • Write a specific description for that page.
  • Update the page and clear cache if the site uses caching plugins or a CDN.

Static site or HTML

Add or edit the tag inside the page <head>:

<head>
  <title>Page title</title>
  <meta name="description" content="Clear and specific description of the page.">
</head>

CMS / ecommerce

Many CMS platforms generate descriptions from fields such as excerpt, summary, category description, or SEO templates. If reports duplicated descriptions, check shared templates first, then review the most important pages.

How it appears in the report

In the scan report, the Meta Description check shows whether a description was detected, its approximate length, and whether it may benefit from review.

The scanner does not promise that a meta description will be shown exactly in search results. It observes the technical signal available on the page and helps users decide whether it is worth improving.

When to run a new scan

After updating the description, run a new scan to confirm that the tag is present, not empty, and better aligned with the page content.