Skip to main content
The Social panel shows the Open Graph and Twitter Card meta tags on the current page. These tags control how your content appears when shared on social media platforms, messaging apps, and other services that generate link previews.

What it shows

Open Graph tags

Open Graph tags (og:) are used by Facebook, LinkedIn, Discord, Slack, and most platforms:
TagPurpose
og:titleTitle shown in link previews
og:descriptionDescription text in link previews
og:imagePreview image
og:urlCanonical URL for the shared page
og:typeContent type (article, website, product, etc.)
og:site_nameSite name displayed above the title

Twitter Card tags

Twitter Card tags (twitter:) control how links appear on X (Twitter):
TagPurpose
twitter:cardCard type (summary, summary_large_image, etc.)
twitter:titleTitle for the card
twitter:descriptionDescription text
twitter:imageCard image
twitter:siteThe site’s Twitter handle

What to look for

  • Missing tags — pages without Open Graph tags get unpredictable previews when shared
  • Missing images — links without og:image display text-only previews, which get far less engagement
  • Truncated text — titles over ~60 characters and descriptions over ~155 characters may be cut off
  • Wrong image dimensions — Facebook recommends 1200x630px for og:image; Twitter summary_large_image works best at 2:1 ratio

Next steps