Info SEO

Meta Description Too Long — Optimize for Search Results Display

Google typically shows 150-160 characters in search result snippets.

What's the issue?

Your <meta name="description"> exceeds 160 characters. Google typically displays 150-160 characters in search result snippets, so content beyond that limit is cut off with an ellipsis.

Why it matters

  • Truncated message — Your carefully crafted pitch gets cut mid-sentence
  • Lost call to action — If your CTA is at the end, it may not be visible
  • Inconsistent display — Different devices and search engines truncate at different points

How Google handles long descriptions

Google's snippet display depends on:

  • Device — Mobile shows fewer characters than desktop
  • Pixel width — Wide characters reduce the visible count
  • Search query — Google may show a different portion of your description based on the query
Context Approximate limit
Desktop ~155-160 chars
Mobile ~120-130 chars

How to fix it

Trim to 150-160 characters while keeping the core message:

<!-- Too long (200+ chars) -->
<meta name="description" content="This is our comprehensive resource for learning all about web development including HTML, CSS, JavaScript, and many popular frameworks like React, Vue, Angular, and Svelte with tutorials for beginners and advanced developers" />

<!-- Better (155 chars) -->
<meta name="description" content="Learn web development with tutorials on HTML, CSS, JavaScript, React, and more. Free resources for beginners to advanced developers." />

Tips for concise descriptions

  1. Lead with the value — Most important info first
  2. One clear message — Don't list everything
  3. Cut redundant words — "and many more" can usually be removed
  4. Use active voice — Shorter and more compelling

Related articles