OpenGraph Tags: Your Social SERP
When your page is shared on LinkedIn, X, Slack, or iMessage, OpenGraph tags control what the recipient sees. Without them, your link is a bare URL. With them, it is a premium visual card that drives clicks.
The 8 Required Meta Tags
<!-- OpenGraph --> <meta property="og:title" content="…" /> <meta property="og:description" content="…" /> <meta property="og:image" content="https://…/og-image.jpg" /> <meta property="og:url" content="https://…/page" /> <meta property="og:type" content="article" /> <!-- Twitter / X Cards --> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="…" /> <meta name="twitter:image" content="https://…/og-image.jpg" />
og:titleThe title of your page optimized for social sharing CTR.
og:descriptionA compelling 2-3 sentence description (max ~300 chars).
og:imageAbsolute URL to a 1200×630px image. JPEG or PNG.
og:urlThe canonical URL of the page being shared.
og:typeUsually 'website' for pages, 'article' for blog posts.
twitter:cardSet to 'summary_large_image' for full-width hero image.
twitter:titleCan mirror og:title or be phrased more conversationally.
twitter:imageAbsolute URL to the card image (same as og:image).
The og:image Specification
Dimensions
1200 × 630 px
1.91:1 aspect ratio — renders on all major platforms
Format
JPEG or PNG
WebP not universally supported across all platforms
Minimum Size
600 × 315 px
Below this LinkedIn and Facebook may refuse to render
The Indirect SEO Flywheel
OG tags do not directly move rankings. But they power a flywheel: a well-designed social card generates more clicks → more referral traffic → higher dwell time signals → journalists and bloggers click through, discover great content, and link to it editorially → those backlinks move rankings.
A page with a generic or missing og:image gets shared as bare text. A page with a striking 1200×630 branded image gets shared as a visual asset. Over hundreds of shares, the CTR difference is decisive.
Murkuz AI SEO Scorecard Criteria
og:image Validation
High-resolution 1200×630px image specified, accessible, and returning 200 status for every indexable page.
og:title Consistency
Social title optimized for share CTR independently from the HTML title tag.
Twitter Card Setup
summary_large_image twitter:card type configured correctly with absolute-URL twitter:image on all pages.
Frequently Asked Questions
Do OpenGraph tags directly affect Google search rankings?
OpenGraph tags are not a direct Google ranking factor. They do not influence how a page ranks in organic search results. However, they have a powerful indirect effect: highly engaging social cards (driven by og:image and og:title) dramatically increase click-through rates on social shares, which generates referral traffic, natural backlinks from journalists and publishers, and brand mentions — all of which are genuine SEO signals. A page with no og:image shares as a bare link; a page with a compelling visual card shares as a premium asset.
What is the optimal og:image size?
The universally recommended og:image dimensions are 1200×630 pixels at a 1.91:1 aspect ratio. This renders correctly on Facebook, LinkedIn, X (Twitter), Slack, WhatsApp, iMessage, and Discord. For X specifically, summary_large_image cards use the same 1200×628 (or 1200×600) ratio. Always serve your og:image at a minimum of 600×315 pixels; below this LinkedIn and Facebook may refuse to render it. Serve the image as JPEG or PNG — WebP is technically supported on some platforms but not all.
What is the difference between og:title and the page's HTML title tag?
They serve different purposes and can be — and often should be — different. The HTML title tag is optimized for search engine CTR: short, front-loaded with keywords, with year/bracket modifiers. The og:title is optimized for social sharing CTR: it can be more conversational, phrased as a compelling hook, and can be up to 300 characters (though ~60-90 characters is optimal for card display). Example: HTML title: 'Canonical Tags Guide [2026] | Murkuz'. OG title: 'Why Your Canonical Tags Are Silently Killing Your Rankings'.
Are Twitter Card meta tags still relevant after X's rebranding?
Yes. Despite the X rebrand, the twitter: meta tag namespace is still the standard mechanism for controlling how links appear in X posts. You must implement twitter:card, twitter:title, twitter:description, and twitter:image separately from your og: tags, even though most platforms use og: as a fallback. The twitter:card type 'summary_large_image' renders the image prominently above the link title and consistently generates higher engagement than the default 'summary' card.
Written by Junaid Khalid