Open Graph Meta Tags: The Complete Guide for 2026

Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.

LT
LinkPeek TeamOG Experts
May 23, 2026·12 min read

What Are Open Graph Meta Tags?

Open Graph (OG) tags are snippets of HTML that control how your web pages appear when shared on social media, messaging apps, and other platforms. They were created by Facebook in 2010 and have since become the universal standard for link previews across the internet.

When someone shares your URL on WhatsApp, Twitter, LinkedIn, Slack, Discord, Instagram, or Facebook, these platforms read your OG tags to decide:

  • What image to show
  • What title to display
  • What description to include
  • What site name to attribute

Without OG tags, platforms either show nothing or guess—and they usually guess badly.


The Essential OG Tags (Every Page Needs These)

1. og:title — The Headline

html
<meta property="og:title" content="Your Page Title" />

This is the bold headline in link previews. Keep it under 60 characters for universal compatibility (WhatsApp truncates at ~65, Twitter at ~70).

Tips:

  • Don't duplicate your </code> tag verbatim—write a more compelling, shareable version</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Don't use ALL CAPS (looks spammy, hurts CTR)</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Include your primary keyword naturally</li></ul><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">2. <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:description</code> — The Subtitle</h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:description" content="A brief, compelling summary" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">The supporting text beneath the title. Aim for <strong>150 characters</strong> as the safe universal limit.</p><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base"><strong>Tips:</strong></p><ul class="blog-list list-none pl-6 my-4"><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Include a call-to-action or value proposition</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Don't stuff keywords—write for humans</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Different from your meta description (optimize for the sharing context)</li></ul><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">3. <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:image</code> — The Hero Image</h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:image" content="https://yoursite.com/og-image.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">The most impactful tag. Posts with images get <strong>179% more engagement</strong>. Use the golden spec: <strong>1200×630 px, JPG, under 300 KB</strong>.</p><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base"><strong>Critical rules:</strong></p><ul class="blog-list list-none pl-6 my-4"><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Must be an <strong>absolute HTTPS URL</strong></li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Only use <strong>one</strong> <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:image</code> tag (multiple = unpredictable)</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Never use SVG (unsupported on WhatsApp and Twitter)</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60">Include <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:image:width</code> and <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:image:height</code> for faster rendering</li></ul><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">4. <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:url</code> — The Canonical URL</h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:url" content="https://yoursite.com/page" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">The canonical URL for this content. This tells platforms which URL to associate the preview data with, preventing duplicate previews for the same content served at different URLs.</p><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">5. <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:type</code> — The Content Type</h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:type" content="website" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Tells platforms what kind of content this is. Common values:</p><ul class="blog-list list-none pl-6 my-4"><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">website</code> — Default for most pages</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">article</code> — Blog posts, news articles</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">product</code> — E-commerce products</li></ul><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Discord, notably, renders different <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:type</code> values with distinct styling.</p><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="recommended-but-optional-og-tags">Recommended (But Optional) OG Tags</h2><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:site_name</code></h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:site_name" content="LinkPeek" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">The name of your website. <strong>Critical for Slack</strong>, which uses it as the bold header when unfurling links. Facebook and other platforms use it as a subtle attribution label.</p><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:locale</code></h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:locale" content="en_US" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">The language and region of the content. Useful for multilingual sites.</p><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold"><code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">og:image:type</code></h3><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta property="og:image:type" content="image/jpeg" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Explicitly declares the image format. Helps platforms pre-validate the image without fetching it.</p><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="twitter-specific-tags">Twitter-Specific Tags</h2><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Twitter reads OG tags as fallbacks but has its own tag system:</p><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@yourusername" /> <meta name="twitter:creator" content="@authorname" /></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base"><strong>Note:</strong> <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">twitter:card</code> has NO OG fallback—you must include it explicitly for Twitter card functionality.</p><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="the-10-most-common-og-tag-mistakes">The 10 Most Common OG Tag Mistakes</h2><ul class="blog-list list-none pl-6 my-4"><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Relative image URLs</strong> — Must be absolute <code class="font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold">https://</code> URLs</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>HTTP instead of HTTPS</strong> — Most platforms reject HTTP images</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>SVG or GIF images</strong> — Not supported on WhatsApp; GIF not on LinkedIn</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Image too small</strong> — Below 100px (WhatsApp) or 200px (Facebook/LinkedIn)</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Image too large (file size)</strong> — Over 600 KB kills WhatsApp previews</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Duplicate title and description</strong> — Wastes the description for unique messaging</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>ALL CAPS titles</strong> — Looks unprofessional, reduces CTR</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Multiple og:image tags</strong> — Causes unpredictable platform behavior</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Blocking crawlers via robots.txt</strong> — WhatsApp, Facebook, Twitter all crawl</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Image redirect chains</strong> — LinkedIn especially fails on multi-hop redirects</li></ul><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="how-to-test-your-og-tags">How to Test Your OG Tags</h2><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">Platform-Specific Debuggers</h3><div class="my-6 overflow-x-auto rounded-xl border border-outline-variant shadow-sm bg-surface-bright/30"><table class="w-full border-collapse text-left text-sm"><thead class="bg-surface-container-low font-semibold text-xs text-on-surface"><tr><th class="p-3 border-b border-outline-variant font-semibold">Platform</th><th class="p-3 border-b border-outline-variant font-semibold">Tool</th><th class="p-3 border-b border-outline-variant font-semibold">Action</th></tr></thead><tbody class="font-body-md text-on-surface-variant"><tr class="hover:bg-surface-container-low/30 transition-colors"><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">Facebook</td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0"><a href="https://developers.facebook.com/tools/debug/" class="text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all" target="_blank" rel="noopener noreferrer">Sharing Debugger</a></td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">Click "Scrape Again"</td></tr><tr class="hover:bg-surface-container-low/30 transition-colors"><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">Twitter/X</td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0"><a href="https://cards-dev.twitter.com/validator" class="text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all" target="_blank" rel="noopener noreferrer">Card Validator</a></td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">Preview card</td></tr><tr class="hover:bg-surface-container-low/30 transition-colors"><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">LinkedIn</td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0"><a href="https://www.linkedin.com/post-inspector/" class="text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all" target="_blank" rel="noopener noreferrer">Post Inspector</a></td><td class="p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0">Click "Refresh"</td></tr></tbody></table></div><h3 class="font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold">Multi-Platform Testing</h3><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Use <a href="https://www.getlinkpeek.com" class="text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all" target="_blank" rel="noopener noreferrer">LinkPeek</a> to test your link across <strong>all 6 major platforms</strong> simultaneously. It shows you real mockups for WhatsApp, Twitter, LinkedIn, Slack, Discord, and Instagram—plus a full audit with fix code for every issue.</p><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="og-tags-and-seo">OG Tags and SEO</h2><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">Open Graph tags don't directly affect your Google search rankings. However, they <strong>indirectly boost SEO</strong> by:</p><ul class="blog-list list-none pl-6 my-4"><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Increasing CTR</strong> — Better previews → more clicks → more traffic</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Reducing bounce rate</strong> — Accurate previews set correct expectations</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Driving social signals</strong> — Higher engagement → more shares → more backlinks</li><li class="relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60"><strong>Improving Dark Social attribution</strong> — When links are shared privately (WhatsApp, Slack, iMessage), OG tags are the only data your brand controls</li></ul><hr class="my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent"/><h2 class="font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20" id="schema-markup-the-next-level">Schema Markup: The Next Level</h2><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">While OG tags control social previews, structured data (JSON-LD schema) controls how search engines and AI assistants understand your content:</p><div class="my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm"><div class="bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant"><span class="uppercase tracking-wider font-semibold text-[10px] text-outline">html</span><button class="text-sage-accent hover:text-primary transition-colors flex items-center gap-1 font-semibold text-xs bg-transparent border-none cursor-pointer p-1 rounded hover:bg-surface-container-high/40" aria-label="Copy code snippet"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg><span>Copy</span></button></div><pre class="p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs"><code><script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "headline": "Your Article Title", "image": "https://yoursite.com/og-image.jpg", "author": { "@type": "Person", "name": "Author Name" }, "datePublished": "2026-05-10", "publisher": { "@type": "Organization", "name": "Your Site Name" } } </script></code></pre></div><p class="font-body-md text-on-surface-variant mb-4 leading-relaxed text-base">This is becoming increasingly important for <strong>GEO (Generative Engine Optimization)</strong> — optimizing for AI-powered search engines like Perplexity, ChatGPT Search, and Google AI Overviews.</p></div></div><section class="mt-8 rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 sm:p-8 shadow-sm"><div class="grid gap-6 md:grid-cols-[0.9fr_1.1fr] md:items-start"><div><p class="font-label-md text-xs font-semibold uppercase tracking-wider text-sage-accent">Try LinkPeek</p><h2 class="mt-2 font-headline-lg text-2xl text-deep-forest font-semibold leading-tight">Preview the card before you share the URL</h2><p class="mt-3 text-sm leading-6 text-on-surface-variant">Test Open Graph tags, Twitter Cards, WhatsApp previews, LinkedIn cards, Slack unfurls, Discord cards, Instagram-style previews, and localhost URLs before the link reaches your audience.</p><a class="mt-5 inline-flex rounded-lg bg-deep-forest px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:bg-primary" href="/">Open the preview checker</a></div><div class="grid gap-3 sm:grid-cols-2"><a class="rounded-lg bg-surface-container-low px-4 py-3 text-sm font-semibold leading-5 text-deep-forest no-underline transition-colors hover:bg-surface-container-high" href="/tools/open-graph-preview-tool">Open Graph Preview Tool</a></div></div></section><div class="mt-8 flex flex-wrap gap-2"><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->Open Graph meta tags</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->og tags guide</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->what are Open Graph tags</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->og:title</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->og:description</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->og:image</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->meta tags for social media</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->Open Graph protocol</span><span class="px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold">#<!-- -->social media meta tags</span></div><section class="mt-16 border-t border-outline-variant pt-10"><div class="flex items-center gap-3 mb-6"><div class="w-2.5 h-2.5 rounded-full bg-primary"></div><span class="font-headline-md text-xl text-deep-forest font-bold">Continue Reading</span></div><div class="grid grid-cols-1 sm:grid-cols-2 gap-6"><a class="block no-underline group" href="/blog/clear-whatsapp-link-preview-cache"><div class="rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 transition-all duration-300 hover:shadow-md hover:border-sage-accent hover:-translate-y-0.5 flex flex-col justify-between h-full"><div><div class="flex items-center gap-2 mb-3"><span class="text-2xl">💬</span><span class="px-2.5 py-0.5 rounded bg-surface-container text-sage-accent font-label-md text-[10px] font-semibold">Troubleshooting</span></div><h4 class="font-headline-lg text-lg text-deep-forest font-semibold leading-snug group-hover:text-sage-accent transition-colors">How to Clear WhatsApp Link Preview Cache</h4></div><span class="block mt-4 font-body-sm text-xs text-on-surface-variant font-medium flex items-center gap-1"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" class="opacity-75"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>7 min read</span></div></a><a class="block no-underline group" href="/blog/preview-social-cards-before-deploying"><div class="rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 transition-all duration-300 hover:shadow-md hover:border-sage-accent hover:-translate-y-0.5 flex flex-col justify-between h-full"><div><div class="flex items-center gap-2 mb-3"><span class="text-2xl">🧪</span><span class="px-2.5 py-0.5 rounded bg-surface-container text-sage-accent font-label-md text-[10px] font-semibold">Guide</span></div><h4 class="font-headline-lg text-lg text-deep-forest font-semibold leading-snug group-hover:text-sage-accent transition-colors">How to Preview Social Cards Before Deploying</h4></div><span class="block mt-4 font-body-sm text-xs text-on-surface-variant font-medium flex items-center gap-1"><svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" class="opacity-75"><circle cx="12" cy="12" r="10"></circle><polyline points="12 6 12 12 16 14"></polyline></svg>8 min read</span></div></a></div></section></article></main><footer class="relative z-10 border-t py-8 px-4" style="border-color:rgba(0,0,0,0.05)"><div class="max-w-6xl mx-auto flex flex-col gap-6"><div class="flex flex-col sm:flex-row items-center justify-between gap-4"><p class="label-sm text-[#4f6f5b]">LinkPeek — free forever, open source</p><div class="flex flex-wrap items-center justify-center gap-6"><a class="label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline" href="/tools">Tools</a><a class="label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline" href="/blog">Blog</a><a href="https://github.com/Kedar200/Link-preview" target="_blank" rel="noopener noreferrer" class="label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]">GitHub</a><a href="https://github.com/Kedar200/Link-preview/issues/new" target="_blank" rel="noopener noreferrer" class="label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]">Report an issue</a></div></div><nav aria-label="Main LinkPeek tools" class="flex flex-wrap justify-center gap-x-5 gap-y-3 border-t border-[#1a2b21]/10 pt-5"><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/open-graph-preview-tool">Open Graph preview tool</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/whatsapp-link-preview-checker">WhatsApp link preview checker</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/linkedin-preview-checker">LinkedIn preview checker</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/twitter-card-preview">Twitter card preview tool</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/localhost-og-preview">test OG tags on localhost</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/slack-link-preview-checker">Slack link preview checker</a><a class="text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]" href="/tools/bulk-link-preview-checker">Bulk link preview checker</a></nav></div></footer><script type="application/ld+json">{"@context":"https://schema.org","@type":["Article","BlogPosting"],"headline":"Open Graph Meta Tags: The Complete Guide for 2026","description":"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.","image":"https://www.getlinkpeek.com/og-image.png","datePublished":"2026-05-10","dateModified":"2026-05-23","author":{"@type":"Person","name":"LinkPeek Team"},"publisher":{"@type":"Organization","name":"LinkPeek","url":"https://www.getlinkpeek.com","logo":{"@type":"ImageObject","url":"https://www.getlinkpeek.com/icon.png"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide"},"keywords":"Open Graph meta tags, og tags guide, what are Open Graph tags, og:title, og:description, og:image, meta tags for social media, Open Graph protocol, social media meta tags"}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.getlinkpeek.com"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://www.getlinkpeek.com/blog"},{"@type":"ListItem","position":3,"name":"Open Graph Meta Tags: The Complete Guide for 2026","item":"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide"}]}</script></div><!--$--><!--/$--><script type="application/ld+json">{"@context":"https://schema.org","@type":["SoftwareApplication","WebApplication"],"name":"LinkPeek","url":"https://www.getlinkpeek.com","alternateName":"GetLinkPeek","operatingSystem":"All","applicationCategory":"DeveloperApplication","applicationSubCategory":"Open Graph preview tool","description":"LinkPeek is a free web application for previewing Open Graph tags, Twitter cards, and platform-specific link previews across WhatsApp, LinkedIn, X, Slack, Discord and Instagram, including localhost URLs.","featureList":["Open Graph preview checker","Pixel-perfect social card mockups","High-fidelity app UI replicas","OG image preview","Twitter card preview","LinkedIn preview checker","WhatsApp link preview checker","Slack link preview checker","Discord link preview checker","Localhost Open Graph preview without ngrok","Social media link preview audit"],"offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"sameAs":["https://github.com/Kedar200/Link-preview"]}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"WebSite","name":"LinkPeek","url":"https://www.getlinkpeek.com","description":"Free Open Graph preview tool for testing WhatsApp, LinkedIn, X, Slack, Discord, Instagram, Twitter Card, and localhost link previews."}</script><script type="application/ld+json">{"@context":"https://schema.org","@type":"Organization","name":"LinkPeek","url":"https://www.getlinkpeek.com","logo":"https://www.getlinkpeek.com/icon.png","sameAs":["https://github.com/Kedar200/Link-preview"],"description":"LinkPeek builds free developer tools for Open Graph, Twitter Card, social card, and localhost link preview debugging."}</script><script src="/_next/static/chunks/0yu3k-pmkudgf.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[79520,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"\"]\n3:I[34377,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\"]\n4:I[39756,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\"]\n6:I[22016,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0axvnji.1e-28.js\"],\"\"]\n12:I[68027,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/041ksp._50192.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"blog\",\"open-graph-meta-tags-guide\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"blog\",{\"children\":[[\"slug\",\"open-graph-meta-tags-guide\",\"d\",null],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/041ksp._50192.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0abiciuep~ovs.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"google-adsense-account\",\"content\":\"ca-pub-1121997396716995\"}],[\"$\",\"$L2\",null,{\"async\":true,\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1121997396716995\",\"crossOrigin\":\"anonymous\",\"strategy\":\"beforeInteractive\"}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"$L3\",null,{}],[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"min-h-screen flex flex-col bg-[#f4f0e6]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-[#1a2b21] text-white\",\"children\":[[\"$\",\"header\",null,{\"className\":\"relative z-10 w-full pt-8 pb-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-[1400px] mx-auto px-6 sm:px-12 flex items-center justify-between\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"flex items-center gap-3 no-underline\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"30\",\"height\":\"30\",\"viewBox\":\"0 0 64 64\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"aria-label\":\"LinkPeek logo\",\"children\":[[\"$\",\"rect\",null,{\"width\":\"64\",\"height\":\"64\",\"rx\":\"14\",\"fill\":\"#2f4a3a\"}],[\"$\",\"path\",null,{\"d\":\"M14 12 H22 V44 H34 V52 H14 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"path\",null,{\"d\":\"M30 12 H38 V52 H30 V12 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"path\",null,{\"d\":\"M38 12 H44 Q54 12 54 24 Q54 36 44 36 H38 V28 H43 Q46 28 46 24 Q46 20 43 20 H38 V12 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"ellipse\",null,{\"cx\":\"44\",\"cy\":\"24\",\"rx\":\"4.5\",\"ry\":\"2.8\",\"fill\":\"#2f4a3a\"}],[\"$\",\"circle\",null,{\"cx\":\"45\",\"cy\":\"24\",\"r\":\"1.2\",\"fill\":\"#f4f0e6\"}]]}],[\"$\",\"span\",null,{\"className\":\"text-xl font-bold tracking-tight text-white\",\"children\":\"LinkPeek\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1 sm:gap-4\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/tools\",\"className\":\"flex items-center gap-2 px-4 py-2 rounded-full text-[rgba(255,255,255,0.7)] hover:text-white hover:bg-white/10 transition-all label-sm no-underline\",\"children\":[[\"$\",\"span\",null,{\"className\":\"hidden sm:inline\",\"children\":\"Tools\"}],[\"$\",\"svg\",null,{\"className\":\"sm:hidden\",\"width\":\"18\",\"height\":\"18\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"children\":[\"$\",\"path\",null,{\"d\":\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.1-3.1a6 6 0 0 1-7.9 7.9l-5.8 5.8a2.1 2.1 0 0 1-3-3l5.8-5.8a6 6 0 0 1 7.9-7.9l-3.1 3.1z\"}]}]]}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"flex items-center gap-2 px-4 py-2 rounded-full text-[rgba(255,255,255,0.7)] hover:text-white hover:bg-white/10 transition-all label-sm no-underline\",\"children\":[[\"$\",\"span\",null,{\"className\":\"hidden sm:inline\",\"children\":\"Blog\"}],[\"$\",\"svg\",null,{\"className\":\"sm:hidden\",\"width\":\"18\",\"height\":\"18\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"children\":[[\"$\",\"path\",null,{\"d\":\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"}],[\"$\",\"path\",null,{\"d\":\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"}]]}]]}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"flex items-center gap-2 px-4 py-2 rounded-full text-[rgba(255,255,255,0.7)] hover:text-white hover:bg-white/10 transition-all label-sm group\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"18\",\"height\":\"18\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\",\"children\":[\"$\",\"path\",null,{\"d\":\"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z\"}]}],\"$L7\"]}]]}]]}]}],\"$L8\"]}],\"$L9\"]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],\"$La\",\"$Lb\",\"$Lc\"]}]]}]]}],{\"children\":[\"$Ld\",{\"children\":[\"$Le\",{\"children\":[\"$Lf\",{},null,false,null]},null,false,\"$@10\"]},null,false,null]},null,false,null],\"$L11\",false]],\"m\":\"$undefined\",\"G\":[\"$12\",[\"$L13\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"as1sgU9BgyyRwaqmwmJSw\"}\n"])</script><script>self.__next_f.push([1,"15:I[97367,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"OutletBoundary\"]\n16:\"$Sreact.suspense\"\n19:I[97367,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"ViewportBoundary\"]\n1b:I[97367,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"MetadataBoundary\"]\n7:[\"$\",\"span\",null,{\"className\":\"hidden sm:inline\",\"children\":\"GitHub\"}]\n8:[\"$\",\"main\",null,{\"className\":\"max-w-[960px] mx-auto px-6 sm:px-12 pt-16 pb-24\",\"children\":[[\"$\",\"p\",null,{\"className\":\"label-sm text-white/55 mb-5\",\"children\":\"404\"}],[\"$\",\"h1\",null,{\"className\":\"h1 max-w-[760px]\",\"children\":\"Page not found\"}],[\"$\",\"p\",null,{\"className\":\"body-lg text-white/70 max-w-[640px] mt-8\",\"children\":\"This page does not exist, but the Open Graph preview checker and developer guides are still available.\"}],[\"$\",\"div\",null,{\"className\":\"mt-10 flex flex-col gap-3 sm:flex-row\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"inline-flex justify-center rounded-lg bg-[#dde6e1] px-5 py-3 text-sm font-semibold text-[#1a2b21] no-underline transition-colors hover:bg-white\",\"children\":\"Open preview checker\"}],[\"$\",\"$L6\",null,{\"href\":\"/tools\",\"className\":\"inline-flex justify-center rounded-lg border border-white/20 px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:bg-white/10\",\"children\":\"Browse tools\"}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"inline-flex justify-center rounded-lg border border-white/20 px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:bg-white/10\",\"children\":\"Read guides\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"9:[\"$\",\"footer\",null,{\"className\":\"relative z-10 border-t py-8 px-4\",\"style\":{\"borderColor\":\"rgba(0,0,0,0.05)\"},\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-6xl mx-auto flex flex-col gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row items-center justify-between gap-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"label-sm text-[#4f6f5b]\",\"children\":\"LinkPeek — free forever, open source\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center justify-center gap-6\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/tools\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline\",\"children\":\"Tools\"}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline\",\"children\":\"Blog\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]\",\"children\":\"GitHub\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview/issues/new\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]\",\"children\":\"Report an issue\"}]]}]]}],[\"$\",\"nav\",null,{\"aria-label\":\"Main LinkPeek tools\",\"className\":\"flex flex-wrap justify-center gap-x-5 gap-y-3 border-t border-[#1a2b21]/10 pt-5\",\"children\":[[[\"$\",\"$L6\",\"/tools/open-graph-preview-tool\",{\"href\":\"/tools/open-graph-preview-tool\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Open Graph preview tool\"}],[\"$\",\"$L6\",\"/tools/whatsapp-link-preview-checker\",{\"href\":\"/tools/whatsapp-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"WhatsApp link preview checker\"}],[\"$\",\"$L6\",\"/tools/linkedin-preview-checker\",{\"href\":\"/tools/linkedin-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"LinkedIn preview checker\"}],[\"$\",\"$L6\",\"/tools/twitter-card-preview\",{\"href\":\"/tools/twitter-card-preview\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Twitter card preview tool\"}],[\"$\",\"$L6\",\"/tools/localhost-og-preview\",{\"href\":\"/tools/localhost-og-preview\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"test OG tags on localhost\"}],[\"$\",\"$L6\",\"/tools/slack-link-preview-checker\",{\"href\":\"/tools/slack-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Slack link preview checker\"}]],[\"$\",\"$L6\",null,{\"href\":\"/tools/bulk-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Bulk link preview checker\"}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"a:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":[\\\"SoftwareApplication\\\",\\\"WebApplication\\\"],\\\"name\\\":\\\"LinkPeek\\\",\\\"url\\\":\\\"https://www.getlinkpeek.com\\\",\\\"alternateName\\\":\\\"GetLinkPeek\\\",\\\"operatingSystem\\\":\\\"All\\\",\\\"applicationCategory\\\":\\\"DeveloperApplication\\\",\\\"applicationSubCategory\\\":\\\"Open Graph preview tool\\\",\\\"description\\\":\\\"LinkPeek is a free web application for previewing Open Graph tags, Twitter cards, and platform-specific link previews across WhatsApp, LinkedIn, X, Slack, Discord and Instagram, including localhost URLs.\\\",\\\"featureList\\\":[\\\"Open Graph preview checker\\\",\\\"Pixel-perfect social card mockups\\\",\\\"High-fidelity app UI replicas\\\",\\\"OG image preview\\\",\\\"Twitter card preview\\\",\\\"LinkedIn preview checker\\\",\\\"WhatsApp link preview checker\\\",\\\"Slack link preview checker\\\",\\\"Discord link preview checker\\\",\\\"Localhost Open Graph preview without ngrok\\\",\\\"Social media link preview audit\\\"],\\\"offers\\\":{\\\"@type\\\":\\\"Offer\\\",\\\"price\\\":\\\"0\\\",\\\"priceCurrency\\\":\\\"USD\\\"},\\\"sameAs\\\":[\\\"https://github.com/Kedar200/Link-preview\\\"]}\"}}]\nb:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"LinkPeek\\\",\\\"url\\\":\\\"https://www.getlinkpeek.com\\\",\\\"description\\\":\\\"Free Open Graph preview tool for testing WhatsApp, LinkedIn, X, Slack, Discord, Instagram, Twitter Card, and localhost link previews.\\\"}\"}}]\nc:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"LinkPeek\\\",\\\"url\\\":\\\"https://www.getlinkpeek.com\\\",\\\"logo\\\":\\\"https://www.getlinkpeek.com/icon.png\\\",\\\"sameAs\\\":[\\\"https://github.com/Kedar200/Link-preview\\\"],\\\"description\\\":\\\"LinkPeek builds free developer tools for Open Graph, Twitter Card, social card, and localhost link preview debugging.\\\"}\"}}]\nd:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\ne:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\nf:[\"$\",\"$1\",\"c\",{\"children\":[\"$L14\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0axvnji.1e-28.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L15\",null,{\"children\":[\"$\",\"$16\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@17\"}]}]]}]\n18:[]\n10:\"$W18\"\n11:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L19\",null,{\"children\":\"$L1a\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1b\",null,{\"children\":[\"$\",\"$16\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1c\"}]}]}],null]}]\n13:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/041ksp._50192.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"14:[\"$\",\"div\",null,{\"className\":\"min-h-screen flex flex-col bg-background font-body-md relative\",\"children\":[[\"$\",\"nav\",null,{\"className\":\"relative z-30 w-full bg-[#1a2b21] border-b border-white/5 py-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-[1200px] mx-auto px-6 sm:px-12 flex items-center justify-between\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"flex items-center gap-3 no-underline\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"30\",\"height\":\"30\",\"viewBox\":\"0 0 64 64\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"aria-label\":\"LinkPeek logo\",\"children\":[[\"$\",\"rect\",null,{\"width\":\"64\",\"height\":\"64\",\"rx\":\"14\",\"fill\":\"#2f4a3a\"}],[\"$\",\"path\",null,{\"d\":\"M14 12 H22 V44 H34 V52 H14 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"path\",null,{\"d\":\"M30 12 H38 V52 H30 V12 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"path\",null,{\"d\":\"M38 12 H44 Q54 12 54 24 Q54 36 44 36 H38 V28 H43 Q46 28 46 24 Q46 20 43 20 H38 V12 Z\",\"fill\":\"#f4f0e6\"}],[\"$\",\"ellipse\",null,{\"cx\":\"44\",\"cy\":\"24\",\"rx\":\"4.5\",\"ry\":\"2.8\",\"fill\":\"#2f4a3a\"}],[\"$\",\"circle\",null,{\"cx\":\"45\",\"cy\":\"24\",\"r\":\"1.2\",\"fill\":\"#f4f0e6\"}]]}],[\"$\",\"span\",null,{\"className\":\"text-xl font-bold tracking-tight text-white\",\"children\":\"LinkPeek\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1 sm:gap-4\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"px-4 py-2 rounded-full text-[rgba(255,255,255,0.7)] hover:text-white hover:bg-white/10 transition-all label-sm no-underline\",\"children\":\"Tool\"}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"px-4 py-2 rounded-full text-white bg-white/10 label-sm no-underline font-semibold\",\"children\":\"Blog\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"flex items-center gap-2 px-4 py-2 rounded-full text-[rgba(255,255,255,0.7)] hover:text-white hover:bg-white/10 transition-all label-sm group no-underline\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"18\",\"height\":\"18\",\"viewBox\":\"0 0 24 24\",\"fill\":\"currentColor\",\"className\":\"text-white/80 group-hover:text-white transition-colors\",\"children\":[\"$\",\"path\",null,{\"d\":\"M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z\"}]}],[\"$\",\"span\",null,{\"className\":\"hidden sm:inline\",\"children\":\"GitHub\"}]]}]]}]]}]}],[\"$\",\"section\",null,{\"className\":\"bg-[#1a2b21] pb-24 pt-16 relative overflow-hidden text-surface-cream\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 pointer-events-none\",\"style\":{\"background\":\"radial-gradient(ellipse 80% 60% at 50% 0%, rgba(79,111,91,0.2) 0%, transparent 70%)\"}}],[\"$\",\"div\",null,{\"className\":\"max-w-[800px] mx-auto px-6 sm:px-8 relative z-10\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mb-6\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"font-label-md text-xs text-on-tertiary-container hover:text-white transition-colors no-underline flex items-center gap-1.5 font-semibold\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"14\",\"height\":\"14\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2.5\",\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"children\":[[\"$\",\"line\",null,{\"x1\":\"19\",\"y1\":\"12\",\"x2\":\"5\",\"y2\":\"12\"}],[\"$\",\"polyline\",null,{\"points\":\"12 19 5 12 12 5\"}]]}],\"Back to Journal\"]}],[\"$\",\"span\",null,{\"className\":\"text-on-tertiary-container/30\",\"children\":\"/\"}],[\"$\",\"span\",null,{\"className\":\"px-2.5 py-0.5 rounded bg-primary-container text-on-primary font-label-md text-xs font-semibold\",\"children\":\"Guide\"}]]}],\"$L1d\",\"$L1e\",\"$L1f\",\"$L20\"]}]]}],\"$L21\",\"$L22\",\"$L23\",\"$L24\",false]}]\n"])</script><script>self.__next_f.push([1,"1d:[\"$\",\"nav\",null,{\"className\":\"mb-6 flex flex-wrap items-center gap-2 text-xs font-mono uppercase tracking-[0.05em] text-white/45\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"text-white/60 no-underline hover:text-white\",\"children\":\"Home\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"text-white/60 no-underline hover:text-white\",\"children\":\"Blog\"}],[\"$\",\"span\",null,{\"children\":\"/\"}],[\"$\",\"span\",null,{\"className\":\"text-white/80\",\"children\":\"Open Graph Meta Tags: The Complete Guide for 2026\"}]]}]\n1e:[\"$\",\"h1\",null,{\"className\":\"font-headline-xl text-3xl sm:text-4xl md:text-5xl text-white leading-tight font-bold mb-5\",\"children\":\"Open Graph Meta Tags: The Complete Guide for 2026\"}]\n1f:[\"$\",\"p\",null,{\"className\":\"text-on-tertiary-container opacity-85 font-body-lg text-base sm:text-lg leading-relaxed max-w-[700px] mb-8\",\"children\":\"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.\"}]\n20:[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-6 border-t border-white/10 pt-6 text-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-9 h-9 rounded-full bg-primary flex items-center justify-center text-on-primary font-bold text-xs border border-white/5\",\"children\":\"LT\"}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"span\",null,{\"className\":\"block text-white font-semibold\",\"children\":\"LinkPeek Team\"}],[\"$\",\"span\",null,{\"className\":\"block text-on-tertiary-container/60 text-xs font-mono\",\"children\":\"OG Experts\"}]]}]]}],[\"$\",\"div\",null,{\"className\":\"h-6 w-px bg-white/15 hidden sm:block\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-4 text-on-tertiary-container/80\",\"children\":[[\"$\",\"span\",null,{\"className\":\"font-body-sm text-xs\",\"children\":\"May 23, 2026\"}],[\"$\",\"span\",null,{\"className\":\"opacity-30\",\"children\":\"·\"}],[\"$\",\"span\",null,{\"className\":\"font-body-sm text-xs flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"12\",\"height\":\"12\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2.5\",\"className\":\"opacity-80\",\"children\":[[\"$\",\"circle\",null,{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",null,{\"points\":\"12 6 12 12 16 14\"}]]}],\"12 min read\"]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"21:[\"$\",\"main\",null,{\"className\":\"flex-grow w-full max-w-[1200px] mx-auto px-6 sm:px-12 py-12 relative z-20 -mt-12 grid-paper-bg rounded-t-3xl border-t border-outline-variant/30\",\"children\":[\"$\",\"article\",null,{\"className\":\"max-w-[800px] mx-auto w-full pt-4 pb-20\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-lowest rounded-2xl border border-outline-variant shadow-md p-6 sm:p-10 md:p-12\",\"children\":[\"$\",\"div\",null,{\"className\":\"blog-content\",\"children\":[[\"$\",\"h2\",\"h2-0\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"what-are-open-graph-meta-tags\",\"dangerouslySetInnerHTML\":{\"__html\":\"What Are Open Graph Meta Tags?\"}}],[\"$\",\"p\",\"p-1\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Open Graph (OG) tags are snippets of HTML that control how your web pages appear when shared on social media, messaging apps, and other platforms. They were created by Facebook in 2010 and have since become the universal standard for link previews across the internet.\"}}],[\"$\",\"p\",\"p-2\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"When someone shares your URL on WhatsApp, Twitter, LinkedIn, Slack, Discord, Instagram, or Facebook, these platforms read your OG tags to decide:\"}}],[\"$\",\"ul\",\"list-3\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"What \u003cstrong\u003eimage\u003c/strong\u003e to show\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"What \u003cstrong\u003etitle\u003c/strong\u003e to display\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"What \u003cstrong\u003edescription\u003c/strong\u003e to include\"}}],[\"$\",\"li\",\"3\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"What \u003cstrong\u003esite name\u003c/strong\u003e to attribute\"}}]]}],[\"$\",\"p\",\"p-4\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Without OG tags, platforms either show nothing or guess—and they usually guess badly.\"}}],[\"$\",\"hr\",\"hr-5\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}],[\"$\",\"h2\",\"h2-6\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"the-essential-og-tags-every-page-needs-these\",\"dangerouslySetInnerHTML\":{\"__html\":\"The Essential OG Tags (Every Page Needs These)\"}}],\"$L25\",\"$L26\",\"$L27\",\"$L28\",\"$L29\",\"$L2a\",\"$L2b\",\"$L2c\",\"$L2d\",\"$L2e\",\"$L2f\",\"$L30\",\"$L31\",\"$L32\",\"$L33\",\"$L34\",\"$L35\",\"$L36\",\"$L37\",\"$L38\",\"$L39\",\"$L3a\",\"$L3b\",\"$L3c\",\"$L3d\",\"$L3e\",\"$L3f\",\"$L40\",\"$L41\",\"$L42\",\"$L43\",\"$L44\",\"$L45\",\"$L46\",\"$L47\",\"$L48\",\"$L49\",\"$L4a\",\"$L4b\",\"$L4c\",\"$L4d\",\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\",\"$L56\",\"$L57\",\"$L58\",\"$L59\",\"$L5a\",\"$L5b\",\"$L5c\",\"$L5d\"]}]}],\"$L5e\",\"$L5f\",\"$L60\"]}]}]\n"])</script><script>self.__next_f.push([1,"22:[\"$\",\"footer\",null,{\"className\":\"relative z-10 border-t py-8 px-4\",\"style\":{\"borderColor\":\"rgba(0,0,0,0.05)\"},\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-6xl mx-auto flex flex-col gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row items-center justify-between gap-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"label-sm text-[#4f6f5b]\",\"children\":\"LinkPeek — free forever, open source\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center justify-center gap-6\",\"children\":[[\"$\",\"$L6\",null,{\"href\":\"/tools\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline\",\"children\":\"Tools\"}],[\"$\",\"$L6\",null,{\"href\":\"/blog\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21] no-underline\",\"children\":\"Blog\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]\",\"children\":\"GitHub\"}],[\"$\",\"a\",null,{\"href\":\"https://github.com/Kedar200/Link-preview/issues/new\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"label-sm transition-colors text-[#4f6f5b] hover:text-[#1a2b21]\",\"children\":\"Report an issue\"}]]}]]}],[\"$\",\"nav\",null,{\"aria-label\":\"Main LinkPeek tools\",\"className\":\"flex flex-wrap justify-center gap-x-5 gap-y-3 border-t border-[#1a2b21]/10 pt-5\",\"children\":[[[\"$\",\"$L6\",\"/tools/open-graph-preview-tool\",{\"href\":\"/tools/open-graph-preview-tool\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Open Graph preview tool\"}],[\"$\",\"$L6\",\"/tools/whatsapp-link-preview-checker\",{\"href\":\"/tools/whatsapp-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"WhatsApp link preview checker\"}],[\"$\",\"$L6\",\"/tools/linkedin-preview-checker\",{\"href\":\"/tools/linkedin-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"LinkedIn preview checker\"}],[\"$\",\"$L6\",\"/tools/twitter-card-preview\",{\"href\":\"/tools/twitter-card-preview\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Twitter card preview tool\"}],[\"$\",\"$L6\",\"/tools/localhost-og-preview\",{\"href\":\"/tools/localhost-og-preview\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"test OG tags on localhost\"}],[\"$\",\"$L6\",\"/tools/slack-link-preview-checker\",{\"href\":\"/tools/slack-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Slack link preview checker\"}]],[\"$\",\"$L6\",null,{\"href\":\"/tools/bulk-link-preview-checker\",\"className\":\"text-xs font-semibold leading-5 text-[#4f6f5b] no-underline transition-colors hover:text-[#1a2b21]\",\"children\":\"Bulk link preview checker\"}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"23:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":[\\\"Article\\\",\\\"BlogPosting\\\"],\\\"headline\\\":\\\"Open Graph Meta Tags: The Complete Guide for 2026\\\",\\\"description\\\":\\\"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.\\\",\\\"image\\\":\\\"https://www.getlinkpeek.com/og-image.png\\\",\\\"datePublished\\\":\\\"2026-05-10\\\",\\\"dateModified\\\":\\\"2026-05-23\\\",\\\"author\\\":{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"LinkPeek Team\\\"},\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"LinkPeek\\\",\\\"url\\\":\\\"https://www.getlinkpeek.com\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https://www.getlinkpeek.com/icon.png\\\"}},\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide\\\"},\\\"keywords\\\":\\\"Open Graph meta tags, og tags guide, what are Open Graph tags, og:title, og:description, og:image, meta tags for social media, Open Graph protocol, social media meta tags\\\"}\"}}]\n24:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://www.getlinkpeek.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Blog\\\",\\\"item\\\":\\\"https://www.getlinkpeek.com/blog\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"Open Graph Meta Tags: The Complete Guide for 2026\\\",\\\"item\\\":\\\"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide\\\"}]}\"}}]\n"])</script><script>self.__next_f.push([1,"61:I[23165,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\",\"/_next/static/chunks/0axvnji.1e-28.js\"],\"default\"]\n25:[\"$\",\"h3\",\"h3-7\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"1. \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:title\u003c/code\u003e — The Headline\"}}]\n26:[\"$\",\"div\",\"code-8\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:title\\\" content=\\\"Your Page Title\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:title\\\" content=\\\"Your Page Title\\\" /\u003e\"}]}]]}]\n27:[\"$\",\"p\",\"p-9\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"This is the bold headline in link previews. Keep it under \u003cstrong\u003e60 characters\u003c/strong\u003e for universal compatibility (WhatsApp truncates at ~65, Twitter at ~70).\"}}]\n28:[\"$\",\"p\",\"p-10\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eTips:\u003c/strong\u003e\"}}]\n29:[\"$\",\"ul\",\"list-11\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Don't duplicate your \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003e\u003ctitle\u003e\u003c/code\u003e tag verbatim—write a more compelling, shareable version\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Don't use ALL CAPS (looks spammy, hurts CTR)\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Include your primary keyword naturally\"}}]]}]\n2a:[\"$\",\"h3\",\"h3-12\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"2. \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:description\u003c/code\u003e — The Subtitle\"}}]\n2b:[\"$\",\"div\",\"code-13\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:description\\\" content=\\\"A brief, compelling summary\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:description"])</script><script>self.__next_f.push([1,"\\\" content=\\\"A brief, compelling summary\\\" /\u003e\"}]}]]}]\n2c:[\"$\",\"p\",\"p-14\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"The supporting text beneath the title. Aim for \u003cstrong\u003e150 characters\u003c/strong\u003e as the safe universal limit.\"}}]\n2d:[\"$\",\"p\",\"p-15\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eTips:\u003c/strong\u003e\"}}]\n2e:[\"$\",\"ul\",\"list-16\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Include a call-to-action or value proposition\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Don't stuff keywords—write for humans\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Different from your meta description (optimize for the sharing context)\"}}]]}]\n2f:[\"$\",\"h3\",\"h3-17\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"3. \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:image\u003c/code\u003e — The Hero Image\"}}]\n30:[\"$\",\"div\",\"code-18\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:image\\\" content=\\\"https://yoursite.com/og-image.jpg\\\" /\u003e\\n\u003cmeta property=\\\"og:image:width\\\" content=\\\"1200\\\" /\u003e\\n\u003cmeta property=\\\"og:image:height\\\" content=\\\"630\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:image\\\" content=\\\"https://yoursite.com/og-image.jpg\\\" /\u003e\\n\u003cmeta property=\\\"og:image:width\\\" content=\\\"1200\\\" /\u003e\\n\u003cmeta property=\\\"og:image:height\\\" content=\\\"630\\\" /\u003e\"}]}]]}]\n31:[\"$\",\"p\",\"p-19\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"The most impactful tag. Posts with images get \u003cstrong\u003e179% more engagement\u003c/strong\u003e. Use the golden spec: \u003cstrong\u003e1200×630 px, JPG, under 300 KB\u003c/strong\u003e.\"}}]\n32:[\"$\",\"p\",\"p-20\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eCritical rules:\u003c/strong\u003e\"}}]\n"])</script><script>self.__next_f.push([1,"33:[\"$\",\"ul\",\"list-21\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Must be an \u003cstrong\u003eabsolute HTTPS URL\u003c/strong\u003e\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Only use \u003cstrong\u003eone\u003c/strong\u003e \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:image\u003c/code\u003e tag (multiple = unpredictable)\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Never use SVG (unsupported on WhatsApp and Twitter)\"}}],[\"$\",\"li\",\"3\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"Include \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:image:width\u003c/code\u003e and \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:image:height\u003c/code\u003e for faster rendering\"}}]]}]\n"])</script><script>self.__next_f.push([1,"34:[\"$\",\"h3\",\"h3-22\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"4. \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:url\u003c/code\u003e — The Canonical URL\"}}]\n35:[\"$\",\"div\",\"code-23\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:url\\\" content=\\\"https://yoursite.com/page\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:url\\\" content=\\\"https://yoursite.com/page\\\" /\u003e\"}]}]]}]\n36:[\"$\",\"p\",\"p-24\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"The canonical URL for this content. This tells platforms which URL to associate the preview data with, preventing duplicate previews for the same content served at different URLs.\"}}]\n37:[\"$\",\"h3\",\"h3-25\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"5. \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:type\u003c/code\u003e — The Content Type\"}}]\n38:[\"$\",\"div\",\"code-26\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:type\\\" content=\\\"website\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:type\\\" content=\\\"website\\\" /\u003e\"}]}]]}]\n39:[\"$\",\"p\",\"p-27\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Tells platforms what kind of content this is. Common values:\"}}]\n"])</script><script>self.__next_f.push([1,"3a:[\"$\",\"ul\",\"list-28\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003ewebsite\u003c/code\u003e — Default for most pages\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003earticle\u003c/code\u003e — Blog posts, news articles\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eproduct\u003c/code\u003e — E-commerce products\"}}]]}]\n"])</script><script>self.__next_f.push([1,"3b:[\"$\",\"p\",\"p-29\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Discord, notably, renders different \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:type\u003c/code\u003e values with distinct styling.\"}}]\n3c:[\"$\",\"hr\",\"hr-30\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n3d:[\"$\",\"h2\",\"h2-31\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"recommended-but-optional-og-tags\",\"dangerouslySetInnerHTML\":{\"__html\":\"Recommended (But Optional) OG Tags\"}}]\n3e:[\"$\",\"h3\",\"h3-32\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:site_name\u003c/code\u003e\"}}]\n3f:[\"$\",\"div\",\"code-33\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:site_name\\\" content=\\\"LinkPeek\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:site_name\\\" content=\\\"LinkPeek\\\" /\u003e\"}]}]]}]\n40:[\"$\",\"p\",\"p-34\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"The name of your website. \u003cstrong\u003eCritical for Slack\u003c/strong\u003e, which uses it as the bold header when unfurling links. Facebook and other platforms use it as a subtle attribution label.\"}}]\n41:[\"$\",\"h3\",\"h3-35\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:locale\u003c/code\u003e\"}}]\n42:[\"$\",\"div\",\"code-36\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:locale\\\" content=\\\"en_US\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:locale\\\" content=\\\"en_US\\\" /\u003e\"}]}]]}]\n43:[\"$\",\"p\",\"p-37\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"The language and region of the content. Useful for multilingual sites.\"}}]\n44:[\"$\",\"h3\",\"h3-38\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003eog:image:type\u003c/code\u003e\"}}]\n45:[\"$\",\"div\",\"code-39\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",nu"])</script><script>self.__next_f.push([1,"ll,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta property=\\\"og:image:type\\\" content=\\\"image/jpeg\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta property=\\\"og:image:type\\\" content=\\\"image/jpeg\\\" /\u003e\"}]}]]}]\n46:[\"$\",\"p\",\"p-40\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Explicitly declares the image format. Helps platforms pre-validate the image without fetching it.\"}}]\n47:[\"$\",\"hr\",\"hr-41\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n48:[\"$\",\"h2\",\"h2-42\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"twitter-specific-tags\",\"dangerouslySetInnerHTML\":{\"__html\":\"Twitter-Specific Tags\"}}]\n49:[\"$\",\"p\",\"p-43\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Twitter reads OG tags as fallbacks but has its own tag system:\"}}]\n4a:[\"$\",\"div\",\"code-44\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cmeta name=\\\"twitter:card\\\" content=\\\"summary_large_image\\\" /\u003e\\n\u003cmeta name=\\\"twitter:site\\\" content=\\\"@yourusername\\\" /\u003e\\n\u003cmeta name=\\\"twitter:creator\\\" content=\\\"@authorname\\\" /\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cmeta name=\\\"twitter:card\\\" content=\\\"summary_large_image\\\" /\u003e\\n\u003cmeta name=\\\"twitter:site\\\" content=\\\"@yourusername\\\" /\u003e\\n\u003cmeta name=\\\"twitter:creator\\\" content=\\\"@authorname\\\" /\u003e\"}]}]]}]\n4b:[\"$\",\"p\",\"p-45\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eNote:\u003c/strong\u003e \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003etwitter:card\u003c/code\u003e has NO OG fallback—you must include it explicitly for Twitter card functionality.\"}}]\n4c:[\"$\",\"hr\",\"hr-46\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n4d:[\"$\",\"h2\",\"h2-47\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"the-10-most-common-og-tag-mistakes\",\"dangerouslySetInnerHTML\":{\"__html\":\"The 10 Most Common OG Tag Mistakes\"}}]\n"])</script><script>self.__next_f.push([1,"4e:[\"$\",\"ul\",\"list-48\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eRelative image URLs\u003c/strong\u003e — Must be absolute \u003ccode class=\\\"font-mono text-xs bg-surface-container-high px-1.5 py-0.5 rounded border border-outline-variant/40 text-sage-accent font-semibold\\\"\u003ehttps://\u003c/code\u003e URLs\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eHTTP instead of HTTPS\u003c/strong\u003e — Most platforms reject HTTP images\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eSVG or GIF images\u003c/strong\u003e — Not supported on WhatsApp; GIF not on LinkedIn\"}}],[\"$\",\"li\",\"3\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eImage too small\u003c/strong\u003e — Below 100px (WhatsApp) or 200px (Facebook/LinkedIn)\"}}],[\"$\",\"li\",\"4\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eImage too large (file size)\u003c/strong\u003e — Over 600 KB kills WhatsApp previews\"}}],[\"$\",\"li\",\"5\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eDuplicate title and description\u003c/strong\u003e — Wastes the description for unique messaging\"}}],[\"$\",\"li\",\"6\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eALL CAPS titles\u003c/strong\u003e — Looks unprofessional, reduces CTR\"}}],[\"$\",\"li\",\"7\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eMultiple og:image tags\u003c/strong\u003e — Causes unpredictable platform behavior\"}}],[\"$\",\"li\",\"8\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eBlocking crawlers via robots.txt\u003c/strong\u003e — WhatsApp, Facebook, Twitter all crawl\"}}],\"$L62\"]}]\n"])</script><script>self.__next_f.push([1,"4f:[\"$\",\"hr\",\"hr-49\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n50:[\"$\",\"h2\",\"h2-50\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"how-to-test-your-og-tags\",\"dangerouslySetInnerHTML\":{\"__html\":\"How to Test Your OG Tags\"}}]\n51:[\"$\",\"h3\",\"h3-51\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"Platform-Specific Debuggers\"}}]\n"])</script><script>self.__next_f.push([1,"52:[\"$\",\"div\",\"table-52\",{\"className\":\"my-6 overflow-x-auto rounded-xl border border-outline-variant shadow-sm bg-surface-bright/30\",\"children\":[\"$\",\"table\",null,{\"className\":\"w-full border-collapse text-left text-sm\",\"children\":[[\"$\",\"thead\",null,{\"className\":\"bg-surface-container-low font-semibold text-xs text-on-surface\",\"children\":[\"$\",\"tr\",null,{\"children\":[[\"$\",\"th\",\"0\",{\"className\":\"p-3 border-b border-outline-variant font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"Platform\"}}],[\"$\",\"th\",\"1\",{\"className\":\"p-3 border-b border-outline-variant font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"Tool\"}}],[\"$\",\"th\",\"2\",{\"className\":\"p-3 border-b border-outline-variant font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"Action\"}}]]}]}],[\"$\",\"tbody\",null,{\"className\":\"font-body-md text-on-surface-variant\",\"children\":[[\"$\",\"tr\",\"0\",{\"className\":\"hover:bg-surface-container-low/30 transition-colors\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"Facebook\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://developers.facebook.com/tools/debug/\\\" class=\\\"text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eSharing Debugger\u003c/a\u003e\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"Click \\\"Scrape Again\\\"\"}}]]}],[\"$\",\"tr\",\"1\",{\"className\":\"hover:bg-surface-container-low/30 transition-colors\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"Twitter/X\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://cards-dev.twitter.com/validator\\\" class=\\\"text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eCard Validator\u003c/a\u003e\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"Preview card\"}}]]}],[\"$\",\"tr\",\"2\",{\"className\":\"hover:bg-surface-container-low/30 transition-colors\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"LinkedIn\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ca href=\\\"https://www.linkedin.com/post-inspector/\\\" class=\\\"text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003ePost Inspector\u003c/a\u003e\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 border-b border-outline-variant/60 border-r border-outline-variant/40 last:border-r-0\",\"dangerouslySetInnerHTML\":{\"__html\":\"Click \\\"Refresh\\\"\"}}]]}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"53:[\"$\",\"h3\",\"h3-53\",{\"className\":\"font-headline-md text-xl sm:text-2xl text-deep-forest mt-8 mb-4 font-semibold\",\"dangerouslySetInnerHTML\":{\"__html\":\"Multi-Platform Testing\"}}]\n54:[\"$\",\"p\",\"p-54\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Use \u003ca href=\\\"https://www.getlinkpeek.com\\\" class=\\\"text-sage-accent hover:text-primary font-semibold underline decoration-sage-accent/30 underline-offset-4 transition-all\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eLinkPeek\u003c/a\u003e to test your link across \u003cstrong\u003eall 6 major platforms\u003c/strong\u003e simultaneously. It shows you real mockups for WhatsApp, Twitter, LinkedIn, Slack, Discord, and Instagram—plus a full audit with fix code for every issue.\"}}]\n55:[\"$\",\"hr\",\"hr-55\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n56:[\"$\",\"h2\",\"h2-56\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"og-tags-and-seo\",\"dangerouslySetInnerHTML\":{\"__html\":\"OG Tags and SEO\"}}]\n57:[\"$\",\"p\",\"p-57\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"Open Graph tags don't directly affect your Google search rankings. However, they \u003cstrong\u003eindirectly boost SEO\u003c/strong\u003e by:\"}}]\n"])</script><script>self.__next_f.push([1,"58:[\"$\",\"ul\",\"list-58\",{\"className\":\"blog-list list-none pl-6 my-4\",\"children\":[[\"$\",\"li\",\"0\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eIncreasing CTR\u003c/strong\u003e — Better previews → more clicks → more traffic\"}}],[\"$\",\"li\",\"1\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eReducing bounce rate\u003c/strong\u003e — Accurate previews set correct expectations\"}}],[\"$\",\"li\",\"2\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eDriving social signals\u003c/strong\u003e — Higher engagement → more shares → more backlinks\"}}],[\"$\",\"li\",\"3\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eImproving Dark Social attribution\u003c/strong\u003e — When links are shared privately (WhatsApp, Slack, iMessage), OG tags are the only data your brand controls\"}}]]}]\n"])</script><script>self.__next_f.push([1,"59:[\"$\",\"hr\",\"hr-59\",{\"className\":\"my-10 border-0 h-px bg-gradient-to-r from-transparent via-outline-variant/60 to-transparent\"}]\n5a:[\"$\",\"h2\",\"h2-60\",{\"className\":\"font-headline-lg text-2xl sm:text-3xl text-deep-forest mt-10 mb-4 font-semibold border-b border-outline-variant/40 pb-2 scroll-margin-top-20\",\"id\":\"schema-markup-the-next-level\",\"dangerouslySetInnerHTML\":{\"__html\":\"Schema Markup: The Next Level\"}}]\n5b:[\"$\",\"p\",\"p-61\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"While OG tags control social previews, structured data (JSON-LD schema) controls how search engines and AI assistants understand your content:\"}}]\n"])</script><script>self.__next_f.push([1,"5c:[\"$\",\"div\",\"code-62\",{\"className\":\"my-6 rounded-xl overflow-hidden border border-outline-variant shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-surface-container-high px-4 py-2 font-mono text-xs text-on-surface-variant flex justify-between items-center border-b border-outline-variant\",\"children\":[[\"$\",\"span\",null,{\"className\":\"uppercase tracking-wider font-semibold text-[10px] text-outline\",\"children\":\"html\"}],[\"$\",\"$L61\",null,{\"code\":\"\u003cscript type=\\\"application/ld+json\\\"\u003e\\n{\\n \\\"@context\\\": \\\"https://schema.org\\\",\\n \\\"@type\\\": \\\"Article\\\",\\n \\\"headline\\\": \\\"Your Article Title\\\",\\n \\\"image\\\": \\\"https://yoursite.com/og-image.jpg\\\",\\n \\\"author\\\": {\\n \\\"@type\\\": \\\"Person\\\",\\n \\\"name\\\": \\\"Author Name\\\"\\n },\\n \\\"datePublished\\\": \\\"2026-05-10\\\",\\n \\\"publisher\\\": {\\n \\\"@type\\\": \\\"Organization\\\",\\n \\\"name\\\": \\\"Your Site Name\\\"\\n }\\n}\\n\u003c/script\u003e\"}]]}],[\"$\",\"pre\",null,{\"className\":\"p-4 overflow-x-auto bg-deep-forest text-surface-variant m-0 leading-relaxed font-mono text-xs\",\"children\":[\"$\",\"code\",null,{\"children\":\"\u003cscript type=\\\"application/ld+json\\\"\u003e\\n{\\n \\\"@context\\\": \\\"https://schema.org\\\",\\n \\\"@type\\\": \\\"Article\\\",\\n \\\"headline\\\": \\\"Your Article Title\\\",\\n \\\"image\\\": \\\"https://yoursite.com/og-image.jpg\\\",\\n \\\"author\\\": {\\n \\\"@type\\\": \\\"Person\\\",\\n \\\"name\\\": \\\"Author Name\\\"\\n },\\n \\\"datePublished\\\": \\\"2026-05-10\\\",\\n \\\"publisher\\\": {\\n \\\"@type\\\": \\\"Organization\\\",\\n \\\"name\\\": \\\"Your Site Name\\\"\\n }\\n}\\n\u003c/script\u003e\"}]}]]}]\n"])</script><script>self.__next_f.push([1,"5d:[\"$\",\"p\",\"p-63\",{\"className\":\"font-body-md text-on-surface-variant mb-4 leading-relaxed text-base\",\"dangerouslySetInnerHTML\":{\"__html\":\"This is becoming increasingly important for \u003cstrong\u003eGEO (Generative Engine Optimization)\u003c/strong\u003e — optimizing for AI-powered search engines like Perplexity, ChatGPT Search, and Google AI Overviews.\"}}]\n"])</script><script>self.__next_f.push([1,"5e:[\"$\",\"section\",null,{\"className\":\"mt-8 rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 sm:p-8 shadow-sm\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid gap-6 md:grid-cols-[0.9fr_1.1fr] md:items-start\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"p\",null,{\"className\":\"font-label-md text-xs font-semibold uppercase tracking-wider text-sage-accent\",\"children\":\"Try LinkPeek\"}],[\"$\",\"h2\",null,{\"className\":\"mt-2 font-headline-lg text-2xl text-deep-forest font-semibold leading-tight\",\"children\":\"Preview the card before you share the URL\"}],[\"$\",\"p\",null,{\"className\":\"mt-3 text-sm leading-6 text-on-surface-variant\",\"children\":\"Test Open Graph tags, Twitter Cards, WhatsApp previews, LinkedIn cards, Slack unfurls, Discord cards, Instagram-style previews, and localhost URLs before the link reaches your audience.\"}],[\"$\",\"$L6\",null,{\"href\":\"/\",\"className\":\"mt-5 inline-flex rounded-lg bg-deep-forest px-5 py-3 text-sm font-semibold text-white no-underline transition-colors hover:bg-primary\",\"children\":\"Open the preview checker\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid gap-3 sm:grid-cols-2\",\"children\":[[\"$\",\"$L6\",\"open-graph-preview-tool\",{\"href\":\"/tools/open-graph-preview-tool\",\"className\":\"rounded-lg bg-surface-container-low px-4 py-3 text-sm font-semibold leading-5 text-deep-forest no-underline transition-colors hover:bg-surface-container-high\",\"children\":\"Open Graph Preview Tool\"}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"5f:[\"$\",\"div\",null,{\"className\":\"mt-8 flex flex-wrap gap-2\",\"children\":[[\"$\",\"span\",\"Open Graph meta tags\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"Open Graph meta tags\"]}],[\"$\",\"span\",\"og tags guide\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"og tags guide\"]}],[\"$\",\"span\",\"what are Open Graph tags\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"what are Open Graph tags\"]}],[\"$\",\"span\",\"og:title\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"og:title\"]}],[\"$\",\"span\",\"og:description\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"og:description\"]}],[\"$\",\"span\",\"og:image\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"og:image\"]}],[\"$\",\"span\",\"meta tags for social media\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"meta tags for social media\"]}],[\"$\",\"span\",\"Open Graph protocol\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"Open Graph protocol\"]}],[\"$\",\"span\",\"social media meta tags\",{\"className\":\"px-3 py-1.5 rounded-full bg-surface-container-low border border-outline-variant/60 text-on-surface-variant font-label-md text-xs font-semibold\",\"children\":[\"#\",\"social media meta tags\"]}]]}]\n"])</script><script>self.__next_f.push([1,"60:[\"$\",\"section\",null,{\"className\":\"mt-16 border-t border-outline-variant pt-10\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mb-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-2.5 h-2.5 rounded-full bg-primary\"}],[\"$\",\"span\",null,{\"className\":\"font-headline-md text-xl text-deep-forest font-bold\",\"children\":\"Continue Reading\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 gap-6\",\"children\":[[\"$\",\"$L6\",\"clear-whatsapp-link-preview-cache\",{\"href\":\"/blog/clear-whatsapp-link-preview-cache\",\"className\":\"block no-underline group\",\"children\":[\"$\",\"div\",null,{\"className\":\"rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 transition-all duration-300 hover:shadow-md hover:border-sage-accent hover:-translate-y-0.5 flex flex-col justify-between h-full\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 mb-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-2xl\",\"children\":\"💬\"}],[\"$\",\"span\",null,{\"className\":\"px-2.5 py-0.5 rounded bg-surface-container text-sage-accent font-label-md text-[10px] font-semibold\",\"children\":\"Troubleshooting\"}]]}],[\"$\",\"h4\",null,{\"className\":\"font-headline-lg text-lg text-deep-forest font-semibold leading-snug group-hover:text-sage-accent transition-colors\",\"children\":\"How to Clear WhatsApp Link Preview Cache\"}]]}],[\"$\",\"span\",null,{\"className\":\"block mt-4 font-body-sm text-xs text-on-surface-variant font-medium flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"12\",\"height\":\"12\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2.5\",\"className\":\"opacity-75\",\"children\":[[\"$\",\"circle\",null,{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",null,{\"points\":\"12 6 12 12 16 14\"}]]}],\"7 min read\"]}]]}]}],[\"$\",\"$L6\",\"preview-social-cards-before-deploying\",{\"href\":\"/blog/preview-social-cards-before-deploying\",\"className\":\"block no-underline group\",\"children\":[\"$\",\"div\",null,{\"className\":\"rounded-2xl border border-outline-variant bg-surface-container-lowest p-6 transition-all duration-300 hover:shadow-md hover:border-sage-accent hover:-translate-y-0.5 flex flex-col justify-between h-full\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 mb-3\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-2xl\",\"children\":\"🧪\"}],[\"$\",\"span\",null,{\"className\":\"px-2.5 py-0.5 rounded bg-surface-container text-sage-accent font-label-md text-[10px] font-semibold\",\"children\":\"Guide\"}]]}],[\"$\",\"h4\",null,{\"className\":\"font-headline-lg text-lg text-deep-forest font-semibold leading-snug group-hover:text-sage-accent transition-colors\",\"children\":\"How to Preview Social Cards Before Deploying\"}]]}],[\"$\",\"span\",null,{\"className\":\"block mt-4 font-body-sm text-xs text-on-surface-variant font-medium flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"width\":\"12\",\"height\":\"12\",\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":\"2.5\",\"className\":\"opacity-75\",\"children\":[[\"$\",\"circle\",null,{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",null,{\"points\":\"12 6 12 12 16 14\"}]]}],\"8 min read\"]}]]}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"62:[\"$\",\"li\",\"9\",{\"className\":\"relative mb-2.5 pl-3 text-on-surface/90 text-base leading-relaxed before:content-[''] before:absolute before:left-[-12px] before:top-[10px] before:w-[6px] before:height-[6px] before:rounded-full before:bg-sage-accent before:opacity-60\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong\u003eImage redirect chains\u003c/strong\u003e — LinkedIn especially fails on multi-hop redirects\"}}]\n"])</script><script>self.__next_f.push([1,"1a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"63:I[27201,[\"/_next/static/chunks/0abiciuep~ovs.js\",\"/_next/static/chunks/0d3shmwh5_nmn.js\"],\"IconMark\"]\n17:null\n"])</script><script>self.__next_f.push([1,"1c:[[\"$\",\"title\",\"0\",{\"children\":\"Open Graph Meta Tags: The Complete Guide for 2026 — LinkPeek Blog\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"keywords\",\"content\":\"Open Graph meta tags,og tags guide,what are Open Graph tags,og:title,og:description,og:image,meta tags for social media,Open Graph protocol,social media meta tags\"}],[\"$\",\"link\",\"3\",{\"rel\":\"canonical\",\"href\":\"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:title\",\"content\":\"Open Graph Meta Tags: The Complete Guide for 2026\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:description\",\"content\":\"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:url\",\"content\":\"https://www.getlinkpeek.com/blog/open-graph-meta-tags-guide\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:image\",\"content\":\"https://www.getlinkpeek.com/og-image.png\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image:alt\",\"content\":\"Open Graph Meta Tags: The Complete Guide for 2026\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"12\",{\"property\":\"article:published_time\",\"content\":\"2026-05-10\"}],[\"$\",\"meta\",\"13\",{\"property\":\"article:modified_time\",\"content\":\"2026-05-23\"}],[\"$\",\"meta\",\"14\",{\"property\":\"article:author\",\"content\":\"LinkPeek Team\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:title\",\"content\":\"Open Graph Meta Tags: The Complete Guide for 2026\"}],[\"$\",\"meta\",\"17\",{\"name\":\"twitter:description\",\"content\":\"Master Open Graph meta tags in 2026. Learn every OG tag, what each does, which platforms read them, common mistakes, and how to test your tags before publishing.\"}],[\"$\",\"meta\",\"18\",{\"name\":\"twitter:image\",\"content\":\"https://www.getlinkpeek.com/og-image.png\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"link\",\"20\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.png\"}],[\"$\",\"$L63\",\"21\",{}]]\n"])</script></body></html>