Missing Open Graph Tags Make Your Links Look Broken

Published on June 08, 2026

Open Graph and Twitter Card tags tell other platforms how your page should look when someone shares it: the title, the description, the preview image. When they're missing, the platform guesses. Sometimes it grabs a random logo, sometimes it shows a bare URL with no image, sometimes it shows nothing at all.

If this action item showed up in your audit, the agent found pages with no Open Graph or Twitter Card tags and no default share image. Here's what that costs you and how to decide whether to fix it.

Why missing Open Graph tags matter for AI traffic

AI citation is a retrieval game, and retrieval starts with a machine reading a clean, labeled summary of your page. Open Graph tags hand it one. They state plainly what the page is: its title, its description, its canonical URL, a representative image. Strip those tags out and a model or platform has to infer all that from raw HTML. Inference is where you lose.

There's also a direct search impact. Google says it uses the og:title tag as one source when it generates the title link in your search results. So a missing or weak og:title doesn't just hurt social previews. It pulls one of the inputs Google uses to decide what your page is even called.

Then there's the human side. AI answers cite sources, and people click those citations. When someone pastes your link into Slack, Discord, or LinkedIn to share what they found, a page with no image and no description looks broken or sketchy. A clear preview image can significantly lift click-through, and clicks feed the engagement signals that loop back into both search and AI visibility. No preview, fewer clicks.

What approving this fix does

Approving this action item tells the agent to add the metadata platforms and crawlers expect: the four properties the Open Graph protocol requires on every page (og:title, og:type, og:image, og:url). The agent also adds the matching Twitter Card tags (twitter:card, twitter:title, twitter:description) so X renders a large image card instead of a plain link.

It also sets a default share image. The standard is 1200x630 pixels at a 1.91:1 ratio, which renders cleanly across Facebook, LinkedIn, Slack, and X (keep the important content in a centered safe zone, since some platforms still crop). If a page already has a relevant image, the agent uses it. If not, it falls back to a site-wide default so no page ever shares as a blank rectangle.

The point is to stop platforms from guessing. You give every page an explicit, correct answer to "what is this, and what should it look like when shared."

When to approve, and when to skip

Approve this when:

  • You have pages people actually share or that AI engines might cite: blog posts, product pages, landing pages, anything that earns links.
  • Your previews look bad or empty when pasted into a chat app. Test one link; you'll know in two seconds.
  • You don't have a site-wide default image yet. This is the cheap, high-leverage version of the fix.

Think twice when:

  • The pages are private, gated, or noindexed. A login screen doesn't need a share image.
  • You already have Open Graph tags and this is flagging one edge case. Duplicate or conflicting tags can make previews worse, not better. Confirm the tags are genuinely absent first.

This is one of the lower-risk, lower-effort fixes in most audits. The metadata is small, it doesn't touch your visible content, and it can't hurt your rankings. The only real question is whether you care how your links look when they travel. If you want AI-driven traffic, you should.

How the fix gets applied

Once you approve, the agent generates the Open Graph and Twitter Card tags for each affected page, sets the image (page-specific where one exists, default otherwise), and publishes through your site's connection. The tags go in the page head where crawlers and social platforms read them. Nothing changes on the visible page. The next time someone shares a link, the preview is correct.

Frequently asked questions

Do Open Graph tags improve my Google rankings? Not directly. They aren't a ranking factor. But Google does use og:title as one source for your title link, and better previews drive more clicks and shares, which are real signals. The effect is indirect but real.

What's the right size for an og:image? 1200x630 pixels, a 1.91:1 ratio. That renders cleanly across Facebook, LinkedIn, Slack, and X. Keep the file under about 1MB, and keep text and logos in a centered safe zone so nothing gets clipped on platforms that crop.

What's the difference between Open Graph and Twitter Cards? Open Graph (the og: tags) is the protocol most platforms read. Twitter Cards (the twitter: tags) are X's own format. X falls back to Open Graph when its own tags are missing, but adding both gives you control over how the card renders on X specifically.

Will this fix get me cited by AI? No single tag does that. But missing Open Graph metadata makes your page harder to read, harder to preview, and less clickable when an AI engine surfaces it. Adding the tags removes a friction point. It's a precondition for looking credible, not a guarantee of getting picked.

Sources