We respect your privacy.

We use strictly necessary cookies to keep you signed in and to protect against CSRF. With your permission we also use a small amount of first-party analytics to improve the product. We do not sell your data and we do not use third-party advertising trackers. See our cookie policy and privacy policy .

← All learn topics

Rule page.meta-description.too-long

Trim the meta description to ≤ 160 chars

page.meta-description.too-long is a check in Crawlmind's site audit that grades low-impact issues of this kind. This page explains why the rule matters and the exact fix.

Impact: lowEffort: lowFixable: 1-click

Why it matters

Google truncates meta descriptions past ~160 characters in the SERP: the tail of your sentence is replaced by an ellipsis. AI assistants quoting the meta description also key off the truncated form, so anything past the cutoff is wasted. Lead with the value proposition; cut hedge words and brand suffixes.

The fix

```html
<!-- Aim for 140–160 characters. -->
<meta name="description" content="…">
```

Quick sanity check: open the page source, count characters. If you're past 160, the most-cuttable phrases are usually marketing-fluff openers ("We're the leading provider of...") and brand-name suffixes already shown in the title.

References