Social Sharing

What Is the og:title Tag, and Why Does It Control Link Previews?

The headline shown when someone shares your link isn't always your page's actual title β€” this tag decides it.

What it is

og:title (short for "Open Graph title") is a specific meta tag, <meta property="og:title" content="...">, that tells social platforms and messaging apps exactly what headline to show when someone shares a link to your page. Open Graph is a shared standard originally created by Facebook that most major platforms β€” Facebook, LinkedIn, Slack, WhatsApp, and others β€” now use to build the preview card shown for a shared link.

Without it, most platforms will fall back to using your regular page title instead, which often works out fine β€” but it means you have no separate control over what specifically appears in that shared context if you'd want it to read differently.

Why it matters

When a link is shared, the preview card (headline, description, and image together) is often the only information someone sees before deciding whether to click β€” they haven't visited your site yet, so this preview is doing all the persuading. Relying entirely on the fallback behavior means giving up control over one of the highest-impact pieces of text your page has, in exactly the context where first impressions matter the most.

Setting og:title explicitly also protects against a fallback grabbing something unintended β€” some platforms fall back to a generic site name or an oddly truncated version of your title if this tag isn't present.

How to fix it

  1. Write a specific, compelling headline for how you'd want this page to look when shared, similar in spirit to your title tag but written to catch attention specifically in a social feed.
  2. Add <meta property="og:title" content="Your headline here"> inside the page's <head> section.
  3. If you're using a website builder (Squarespace, Wix, Webflow, WordPress with an SEO plugin), look for a "Social Share" or "Open Graph" settings section on that page rather than editing code directly.
  4. Test the result using Facebook's free Sharing Debugger tool or LinkedIn's Post Inspector, both of which show exactly how your link will preview.
  5. Re-run your Launch Readiness check to confirm the tag is now detected.

Check whether your own site has this problem

Launch Readiness scans your site for this and ~50 other pre-launch issues in seconds β€” free, no signup.

Run a free check