What is a meta description?
A meta description is a short summary supplied in the document head. Google can use it for a search snippet, or choose a passage from the page that better fits the query. The visible snippet is therefore not fully under your control.
Help the right visitor choose
A description can make a result easier to evaluate. It is not a direct Google ranking factor or a substitute for useful page content. A missing-description warning should not automatically take priority over an accidentally blocked page.
Length recommendations are editorial guardrails, not Google eligibility limits. Put the useful detail early because snippets may be shortened for the device and query.
Write a compact, honest summary
Name the subject, explain the distinguishing benefit and add a useful detail: what is included, who it is for, or which question it answers. Do not add a price, delivery promise or location that the page cannot substantiate.
For many similar pages, build a template from meaningful fields such as product type and material. Review the result when fields are empty; a technically unique ID does not make a description helpful.
1. Check the actual output
Search the document head for meta name=description. There should be one intended description, not competing tags from several integrations. A page's social description is a separate field and does not replace it.
2. Draft from the page, not a keyword list
Read the main content and write one or two natural sentences. Avoid repeated calls to action or lists of near-identical search phrases. If the page itself does not explain its offer, fix that content before polishing the summary.
3. Compare the description with this page’s title
The description-unique check compares the meta description with the same page’s title. If they are identical, write a description that complements and expands on the title instead of repeating it. For example, a title of “Bicycle brake adjustment” can be paired with “Learn to align brake pads, adjust cable tension and check braking safely.” SEOTera does not currently detect duplicate descriptions across different pages.
4. Validate after publishing
Reload the source and check quotes, punctuation and special characters. Record the change, then review query-level performance after recrawling. If Google still chooses other text, check whether that passage answers the query more directly; rewriting the tag repeatedly is not a reliable remedy.
Example: describe the actual guide
This description tells the reader what the page teaches. Replace it with details from your own content, and escape quotes when writing raw HTML.
<meta name="description" content="Learn to adjust bicycle brake pads, check cable tension and recognize when a worn cable needs replacing.">Next.js App Router
Use the description metadata field in the relevant server page. For dynamic routes, generate the text from validated page data. Do not also inject a second description manually.
export const metadata = {
description: "Learn to adjust bicycle brake pads and check cable tension.",
};Related SEOTera checks
These checks cover signals within this topic. An observation or warning needs context; it does not always mean a change is required.
- Meta description
description-presence - Meta description count
description-count - Meta description length
description-length - Meta description uniqueness
description-unique
Sources and further reading
Related guides
Check your page with SEOTera
Run a single-page audit, then use the findings and these guides to decide what to address.
Check your page with SEOTera