og:title removed: when your social shares lose their title

In brief

og:title removed means your social shares no longer have a controlled title: platforms fall back to the title tag or improvise. It is a social-preview flaw, not a ranking issue, and it is fixed by restoring a single tag.

WarningP2 — CTR / SERP

What is it?

The Open Graph title (og:title) is gone.

Why it hurts SEO and AI

Without og:title, social platforms use the title tag or improvise. Impact limited to how shares render — not SEO — but it is a degraded storefront with a zero-cost fix.

When it is NOT a problem

  • The page is not meant to be shared on social networks (technical page, back office, checkout flow).
  • The page title is already perfect for sharing: platforms will use it when og:title is missing.
  • You are on the very first crawl of the page: Seogard does not alert until it has a baseline.
Before
<head>
  <title>Trail running shoes - MySite</title>
  <!-- og:title missing -->
</head>
After
<head>
  <title>Trail running shoes - MySite</title>
  <meta property="og:title" content="Trail running shoes: our 2026 picks">
</head>

Without og:title, the social platform improvises from the title tag; with it, you control exactly what title shows in the share.

How to fix it

  1. Open the page source and look for the meta property="og:title" tag.
  2. Restore it in the head with a title written for sharing (compelling, not truncated).
  3. Test the share preview with a network validator (Facebook Sharing Debugger, LinkedIn Post Inspector).
  4. Re-crawl the page to confirm the tag is back.

This scan checks the meta tags: title, description and Open Graph

Is this issue on your site?

Did your Open Graph tags vanish after a deploy? Enter a URL: Seogard compares the raw HTML and the JavaScript render and tells you if og:title is missing on your pages. Free, no credit card.

  • No credit card
  • Result in ~30 s

What you get back

Clean, controlled shares on every platform.

Seogard catches this regression automatically — through its monitoring for your metas and canonicals.

Frequently asked questions

Is a missing og:title bad for SEO?

No, Open Graph does not affect Google ranking. The impact is limited to how your shares look on social networks and messaging apps.

What happens when og:title is missing?

The social platform falls back to the title tag, or improvises from the content: you lose control of the title shown when the page is shared.

Related rules

Related case: Missing Open Graph

Updated July 10, 2026