Add a <meta property="og:description"> tag to structured pages for better social share previews.
By Seoxpert Editorial · Published · Updated
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.
Missing og:description leads to poor or confusing social share previews, potentially reducing engagement.
An automated crawler checks for the presence of a <meta property="og:description"> tag in the page's <head> section.
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>Yes, you can often reuse the meta description, but make sure it fits the social sharing context.
Social platforms may display random or irrelevant text from your page, leading to poor share previews.
Aim for 100-200 characters to ensure it displays well across platforms.
It's recommended for all public, shareable pages to improve social sharing appearance.
Run a scan to see if Quick Win: Add OG Description to Well-Structured Pages affects your pages.
Scan my website →