How to Fix a Meta Description That's Too Long
A "meta description too long" notice means your page's meta description exceeds the width Google renders in search results, so the tail gets cut with an ellipsis. It's a low-severity, cosmetic issue that won't hurt rankings, but a truncated description weakens your click-through pitch and can lop off your call to action. The fix is simple: trim the description to fit the visible window and keep the compelling part up front.
What this means
Google doesn't cut meta descriptions at a fixed character count. It truncates based on pixel width, which works out to roughly 155-160 characters on desktop and closer to 120-130 on mobile. When your <meta name="description"> runs longer than that window, Google shows the first portion and appends an ellipsis (...), dropping whatever came after.
This audit flags pages whose description exceeds the safe threshold (around 160 characters). The long_meta_description code is a notice, not an error. The description still works, it just won't display in full. Nothing about your page is broken and nothing is penalized. The concern is purely about what searchers see: if the meaningful part of your pitch sits past the cutoff, it never reaches the reader.
Worth knowing: Google frequently rewrites or ignores your meta description and generates its own snippet from on-page text to match the query. Length is one input to how your snippet looks, not a guarantee. Writing a tight, relevant description makes it more likely Google uses yours as written.
Why it matters
The meta description is your ad copy in the search results. It isn't a direct ranking signal, but it heavily influences click-through rate, and CTR shapes how much traffic a given ranking actually earns. A description that gets chopped mid-sentence looks unpolished and often loses the most persuasive line: the offer, the benefit, or the call to action you deliberately placed at the end.
The most common failure mode is burying the lede. If you front-load context and save the hook for the last 30 characters, truncation deletes exactly the words meant to earn the click. Keeping the description within the visible window guarantees the reader sees your full message.
There's an answer-engine angle too. Google's AI Overviews, ChatGPT search, and Perplexity crawl your page and often surface the meta description (or a snippet derived from it) as a concise summary of what the page covers. A clear, self-contained description that states what the page is about, without depending on a cut-off second half, reads better both to a human scanning a SERP and to a model summarizing your page. Overlong, rambling descriptions are more likely to be truncated or rewritten in ways you can't control.
How to fix it
- 1
Measure the current description and set a target
Check the actual length of your
<meta name="description">content, counting spaces. Aim for 150-160 characters as an upper bound so it survives desktop truncation, and treat 120-130 as the sweet spot if mobile searchers matter for this page. Don't obsess over hitting the maximum. A punchy 130-character description often outperforms a padded 160. - 2
Front-load the message and cut the filler
Rewrite so the most important information (the primary benefit, the answer, or the call to action) appears in the first 120 characters. Move it up, then trim redundant phrasing, repeated brand names, and boilerplate. Every page needs its own unique description, so don't reuse a generic site-wide sentence. Include the target keyword naturally near the front, since Google bolds matched terms in the snippet and that draws the eye.
- 3
Update the tag in your CMS or template
Edit the description field for the specific page. In most platforms this is a dedicated SEO field rather than raw HTML. Save, then confirm the new value is actually in the page source: view the rendered HTML and look for the
<meta name="description">tag to make sure your edit took and no plugin is overriding it. - 4
Preview the SERP snippet before publishing
Use a SERP preview tool (Yoast, Rank Math, and Ahrefs all include one, or use any free SERP simulator) to see where the ellipsis falls on both desktop and mobile. Adjust until the full sentence fits with a few characters to spare. These tools are approximations. Google renders by pixel width, so wide characters like W and M eat more space than i and l.
- 5
Request re-crawl and re-audit
Google picks up the change on its next crawl, which can take days to weeks for lower-priority pages. To speed it up, submit the URL in Google Search Console with the URL Inspection tool and click Request Indexing. Then re-run the audit to clear the notice. Even after the fix, Google may still generate its own snippet for certain queries. That's normal and not a sign your fix failed.
Example
<!-- Too long: ~205 chars, tail gets cut with an ellipsis -->
<meta name="description" content="Our free SEO audit tool scans your website for over 40 technical and on-page issues, checks your AI visibility across ChatGPT and Perplexity, and gives you a prioritized fix list so you can improve rankings fast today.">
<!-- Fixed: ~150 chars, benefit and CTA up front, fits the window -->
<meta name="description" content="Run a free SEO and AI-visibility audit in seconds. Get a prioritized list of on-page, technical, and AEO fixes to boost your rankings. No signup.">A meta description trimmed to fit the visible SERP window, with the key benefit and call to action placed up front so nothing important gets truncated.
Platform-specific steps
Edit the post or page, scroll to the Yoast or Rank Math SEO box below the editor, and update the Meta description field. Both plugins show a live length bar (green = good, orange/red = too long) and a SERP preview for desktop and mobile. Don't paste the description into the page body; it belongs only in that SEO field. If the field is empty, the plugin may be auto-generating a description from a template under its Settings. Edit the template or set a per-page value to override it.
Open the product, collection, page, or blog post, scroll to the Search engine listing section, and click Edit. Update the Description field. Shopify shows a character counter and a live preview. For the homepage, go to Online Store > Preferences and edit the homepage meta description there. If you use an SEO app like Smart SEO or Yoast for Shopify, check whether it's overriding the native field.
Open the SEO settings for the specific page. In the Editor, go to the Pages menu > Settings > SEO Basics, or use the SEO Dashboard. Edit the Description field under the What visitors see on Google section, which includes a preview and length guidance. Wix applies a default pattern site-wide, so make sure you're editing the individual page and not just the global template.
Squarespace uses the page's SEO Description field. Open Pages, click the gear icon next to the page, and go to the SEO tab to edit the Search Engine Description. For blog posts, open the post's settings and use its SEO tab. If a field is blank, Squarespace falls back to a site-wide SEO description set under Settings > Marketing > SEO, so update that fallback too if needed.
In static HTML, edit the tag directly in the document head: <meta name="description" content="Your trimmed, under-160-character description here.">. In the Next.js App Router, set it via the Metadata API: export const metadata = { description: '...' } from the page, or return it from generateMetadata() for dynamic pages. In the older Pages Router, render <meta name="description"> inside next/head. Ensure only one description tag renders per page so a layout-level default doesn't duplicate a page-level one.
Frequently asked
Aim for about 150-160 characters as a maximum, with 120-130 being a safe target that displays fully on both desktop and mobile. Google truncates by pixel width rather than an exact character count, so these numbers are guidelines, not hard limits. Put the important words first so nothing critical gets cut.
No. Meta description length is not a ranking factor, which is why this is flagged as a low-severity notice rather than an error. The only downside is that the truncated tail won't display in search results, which can weaken your click-through rate if your call to action gets cut off. Fixing it improves how your listing looks, not where it ranks.
Google rewrites or replaces meta descriptions when it decides a snippet pulled from your page body better matches the searcher's query. This is common and expected. Writing a concise, relevant, keyword-inclusive description that fits the visible window increases the odds Google uses yours as written, but there's no way to force it.
Indirectly, yes. AI answer engines and Google's AI Overviews crawl your page and often use the meta description or a page-derived snippet to summarize what the content covers. A clear, self-contained description that doesn't rely on a cut-off second half reads better to both humans and models, making your page easier to cite accurately.
It depends on how often Google crawls the page. High-authority or frequently updated pages may update within days; lower-priority pages can take weeks. Submit the URL via Search Console's URL Inspection tool and request indexing to speed things up, then re-run your audit to confirm the notice has cleared.
Does your site have this issue?
Run a free, AI-powered audit and we’ll flag this and 150+ other checks in about a minute. No signup.