Incomplete Open Graph Tags
What This Means
The page has at least one Open Graph meta property, but at least one of the four required core tags — og:title, og:description, og:image, or og:url — is missing from the <head>.
Why It Matters for SEO
Partial OG implementation is worse than no implementation in some respects — it signals that someone has started adding OG tags but has not completed the set. The missing tags create predictable problems: a missing og:image commonly produces a share card with no image or a random scraped thumbnail; a missing og:description leaves the share card without a description or with scraped body text; a missing og:url may cause the wrong URL to be associated with the share.
This is a warning because the partial implementation is detectable — the platform knows at least one OG tag exists — which makes the gap more targeted than a completely missing implementation.
What the Platform Checks
After finding at least one og: property in the page head, the platform specifically checks for all four required properties: og:title, og:description, og:image, and og:url. Fires when at least one of these four is present and at least one is missing.
How to Fix It
Identify which of the four tags is missing and add it. Each has specific requirements:
og:title— The share headline. Can match or slightly differ from the page<title>.og:description— 1-2 sentence summary for the share card. Can match or differ slightly from the meta description.og:image— Absolute URL to the image. Must be accessible without authentication. Recommended size: 1200×630px. Facebook requires at least 600×314px.og:url— The canonical URL of the page. Must be an absolute URL including protocol.
After adding the missing tags, use a sharing debugger (Facebook, LinkedIn, or Twitter card validator) to confirm the preview renders correctly.
Find every pagewith incomplete OG tags
The audit identifies exactly which OG tags are missing per page so you can complete the implementation efficiently.