Seoxpert.io
lowBest Practices

Quick Win: Add OG Description to Well-Structured Pages

Add a <meta property="og:description"> tag to structured pages for better social share previews.

By Seoxpert Editorial · Published · Updated

Why it matters

The og:description tag controls the summary text shown when your page is shared on social media or messaging apps. Without it, platforms may display irrelevant or awkward snippets from your page. This can reduce click-through rates and harm your brand's presentation.

Impact

Missing og:description leads to poor or confusing social share previews, potentially reducing engagement.

How it's detected

An automated crawler checks for the presence of a <meta property="og:description"> tag in the page's <head> section.

Common causes

  • Forgetting to add Open Graph tags during page setup
  • Relying solely on meta description without mapping it to og:description
  • CMS or template does not output og:description by default
  • Assuming social platforms will extract the correct summary automatically

How to fix it

Add a <meta property="og:description" content="..."> tag in the <head> of each structured page. The content should be a 100-200 character summary tailored for social sharing. You can often reuse your existing meta description, but ensure it is appropriate for social context.

Code examples

Missing og:description (problem)

<head>
  <meta property="og:title" content="Example Page">
  <!-- og:description is missing -->
</head>

Correct og:description (fix)

<head>
  <meta property="og:title" content="Example Page">
  <meta property="og:description" content="This is a concise summary of the page, ideal for social sharing.">
</head>

FAQ

Can I use the meta description as the og:description?

Yes, you can often reuse the meta description, but make sure it fits the social sharing context.

What happens if I don't add og:description?

Social platforms may display random or irrelevant text from your page, leading to poor share previews.

How long should the og:description be?

Aim for 100-200 characters to ensure it displays well across platforms.

Do all pages need og:description?

It's recommended for all public, shareable pages to improve social sharing appearance.

Found this issue on your site?

Run a scan to see if Quick Win: Add OG Description to Well-Structured Pages affects your pages.

Scan my website →