On-page and content
How to fix meta description problems
The meta description is the sentence under your link in search results. It is not a ranking factor, which is exactly why it gets neglected — and it is what decides whether anybody clicks the result you worked to earn. Three faults account for almost all of it.
Pages with no meta description
The meta description is the grey line under your result in Google. Leave it out and Google writes one for you, usually by grabbing whatever sentence comes first. It will not move your ranking, but it decides how many people who see your result actually click.
What it is
<meta name="description">) that search engines may use as the snippet under your title. It is a marketing line, not a ranking factor.Why it costs you
How to fix it
Write a description of roughly 50–160 characters that says what the page offers and why to choose it.
- WordPress: Yoast and Rank Math give every page a “Meta description” field with a live length gauge. Fill it for key pages; set a sensible template for the rest.
- Shopify: each product, collection, and page has a “Search engine listing → Description” field in the admin. Fill it rather than leaving Shopify to guess.
- Hand-coded: add
<meta name="description" content="...">to each page head, generated from the page’s own summary field.
How to check your site
View source and look for <meta name="description">. Empty or absent means Google is writing your snippet. Crawl the site to find every page missing one.
What this looks like in practice
A B2B site had descriptions on its homepage and nowhere else. Adding them to the top twenty landing pages lifted click-through on those results noticeably, with no change in position: same rankings, more clicks.
Questions people ask
- Does a meta description affect ranking?
- No, not directly. It affects click-through, which matters on its own and can influence rankings indirectly.
- Should every page have a unique one?
- The important ones, yes. For large sets of similar pages, a good template beats a repeated line, and a repeated line beats a truncated auto-snippet.
Descriptions too short or too long
These descriptions are too short to be useful, or long enough to be truncated in results.
What it is, and what it costs
How to fix it
Aim for roughly 50–160 characters: one or two clear sentences that give a reason to choose your result. Front-load the point in case it gets trimmed on mobile.
How to check your site
Crawl the site and flag descriptions under ~50 or over ~160 characters.
Related: pages missing a description, and duplicate descriptions.
Questions people ask
- Is there a hard character limit?
- Google measures by pixels and truncates around 155–160 characters on desktop, less on mobile. Treat ~155 as the ceiling.
Pages sharing one description
Several pages share the same description, so their search results read identically and none of them makes a case for itself.
What it is, and what it costs
How to fix it
Write a description per page, or where that is impractical for large sets, let Google generate one rather than repeating the same line everywhere. A good template that inserts the page's unique detail beats a static repeat.
How to check your site
Crawl the site and group pages by description; anything shared is a duplicate.
Related: pages missing a description, and description length.
Questions people ask
- Is a repeated description worse than none?
- Marginally: a relevant auto-snippet can beat a generic repeated line. A unique description beats both.
Does your site have this?
Check your site to see which pages are missing a description.
See also
- How to fix title tag problemsThe title tag is the line people read in search results, and the strongest single signal on the page about what it is for. Four things go wrong with it, and a site with one of them usually has two. Each is below, with what it costs and how to put it right.
- How to fix H1 heading problemsThe H1 is the visible heading that tells a reader — and a search engine — what a page is about before either goes any further. Three faults are common, and a template is behind most of them, which means one fix usually clears the whole site.
- How to fix a broken heading structureThe headings on these pages skip levels, for example an H4 directly under an H2. Screen readers use the heading outline to navigate, and search engines use it to understand how a page is organised.
- How to add alt text to your imagesImages on these pages have no alt attribute. Alt text is what screen-reader users hear instead of the image, what appears when it fails to load, and what puts your images in image search.