Open Graph

A protocol developed by Facebook that uses `<meta>` tags in a page's `<head>` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.

Updated June 9, 2026

TL;DR

Open Graph tags control what your page looks like when shared on Facebook, LinkedIn, Twitter, and other platforms. Without them, social previews are random. With them, you control the image, title, and description shown.

Key Points

The four required Open Graph tags are: og:title, og:type, og:image, and og:url — without all four, many platforms fall back to unpredictable defaults

Twitter/X uses its own variant called Twitter Cards (twitter:card, twitter:title, twitter:image) but falls back to Open Graph tags if Twitter Cards aren't present

og:image dimensions should be 1200×630 pixels for optimal display across platforms; images smaller than 600px wide may not render as large cards

Open Graph tags don't directly affect Google rankings but influence social sharing behavior, which indirectly generates traffic and links

Essential Open Graph Tags

The Open Graph protocol defines four required properties and many optional ones[1]. Required: `og:title` (the title shown in the preview, can differ from the HTML ``), `og:type` (content type — 'website' for most pages, 'article' for blog posts), `og:image` (the preview image URL — this has the biggest visual impact on click-through from social), and `og:url` (the canonical URL of the page). Recommended additional tags: `og:description` (2–4 sentence summary), `og:site_name` (your brand name), and for articles: `og:article:published_time` and `og:article:author`. These tags are placed in the `<head>` of your HTML: `<meta property='og:title' content='Your Title Here' />`.</div></div><div class="chakra-19b42nu"><h2 style="color:var(--landing-text)" class="chakra-heading chakra-14obl7u">Open Graph vs. Twitter Cards</h2><div class="glossary-content chakra-i3e7t0" style="color:var(--landing-text-secondary)">Twitter/X uses a separate but similar meta tag specification called Twitter Cards<sup id="cite-1"><a href="#source-1">[1]</a></sup><sup id="cite-2"><a href="#source-2">[2]</a></sup>. The key Twitter Card tags are: `twitter:card` (set to 'summary_large_image' for full-width image previews), `twitter:title`, `twitter:description`, and `twitter:image`. Twitter falls back to Open Graph tags when Twitter Card tags are absent — so implementing OG tags covers you on Twitter as well. LinkedIn, Pinterest, and most other platforms read Open Graph tags directly. The practical recommendation: implement full Open Graph tags for broad coverage, then add `twitter:card` and `twitter:site` specifically for Twitter to get the larger card format. In Next.js, the Metadata API allows you to set both via the `openGraph` and `twitter` objects in `generateMetadata()`.</div></div><div class="chakra-19b42nu"><h2 style="color:var(--landing-text)" class="chakra-heading chakra-14obl7u">Open Graph and SEO</h2><div class="glossary-content chakra-i3e7t0" style="color:var(--landing-text-secondary)">Open Graph tags don't directly influence Google rankings, but they have meaningful indirect SEO effects<sup id="cite-2"><a href="#source-2">[2]</a></sup>. Better social preview images and titles increase <a href="/glossary/click-through-rate" class="glossary-link">click-through rate</a> from social shares — driving more traffic per share. Higher traffic and engagement signals from social may correlate with improved rankings (though causation is debated). More importantly, compelling social previews increase the chance that readers share content further and that journalists or bloggers who see the content link to it — generating the <a href="/glossary/backlink" class="glossary-link">backlinks</a> that do directly affect rankings. For technical implementation in Next.js 15 (the framework Skribra's landing site uses), the Metadata API's `openGraph` object in `generateMetadata()` handles OG tags without manually writing `<meta>` tags.</div></div><div style="border-top:1px solid var(--landing-border)" class="chakra-11nlx1u"><h3 style="color:var(--landing-text-muted)" class="chakra-heading chakra-7twaft">SOURCES</h3><div class="chakra-stack chakra-m5ivt5"><div id="source-1" class="chakra-14fyjnu"><p style="color:var(--landing-text-muted)" class="chakra-1auzp06">1<!-- -->.</p><a href="https://ogp.me/" target="_blank" rel="noopener noreferrer" style="color:var(--landing-text-secondary)" class="chakra-link chakra-14pf6s8">Open Graph Protocol — Official Documentation</a></div><div id="source-2" class="chakra-14fyjnu"><p style="color:var(--landing-text-muted)" class="chakra-1auzp06">2<!-- -->.</p><a href="https://ahrefs.com/blog/open-graph-meta-tags/" target="_blank" rel="noopener noreferrer" style="color:var(--landing-text-secondary)" class="chakra-link chakra-14pf6s8">Ahrefs — What Is Open Graph and How to Use It for SEO</a></div></div><p style="color:var(--landing-text-muted)" class="chakra-140icsy">Last updated: <!-- -->June 9, 2026</p></div><div style="border-top:1px solid var(--landing-border)" class="chakra-1n35q8v"><h2 style="color:var(--landing-text)" class="chakra-heading chakra-ok49zw">Related Terms</h2><div class="chakra-17wyqip"><a href="/glossary/meta-description" class="chakra-link chakra-1alrq1q"><div style="background-color:var(--landing-card-bg);border:1px solid var(--landing-border)" class="chakra-cea370"><p style="color:var(--landing-text)" class="chakra-ufjt4a">Meta Description</p><p style="color:var(--landing-text-muted)" class="chakra-12gmu5x">An HTML attribute that provides a 150–160 character summary of a web page, often displayed as the snippet text beneath the title link in search engine results.</p></div></a><a href="/glossary/click-through-rate" class="chakra-link chakra-1alrq1q"><div style="background-color:var(--landing-card-bg);border:1px solid var(--landing-border)" class="chakra-cea370"><p style="color:var(--landing-text)" class="chakra-ufjt4a">Click-Through Rate (CTR)</p><p style="color:var(--landing-text-muted)" class="chakra-12gmu5x">The percentage of users who click on a search result after seeing it in the SERP, calculated as (clicks ÷ impressions) × 100.</p></div></a><a href="/glossary/schema-markup" class="chakra-link chakra-1alrq1q"><div style="background-color:var(--landing-card-bg);border:1px solid var(--landing-border)" class="chakra-cea370"><p style="color:var(--landing-text)" class="chakra-ufjt4a">Schema Markup</p><p style="color:var(--landing-text-muted)" class="chakra-12gmu5x">Structured data code added to a web page's HTML that helps search engines understand content context and enables rich results like star ratings, FAQs, breadcrumbs, and event details in the SERP.</p></div></a><a href="/glossary/title-tag" class="chakra-link chakra-1alrq1q"><div style="background-color:var(--landing-card-bg);border:1px solid var(--landing-border)" class="chakra-cea370"><p style="color:var(--landing-text)" class="chakra-ufjt4a">Title Tag</p><p style="color:var(--landing-text-muted)" class="chakra-12gmu5x">An HTML element that specifies the title of a web page, displayed as the clickable headline in search engine results and in browser tabs — one of the most important on-page SEO elements.</p></div></a></div></div><div style="background-color:var(--landing-bg-subtle);border:1px solid var(--landing-border)" class="chakra-1nlx8vd"><h3 style="color:var(--landing-text)" class="chakra-heading chakra-chufdn">Put it into practice</h3><p style="color:var(--landing-text-secondary)" class="chakra-xb2s8g">Skribra automates your SEO content pipeline — from keyword research to published articles — so you can apply these concepts at scale.</p><a href="https://app.skribra.com/login" style="background-color:var(--landing-btn-primary-bg);color:var(--landing-btn-primary-text)" class="chakra-link chakra-1pyxsih">Try Skribra Free</a></div></div><div class="chakra-1qfzlz2"><div class="chakra-5m1hub"><p style="color:var(--landing-text-muted);text-transform:uppercase" class="chakra-1k8yico">More in <!-- -->Technical SEO</p><div class="chakra-stack chakra-gfmpii" style="border:1px solid var(--landing-border);border-radius:10px;overflow:hidden"><a href="/glossary/breadcrumbs" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Breadcrumbs</p></div></a><a href="/glossary/canonical-url" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Canonical URL</p></div></a><a href="/glossary/core-web-vitals" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Core Web Vitals</p></div></a><a href="/glossary/crawlability" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Crawlability</p></div></a><a href="/glossary/hreflang" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Hreflang</p></div></a><a href="/glossary/https" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">HTTPS</p></div></a><a href="/glossary/indexing" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Indexing</p></div></a><a href="/glossary/internal-linking" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Internal Linking</p></div></a><a href="/glossary/javascript-seo" class="chakra-link chakra-hjgo06"><div style="border-bottom:1px solid var(--landing-border);background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">JavaScript SEO</p></div></a><a href="/glossary/mobile-first-indexing" class="chakra-link chakra-hjgo06"><div style="background-color:var(--landing-card-bg)" class="chakra-1rrrm29"><p style="color:var(--landing-text)" class="chakra-1a9samh">Mobile-First Indexing</p></div></a></div></div><div class="chakra-5m1hub"><p style="color:var(--landing-text-muted);text-transform:uppercase" class="chakra-1k8yico">Categories</p><div class="chakra-stack chakra-1emymla"><a href="/glossary" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">All</p><p style="opacity:0.65" class="chakra-1auzp06">81</p></div></a><a href="/glossary/category/seo-fundamentals" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">SEO Fundamentals</p><p style="opacity:0.65" class="chakra-1auzp06">12</p></div></a><a href="/glossary/category/keyword-research" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">Keyword Research</p><p style="opacity:0.65" class="chakra-1auzp06">11</p></div></a><a href="/glossary/category/content-strategy" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">Content Strategy</p><p style="opacity:0.65" class="chakra-1auzp06">10</p></div></a><a href="/glossary/category/technical-seo" class="chakra-link chakra-hjgo06"><div style="background-color:var(--landing-btn-primary-bg);color:var(--landing-btn-primary-text)" class="chakra-10bzhac"><p class="chakra-1n6kw6f">Technical SEO</p><p style="opacity:0.65" class="chakra-1auzp06">16</p></div></a><a href="/glossary/category/link-building" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">Link Building</p><p style="opacity:0.65" class="chakra-1auzp06">6</p></div></a><a href="/glossary/category/analytics" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">Analytics & Measurement</p><p style="opacity:0.65" class="chakra-1auzp06">10</p></div></a><a href="/glossary/category/ai-automation" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">AI & Automation</p><p style="opacity:0.65" class="chakra-1auzp06">7</p></div></a><a href="/glossary/category/content-creation" class="chakra-link chakra-hjgo06"><div style="background-color:transparent;color:var(--landing-text-secondary)" class="chakra-j33xdw"><p class="chakra-duh80k">Content Creation</p><p style="opacity:0.65" class="chakra-1auzp06">9</p></div></a></div></div><div style="background-color:var(--landing-bg-subtle);border:1px solid var(--landing-border)" class="chakra-x579ps"><p style="color:var(--landing-text-muted);text-transform:uppercase" class="chakra-15yrc7t">Explore Glossary</p><p style="color:var(--landing-text-secondary)" class="chakra-1k34j6h">Learn more SEO terms and concepts.</p><a href="/glossary" style="color:var(--landing-accent)" class="chakra-link chakra-109j427">Browse all terms →</a></div><div style="background-color:var(--landing-bg-subtle);border:1px solid var(--landing-border)" class="chakra-1ma6l0b"><p style="color:var(--landing-text-muted);text-transform:uppercase" class="chakra-15yrc7t">Learn More</p><p style="color:var(--landing-text-secondary)" class="chakra-1k34j6h">In-depth guides on SEO, content marketing, and AI content generation.</p><a href="/blog" style="color:var(--landing-accent)" class="chakra-link chakra-109j427">Read the blog →</a></div></div></div></div></article></div><footer style="border-top:1px solid var(--line);padding:56px 0 48px;background:var(--paper-2)"><div class="landing-wrap foot-grid" style="display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr 1fr;gap:32px"><div><div style="display:flex;align-items:center;gap:10px;margin-bottom:16px"><div style="display:flex;align-items:center;gap:8px"><svg width="24" height="24" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="32" height="32" rx="6" fill="var(--ink)"></rect><path d="M21.5 10.5C21.5 10.5 20 9 16 9C12 9 9 11.5 9 14.5C9 17.5 11.5 18.5 14 19C16.5 19.5 18 20 18 21.5C18 23 16 24 14 24C11.5 24 9.5 22.5 9.5 22.5" stroke="var(--paper)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><span style="font-size:20px;font-weight:700;color:var(--ink);letter-spacing:-0.01em;line-height:1">Skribra</span></div></div><p style="font-size:14px;color:var(--ink-3);max-width:280px;line-height:1.55">SEO content autopilot for SaaS founders. Built for the cold-start problem.</p><div style="margin-top:20px;display:flex;gap:12px"><a href="https://x.com/skribra" target="_blank" rel="noreferrer" aria-label="Follow Skribra on X" style="width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-3)"><svg width="14" height="14" fill="currentColor" viewBox="0 0 24 24"><path d="M22.46,6C21.69,6.35 20.86,6.58 20,6.69C20.88,6.16 21.56,5.32 21.88,4.31C21.05,4.81 20.13,5.16 19.16,5.36C18.37,4.5 17.26,4 16,4C13.65,4 11.73,5.92 11.73,8.29C11.73,8.63 11.77,8.96 11.84,9.27C8.28,9.09 5.11,7.38 3,4.79C2.63,5.42 2.42,6.16 2.42,6.94C2.42,8.43 3.17,9.75 4.33,10.5C3.62,10.5 2.96,10.3 2.38,10C2.38,10 2.38,10 2.38,10.03C2.38,12.11 3.86,13.85 5.82,14.24C5.46,14.34 5.08,14.39 4.69,14.39C4.42,14.39 4.15,14.36 3.89,14.31C4.43,16 6,17.26 7.89,17.29C6.43,18.45 4.58,19.13 2.56,19.13C2.22,19.13 1.88,19.11 1.54,19.07C3.44,20.29 5.7,21 8.12,21C16,21 20.33,14.46 20.33,8.79C20.33,8.6 20.33,8.42 20.32,8.23C21.16,7.63 21.88,6.87 22.46,6Z"></path></svg></a><a href="https://linkedin.com/company/skribra" target="_blank" rel="noreferrer" aria-label="Follow Skribra on LinkedIn" style="width:32px;height:32px;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink-3)"><svg width="14" height="14" fill="currentColor" viewBox="0 0 24 24"><path d="M19,3A2,2 0 0,1 21,5V19A2,2 0 0,1 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3H19M18.5,18.5V13.2A3.26,3.26 0 0,0 15.24,9.94C14.39,9.94 13.4,10.46 12.92,11.24V10.13H10.13V18.5H12.92V13.57C12.92,12.8 13.54,12.17 14.31,12.17A1.4,1.4 0 0,1 15.71,13.57V18.5H18.5M6.88,8.56A1.68,1.68 0 0,0 8.56,6.88C8.56,5.95 7.81,5.19 6.88,5.19A1.69,1.69 0 0,0 5.19,6.88C5.19,7.81 5.95,8.56 6.88,8.56M8.27,18.5V10.13H5.5V18.5H8.27Z"></path></svg></a></div></div><div><h4 class="mono" style="font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-4);margin-bottom:14px">Product</h4><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px"><li><a href="/#features" style="font-size:14px;color:var(--ink-2);text-decoration:none">Features</a></li><li><a href="/#pricing" style="font-size:14px;color:var(--ink-2);text-decoration:none">Pricing</a></li><li><a href="/integrations" style="font-size:14px;color:var(--ink-2);text-decoration:none">Integrations</a></li><li><a href="/docs" style="font-size:14px;color:var(--ink-2);text-decoration:none">Docs</a></li><li><a href="/blog" style="font-size:14px;color:var(--ink-2);text-decoration:none">Blog</a></li></ul></div><div><h4 class="mono" style="font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-4);margin-bottom:14px">Resources</h4><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px"><li><a href="/resources/seo-guide" style="font-size:14px;color:var(--ink-2);text-decoration:none">SEO Guide</a></li><li><a href="/resources/humanized-content" style="font-size:14px;color:var(--ink-2);text-decoration:none">Humanized Content</a></li><li><a href="/resources/contextual-seo-content" style="font-size:14px;color:var(--ink-2);text-decoration:none">Contextual SEO</a></li><li><a href="/resources/backlink-exchange-network" style="font-size:14px;color:var(--ink-2);text-decoration:none">Backlink Network</a></li><li><a href="/resources/content-vs-backlinks" style="font-size:14px;color:var(--ink-2);text-decoration:none">Content vs Backlinks</a></li><li><a href="/resources/creative-link-building" style="font-size:14px;color:var(--ink-2);text-decoration:none">Creative Link Building</a></li><li><a href="/resources/authority-topics-pagerank" style="font-size:14px;color:var(--ink-2);text-decoration:none">Authority & PageRank</a></li><li><a href="/glossary" style="font-size:14px;color:var(--ink-2);text-decoration:none">Glossary</a></li></ul></div><div><h4 class="mono" style="font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-4);margin-bottom:14px">Free Tools</h4><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px"><li><a href="/tools/word-counter" style="font-size:14px;color:var(--ink-2);text-decoration:none">Word Counter</a></li><li><a href="/tools/reading-time-calculator" style="font-size:14px;color:var(--ink-2);text-decoration:none">Reading Time</a></li><li><a href="/tools/readability-score" style="font-size:14px;color:var(--ink-2);text-decoration:none">Readability Score</a></li><li><a href="/tools/headline-analyzer" style="font-size:14px;color:var(--ink-2);text-decoration:none">Headline Analyzer</a></li><li><a href="/tools/keyword-density-checker" style="font-size:14px;color:var(--ink-2);text-decoration:none">Keyword Density</a></li><li><a href="/tools/serp-preview" style="font-size:14px;color:var(--ink-2);text-decoration:none">SERP Preview</a></li><li><a href="/tools" style="font-size:14px;color:var(--ink-2);text-decoration:none">All tools →</a></li></ul></div><div><h4 class="mono" style="font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-4);margin-bottom:14px">Built for</h4><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px"><li><a href="/for/b2b" style="font-size:14px;color:var(--ink-2);text-decoration:none">B2B SaaS</a></li><li><a href="/for/saas" style="font-size:14px;color:var(--ink-2);text-decoration:none">SaaS</a></li><li><a href="/for/ecommerce" style="font-size:14px;color:var(--ink-2);text-decoration:none">Ecommerce</a></li><li><a href="/for/indie-hackers" style="font-size:14px;color:var(--ink-2);text-decoration:none">Indie Hackers</a></li><li><a href="/for/publishers" style="font-size:14px;color:var(--ink-2);text-decoration:none">Publishers</a></li><li><a href="/for/agencies" style="font-size:14px;color:var(--ink-2);text-decoration:none">Agencies</a></li></ul></div><div><h4 class="mono" style="font-size:11px;text-transform:uppercase;letter-spacing:0.12em;color:var(--ink-4);margin-bottom:14px">Company</h4><ul style="list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:9px"><li><a href="/about" style="font-size:14px;color:var(--ink-2);text-decoration:none">About</a></li><li><a href="/affiliate" style="font-size:14px;color:var(--ink-2);text-decoration:none">Affiliate Program</a></li><li><a href="/privacy" style="font-size:14px;color:var(--ink-2);text-decoration:none">Privacy Policy</a></li><li><a href="/terms" style="font-size:14px;color:var(--ink-2);text-decoration:none">Terms</a></li><li><a href="/cookies" style="font-size:14px;color:var(--ink-2);text-decoration:none">Cookie Policy</a></li><li><a href="mailto:sev@skribra.com" style="font-size:14px;color:var(--ink-2);text-decoration:none">Contact</a></li></ul></div></div><div class="landing-wrap" style="margin-top:48px;padding-top:24px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:12.5px;color:var(--ink-4)"><div>© 2026 Skribra. All rights reserved.</div><div class="mono">Built for SaaS founders — Made in 2026</div></div><style> @media (max-width: 1060px) { .foot-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr !important; } } @media (max-width: 860px) { .foot-grid { grid-template-columns: 1fr 1fr !important; } } @media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr !important; } } </style></footer></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-984016ba574c25b1.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[69243,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"5926\",\"static/chunks/5926-834bb3af8654ab59.js\",\"7177\",\"static/chunks/app/layout-c17f01835adbdb69.js\"],\"\"]\n3:I[75843,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"5926\",\"static/chunks/5926-834bb3af8654ab59.js\",\"7177\",\"static/chunks/app/layout-c17f01835adbdb69.js\"],\"Provider\"]\n4:I[90636,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"5926\",\"static/chunks/5926-834bb3af8654ab59.js\",\"7177\",\"static/chunks/app/layout-c17f01835adbdb69.js\"],\"TrackingProvider\"]\n5:I[87555,[],\"\"]\n6:I[31295,[],\"\"]\nd:I[28393,[],\"\"]\n:HL[\"/_next/static/media/558ca1a6aa3cb55e-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/9cc5b37ab1350db7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/de42cfb9a3b980ae-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e6099e249fd938cc-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/cf86a41998cccb35.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"M7kmLljNH2A8dNozs9yFX\",\"p\":\"\",\"c\":[\"\",\"glossary\",\"open-graph\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"glossary\",{\"children\":[[\"slug\",\"open-graph\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/cf86a41998cccb35.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n var theme = localStorage.getItem('landing-theme');\\n if (!theme) {\\n theme = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\\n }\\n document.documentElement.setAttribute('data-theme', theme);\\n } catch (e) {}\\n })();\\n \"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Skribra\\\",\\\"url\\\":\\\"https://skribra.com\\\",\\\"logo\\\":\\\"https://skribra.com/icon_512.png\\\",\\\"description\\\":\\\"Skribra is a human-first SEO content platform that creates contextual content designed to rank and compound organic traffic over time.\\\",\\\"sameAs\\\":[],\\\"contactPoint\\\":{\\\"@type\\\":\\\"ContactPoint\\\",\\\"contactType\\\":\\\"customer service\\\",\\\"email\\\":\\\"support@skribra.com\\\",\\\"url\\\":\\\"https://skribra.com\\\"}}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"Skribra\\\",\\\"url\\\":\\\"https://skribra.com\\\",\\\"description\\\":\\\"Human-first, contextual SEO content built to rank, earn trust, and compound organic traffic. Skribra helps teams publish with real search context—not generic AI output.\\\"}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"SoftwareApplication\\\",\\\"name\\\":\\\"Skribra\\\",\\\"applicationCategory\\\":\\\"BusinessApplication\\\",\\\"operatingSystem\\\":\\\"Web\\\",\\\"description\\\":\\\"Skribra is a human-first, contextual SEO content system that plans and generates content aligned with real search intent to drive long-term organic growth.\\\",\\\"offers\\\":{\\\"@type\\\":\\\"Offer\\\",\\\"price\\\":\\\"75\\\",\\\"priceCurrency\\\":\\\"USD\\\",\\\"priceValidUntil\\\":\\\"2026-12-31\\\"}}\"}}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_689e3f __variable_1f5468 __variable_6d24ac antialiased\",\"children\":[[\"$\",\"$L2\",null,{\"src\":\"https://www.googletagmanager.com/gtag/js?id=AW-17882458449\",\"strategy\":\"afterInteractive\"}],[\"$\",\"$L2\",null,{\"id\":\"google-ads\",\"strategy\":\"afterInteractive\",\"children\":\"\\n window.dataLayer = window.dataLayer || [];\\n function gtag(){dataLayer.push(arguments);}\\n gtag('js', new Date());\\n gtag('config', 'AW-17882458449');\\n \"}],[\"$\",\"$L2\",null,{\"src\":\"https://cdn.affonso.io/js/pixel.min.js\",\"strategy\":\"afterInteractive\",\"data-affonso\":\"cmpdtqppf0006x1yb14668oon\",\"data-cookie_duration\":\"30\"}],[\"$\",\"a\",null,{\"href\":\"#main-content\",\"className\":\"skip-link\",\"children\":\"Skip to main content\"}],[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],\"$L7\",\"$L8\"]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}]]}],{\"children\":[\"glossary\",\"$L9\",{\"children\":[[\"slug\",\"open-graph\",\"d\"],\"$La\",{\"children\":[\"__PAGE__\",\"$Lb\",{},null,false]},null,false]},null,false]},null,false],\"$Lc\",false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"f:I[59665,[],\"OutletBoundary\"]\n11:I[74911,[],\"AsyncMetadataOutlet\"]\n13:I[59665,[],\"ViewportBoundary\"]\n15:I[59665,[],\"MetadataBoundary\"]\n16:\"$Sreact.suspense\"\n7:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}]\n8:[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]\n9:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\na:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\nb:[\"$\",\"$1\",\"c\",{\"children\":[\"$Le\",null,[\"$\",\"$Lf\",null,{\"children\":[\"$L10\",[\"$\",\"$L11\",null,{\"promise\":\"$@12\"}]]}]]}]\nc:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L13\",null,{\"children\":\"$L14\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L15\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$16\",null,{\"fallback\":null,\"children\":\"$L17\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"18:I[78473,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Box\"]\n19:I[54994,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Navbar\"]\n1a:I[14364,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Container\"]\n1b:I[25588,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5"])</script><script>self.__next_f.push([1,"622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Flex\"]\n1c:I[26250,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Link\"]\n1d:I[23601,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Text\"]\n1e:I[70614,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9"])</script><script>self.__next_f.push([1,"003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Heading\"]\n"])</script><script>self.__next_f.push([1,"e:[\"$\",\"div\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"DefinedTerm\\\",\\\"name\\\":\\\"Open Graph\\\",\\\"description\\\":\\\"A protocol developed by Facebook that uses `\u003cmeta\u003e` tags in a page's `\u003chead\u003e` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.\\\",\\\"url\\\":\\\"https://skribra.com/glossary/open-graph\\\",\\\"inDefinedTermSet\\\":{\\\"@type\\\":\\\"DefinedTermSet\\\",\\\"name\\\":\\\"Skribra SEO Glossary\\\",\\\"url\\\":\\\"https://skribra.com/glossary\\\"},\\\"dateModified\\\":\\\"2026-06-09\\\",\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Skribra\\\",\\\"url\\\":\\\"https://skribra.com\\\"}}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Glossary\\\",\\\"item\\\":\\\"https://skribra.com/glossary\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Technical SEO\\\",\\\"item\\\":\\\"https://skribra.com/glossary/category/technical-seo\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"Open Graph\\\",\\\"item\\\":\\\"https://skribra.com/glossary/open-graph\\\"}]}\"}}],[\"$\",\"$L18\",null,{\"style\":{\"backgroundColor\":\"var(--landing-bg)\"},\"children\":[[\"$\",\"$L19\",null,{}],[\"$\",\"$L18\",null,{\"style\":{\"backgroundColor\":\"var(--landing-bg)\"},\"children\":[[\"$\",\"$L18\",null,{\"pt\":{\"base\":24,\"md\":32},\"pb\":{\"base\":8,\"md\":12},\"position\":\"relative\",\"style\":{\"background\":\"linear-gradient(to bottom, var(--landing-bg-hero-from), var(--landing-bg-hero-to))\",\"borderBottom\":\"1px solid var(--landing-border)\"},\"children\":[[[\"$\",\"$L18\",null,{\"className\":\"pointer-events-none absolute inset-y-0 left-[calc(50%-600px)] w-px hidden lg:block\",\"style\":{\"backgroundColor\":\"var(--landing-border-muted)\"}}],[\"$\",\"$L18\",null,{\"className\":\"pointer-events-none absolute inset-y-0 right-[calc(50%-600px)] w-px hidden lg:block\",\"style\":{\"backgroundColor\":\"var(--landing-border-muted)\"}}]],[\"$\",\"$L1a\",null,{\"maxW\":\"1200px\",\"children\":[\"$\",\"$L18\",null,{\"maxW\":\"760px\",\"children\":[[\"$\",\"$L1b\",null,{\"gap\":2,\"mb\":4,\"align\":\"center\",\"fontSize\":\"sm\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":[[\"$\",\"$L1c\",null,{\"href\":\"/glossary\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"_hover\":{\"color\":\"var(--landing-text)\"},\"children\":\"Glossary\"}],[[\"$\",\"$L1d\",null,{\"children\":\"/\"}],[\"$\",\"$L1c\",null,{\"href\":\"/glossary/category/technical-seo\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"_hover\":{\"color\":\"var(--landing-text)\"},\"children\":\"Technical SEO\"}]],[\"$\",\"$L1d\",null,{\"children\":\"/\"}],[\"$\",\"$L1d\",null,{\"children\":\"Open Graph\"}]]}],[\"$\",\"$L1e\",null,{\"as\":\"h1\",\"fontSize\":{\"base\":\"2rem\",\"md\":\"2.75rem\"},\"fontWeight\":700,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"1.2\",\"mb\":4,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Open Graph\"}],[\"$\",\"$L1d\",null,{\"fontSize\":{\"base\":\"1.05rem\",\"md\":\"1.15rem\"},\"lineHeight\":\"1.7\",\"fontWeight\":300,\"mb\":6,\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"A protocol developed by Facebook that uses `\u003cmeta\u003e` tags in a page's `\u003chead\u003e` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.\"}],[\"$\",\"$L1b\",null,{\"gap\":4,\"align\":\"center\",\"flexWrap\":\"wrap\",\"fontSize\":\"sm\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":[\"$\",\"$L1d\",null,{\"children\":[\"Updated \",\"June 9, 2026\"]}]}]]}]}]]}],[\"$\",\"$L18\",null,{\"as\":\"article\",\"py\":{\"base\":10,\"md\":14},\"position\":\"relative\",\"style\":{\"backgroundColor\":\"var(--landing-bg)\"},\"children\":[[[\"$\",\"$L18\",null,{\"className\":\"pointer-events-none absolute inset-y-0 left-[calc(50%-600px)] w-px hidden lg:block\",\"style\":{\"backgroundColor\":\"var(--landing-border-muted)\"}}],[\"$\",\"$L18\",null,{\"className\":\"pointer-events-none absolute inset-y-0 right-[calc(50%-600px)] w-px hidden lg:block\",\"style\":{\"backgroundColor\":\"var(--landing-border-muted)\"}}]],[\"$\",\"$L1a\",null,{\"maxW\":\"1200px\",\"children\":[\"$\",\"$L1b\",null,{\"gap\":10,\"align\":\"flex-start\",\"children\":[[\"$\",\"$L18\",null,{\"flex\":\"1\",\"minW\":0,\"children\":[[\"$\",\"$L18\",null,{\"p\":5,\"mb\":8,\"borderRadius\":\"xl\",\"style\":{\"backgroundColor\":\"var(--landing-bg-subtle)\",\"border\":\"1px solid var(--landing-border)\"},\"children\":[\"$L1f\",\"$L20\"]}],\"$L21\",[\"$L22\",\"$L23\",\"$L24\"],\"$L25\",\"$L26\",\"$L27\"]}],\"$L28\"]}]}]]}]]}],\"$L29\"]}]]}]\n"])</script><script>self.__next_f.push([1,"2a:I[38639,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Stack\"]\n2b:I[53498,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Grid\"]\n31:I[75961,[\"844\",\"static/chunks/ee560e2c-ad8658d6102771a4.js\",\"7315\",\"static/chunks/7315-d29d1cbf602ed1ed.js\",\"5284\",\"static/chunks/5284-877b0de262ae0c93.js\",\"5622\",\"static/chunks/5622-a39408ea412224b1.js\",\"4398\",\"static/chunks/4398-e6d393d2cbbb6cc6.js\",\"62\",\"static/chunks/62-a946fbbddd3a298f.js\",\"9785\",\"static/chunks/9785-725c59e41be337b4.js\",\"9003\",\"static/chunks/9003-a871ef72e009208c.js\",\"1468\",\"static/chunks/1468-86859083f83060b3.js\",\"8701\",\"static/chunks/8701-fe02c1f66e9e16e8.js\",\"9134\",\"static/chunks/9134-9b00ab3c7a08eec3.js\",\"3405\",\"static/chunks/app/glossary/%5Bslug%5D/page-68d04b5629872fc1.js\"],\"Footer\"]\n1f:[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"fontWeight\":700,\"letterSpacing\":\"0.08em\",\"mb\":2,\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":\"TL;DR\"}]\n20:[\"$\",\"$L1d\",null,{\"lineHeight"])</script><script>self.__next_f.push([1,"\":\"1.7\",\"fontSize\":\"15px\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"Open Graph tags control what your page looks like when shared on Facebook, LinkedIn, Twitter, and other platforms. Without them, social previews are random. With them, you control the image, title, and description shown.\"}]\n"])</script><script>self.__next_f.push([1,"21:[\"$\",\"$L18\",null,{\"mb\":10,\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h2\",\"fontSize\":\"1.125rem\",\"fontWeight\":700,\"mb\":4,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Key Points\"}],[\"$\",\"$L2a\",null,{\"gap\":3,\"children\":[[\"$\",\"$L1b\",\"0\",{\"gap\":3,\"align\":\"flex-start\",\"children\":[[\"$\",\"$L1d\",null,{\"flexShrink\":0,\"mt\":0.5,\"style\":{\"color\":\"var(--landing-accent, #16a34a)\"},\"fontWeight\":700,\"fontSize\":\"14px\",\"children\":\"✓\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"15px\",\"lineHeight\":\"1.7\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"The four required Open Graph tags are: og:title, og:type, og:image, and og:url — without all four, many platforms fall back to unpredictable defaults\"}]]}],[\"$\",\"$L1b\",\"1\",{\"gap\":3,\"align\":\"flex-start\",\"children\":[[\"$\",\"$L1d\",null,{\"flexShrink\":0,\"mt\":0.5,\"style\":{\"color\":\"var(--landing-accent, #16a34a)\"},\"fontWeight\":700,\"fontSize\":\"14px\",\"children\":\"✓\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"15px\",\"lineHeight\":\"1.7\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"Twitter/X uses its own variant called Twitter Cards (twitter:card, twitter:title, twitter:image) but falls back to Open Graph tags if Twitter Cards aren't present\"}]]}],[\"$\",\"$L1b\",\"2\",{\"gap\":3,\"align\":\"flex-start\",\"children\":[[\"$\",\"$L1d\",null,{\"flexShrink\":0,\"mt\":0.5,\"style\":{\"color\":\"var(--landing-accent, #16a34a)\"},\"fontWeight\":700,\"fontSize\":\"14px\",\"children\":\"✓\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"15px\",\"lineHeight\":\"1.7\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"og:image dimensions should be 1200×630 pixels for optimal display across platforms; images smaller than 600px wide may not render as large cards\"}]]}],[\"$\",\"$L1b\",\"3\",{\"gap\":3,\"align\":\"flex-start\",\"children\":[[\"$\",\"$L1d\",null,{\"flexShrink\":0,\"mt\":0.5,\"style\":{\"color\":\"var(--landing-accent, #16a34a)\"},\"fontWeight\":700,\"fontSize\":\"14px\",\"children\":\"✓\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"15px\",\"lineHeight\":\"1.7\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"Open Graph tags don't directly affect Google rankings but influence social sharing behavior, which indirectly generates traffic and links\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"22:[\"$\",\"$L18\",\"0\",{\"mb\":8,\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h2\",\"fontSize\":\"1.375rem\",\"fontWeight\":700,\"mb\":3,\"letterSpacing\":\"-0.01em\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Essential Open Graph Tags\"}],[\"$\",\"$L18\",null,{\"className\":\"glossary-content\",\"lineHeight\":\"1.8\",\"fontSize\":{\"base\":\"15px\",\"md\":\"16px\"},\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"dangerouslySetInnerHTML\":{\"__html\":\"The Open Graph protocol defines four required properties and many optional ones\u003csup id=\\\"cite-1\\\"\u003e\u003ca href=\\\"#source-1\\\"\u003e[1]\u003c/a\u003e\u003c/sup\u003e. Required: `og:title` (the title shown in the preview, can differ from the HTML `\u003ctitle\u003e`), `og:type` (content type — 'website' for most pages, 'article' for blog posts), `og:image` (the preview image URL — this has the biggest visual impact on click-through from social), and `og:url` (the canonical URL of the page). Recommended additional tags: `og:description` (2–4 sentence summary), `og:site_name` (your brand name), and for articles: `og:article:published_time` and `og:article:author`. These tags are placed in the `\u003chead\u003e` of your HTML: `\u003cmeta property='og:title' content='Your Title Here' /\u003e`.\"}}]]}]\n"])</script><script>self.__next_f.push([1,"23:[\"$\",\"$L18\",\"1\",{\"mb\":8,\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h2\",\"fontSize\":\"1.375rem\",\"fontWeight\":700,\"mb\":3,\"letterSpacing\":\"-0.01em\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Open Graph vs. Twitter Cards\"}],[\"$\",\"$L18\",null,{\"className\":\"glossary-content\",\"lineHeight\":\"1.8\",\"fontSize\":{\"base\":\"15px\",\"md\":\"16px\"},\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"dangerouslySetInnerHTML\":{\"__html\":\"Twitter/X uses a separate but similar meta tag specification called Twitter Cards\u003csup id=\\\"cite-1\\\"\u003e\u003ca href=\\\"#source-1\\\"\u003e[1]\u003c/a\u003e\u003c/sup\u003e\u003csup id=\\\"cite-2\\\"\u003e\u003ca href=\\\"#source-2\\\"\u003e[2]\u003c/a\u003e\u003c/sup\u003e. The key Twitter Card tags are: `twitter:card` (set to 'summary_large_image' for full-width image previews), `twitter:title`, `twitter:description`, and `twitter:image`. Twitter falls back to Open Graph tags when Twitter Card tags are absent — so implementing OG tags covers you on Twitter as well. LinkedIn, Pinterest, and most other platforms read Open Graph tags directly. The practical recommendation: implement full Open Graph tags for broad coverage, then add `twitter:card` and `twitter:site` specifically for Twitter to get the larger card format. In Next.js, the Metadata API allows you to set both via the `openGraph` and `twitter` objects in `generateMetadata()`.\"}}]]}]\n"])</script><script>self.__next_f.push([1,"24:[\"$\",\"$L18\",\"2\",{\"mb\":8,\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h2\",\"fontSize\":\"1.375rem\",\"fontWeight\":700,\"mb\":3,\"letterSpacing\":\"-0.01em\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Open Graph and SEO\"}],[\"$\",\"$L18\",null,{\"className\":\"glossary-content\",\"lineHeight\":\"1.8\",\"fontSize\":{\"base\":\"15px\",\"md\":\"16px\"},\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"dangerouslySetInnerHTML\":{\"__html\":\"Open Graph tags don't directly influence Google rankings, but they have meaningful indirect SEO effects\u003csup id=\\\"cite-2\\\"\u003e\u003ca href=\\\"#source-2\\\"\u003e[2]\u003c/a\u003e\u003c/sup\u003e. Better social preview images and titles increase \u003ca href=\\\"/glossary/click-through-rate\\\" class=\\\"glossary-link\\\"\u003eclick-through rate\u003c/a\u003e from social shares — driving more traffic per share. Higher traffic and engagement signals from social may correlate with improved rankings (though causation is debated). More importantly, compelling social previews increase the chance that readers share content further and that journalists or bloggers who see the content link to it — generating the \u003ca href=\\\"/glossary/backlink\\\" class=\\\"glossary-link\\\"\u003ebacklinks\u003c/a\u003e that do directly affect rankings. For technical implementation in Next.js 15 (the framework Skribra's landing site uses), the Metadata API's `openGraph` object in `generateMetadata()` handles OG tags without manually writing `\u003cmeta\u003e` tags.\"}}]]}]\n"])</script><script>self.__next_f.push([1,"25:[\"$\",\"$L18\",null,{\"pt\":6,\"mt\":8,\"style\":{\"borderTop\":\"1px solid var(--landing-border)\"},\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h3\",\"fontSize\":\"0.875rem\",\"fontWeight\":700,\"letterSpacing\":\"0.06em\",\"mb\":3,\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":\"SOURCES\"}],[\"$\",\"$L2a\",null,{\"gap\":1.5,\"children\":[[\"$\",\"$L1b\",\"0\",{\"gap\":2,\"align\":\"center\",\"id\":\"source-1\",\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":[1,\".\"]}],[\"$\",\"$L1c\",null,{\"href\":\"https://ogp.me/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"fontSize\":\"sm\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"textDecoration\":\"underline\",\"textUnderlineOffset\":\"3px\",\"children\":\"Open Graph Protocol — Official Documentation\"}]]}],[\"$\",\"$L1b\",\"1\",{\"gap\":2,\"align\":\"center\",\"id\":\"source-2\",\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":[2,\".\"]}],[\"$\",\"$L1c\",null,{\"href\":\"https://ahrefs.com/blog/open-graph-meta-tags/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"fontSize\":\"sm\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"textDecoration\":\"underline\",\"textUnderlineOffset\":\"3px\",\"children\":\"Ahrefs — What Is Open Graph and How to Use It for SEO\"}]]}]]}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"mt\":3,\"style\":{\"color\":\"var(--landing-text-muted)\"},\"children\":[\"Last updated: \",\"June 9, 2026\"]}]]}]\n"])</script><script>self.__next_f.push([1,"26:[\"$\",\"$L18\",null,{\"pt\":8,\"mt\":10,\"style\":{\"borderTop\":\"1px solid var(--landing-border)\"},\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h2\",\"fontSize\":\"1.125rem\",\"fontWeight\":600,\"mb\":5,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Related Terms\"}],[\"$\",\"$L2b\",null,{\"templateColumns\":{\"base\":\"1fr\",\"sm\":\"repeat(2, 1fr)\"},\"gap\":4,\"children\":[[\"$\",\"$L1c\",\"meta-description\",{\"href\":\"/glossary/meta-description\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"children\":[\"$\",\"$L18\",null,{\"p\":4,\"borderRadius\":\"lg\",\"transition\":\"all 0.2s\",\"style\":{\"backgroundColor\":\"var(--landing-card-bg)\",\"border\":\"1px solid var(--landing-border)\"},\"_hover\":{\"borderColor\":\"var(--landing-accent)\",\"transform\":\"translateY(-1px)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontWeight\":600,\"fontSize\":\"sm\",\"mb\":1,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Meta Description\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"lineHeight\":\"1.6\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"css\":{\"display\":\"-webkit-box\",\"WebkitLineClamp\":2,\"WebkitBoxOrient\":\"vertical\",\"overflow\":\"hidden\"},\"children\":\"An HTML attribute that provides a 150–160 character summary of a web page, often displayed as the snippet text beneath the title link in search engine results.\"}]]}]}],[\"$\",\"$L1c\",\"click-through-rate\",{\"href\":\"/glossary/click-through-rate\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"children\":[\"$\",\"$L18\",null,{\"p\":4,\"borderRadius\":\"lg\",\"transition\":\"all 0.2s\",\"style\":{\"backgroundColor\":\"var(--landing-card-bg)\",\"border\":\"1px solid var(--landing-border)\"},\"_hover\":{\"borderColor\":\"var(--landing-accent)\",\"transform\":\"translateY(-1px)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontWeight\":600,\"fontSize\":\"sm\",\"mb\":1,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Click-Through Rate (CTR)\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"lineHeight\":\"1.6\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"css\":{\"display\":\"-webkit-box\",\"WebkitLineClamp\":2,\"WebkitBoxOrient\":\"vertical\",\"overflow\":\"hidden\"},\"children\":\"The percentage of users who click on a search result after seeing it in the SERP, calculated as (clicks ÷ impressions) × 100.\"}]]}]}],[\"$\",\"$L1c\",\"schema-markup\",{\"href\":\"/glossary/schema-markup\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"children\":[\"$\",\"$L18\",null,{\"p\":4,\"borderRadius\":\"lg\",\"transition\":\"all 0.2s\",\"style\":{\"backgroundColor\":\"var(--landing-card-bg)\",\"border\":\"1px solid var(--landing-border)\"},\"_hover\":{\"borderColor\":\"var(--landing-accent)\",\"transform\":\"translateY(-1px)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontWeight\":600,\"fontSize\":\"sm\",\"mb\":1,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Schema Markup\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"lineHeight\":\"1.6\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"css\":{\"display\":\"-webkit-box\",\"WebkitLineClamp\":2,\"WebkitBoxOrient\":\"vertical\",\"overflow\":\"hidden\"},\"children\":\"Structured data code added to a web page's HTML that helps search engines understand content context and enables rich results like star ratings, FAQs, breadcrumbs, and event details in the SERP.\"}]]}]}],[\"$\",\"$L1c\",\"title-tag\",{\"href\":\"/glossary/title-tag\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"children\":[\"$\",\"$L18\",null,{\"p\":4,\"borderRadius\":\"lg\",\"transition\":\"all 0.2s\",\"style\":{\"backgroundColor\":\"var(--landing-card-bg)\",\"border\":\"1px solid var(--landing-border)\"},\"_hover\":{\"borderColor\":\"var(--landing-accent)\",\"transform\":\"translateY(-1px)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontWeight\":600,\"fontSize\":\"sm\",\"mb\":1,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Title Tag\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"lineHeight\":\"1.6\",\"style\":{\"color\":\"var(--landing-text-muted)\"},\"css\":{\"display\":\"-webkit-box\",\"WebkitLineClamp\":2,\"WebkitBoxOrient\":\"vertical\",\"overflow\":\"hidden\"},\"children\":\"An HTML element that specifies the title of a web page, displayed as the clickable headline in search engine results and in browser tabs — one of the most important on-page SEO elements.\"}]]}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"27:[\"$\",\"$L18\",null,{\"mt\":12,\"p\":7,\"borderRadius\":\"xl\",\"textAlign\":\"center\",\"style\":{\"backgroundColor\":\"var(--landing-bg-subtle)\",\"border\":\"1px solid var(--landing-border)\"},\"children\":[[\"$\",\"$L1e\",null,{\"as\":\"h3\",\"fontSize\":\"1.25rem\",\"fontWeight\":700,\"mb\":2,\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Put it into practice\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"lineHeight\":\"1.7\",\"mb\":5,\"maxW\":\"480px\",\"mx\":\"auto\",\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"Skribra automates your SEO content pipeline — from keyword research to published articles — so you can apply these concepts at scale.\"}],[\"$\",\"$L1c\",null,{\"href\":\"https://app.skribra.com/login\",\"display\":\"inline-block\",\"px\":6,\"py\":2.5,\"borderRadius\":\"md\",\"fontWeight\":500,\"fontSize\":\"sm\",\"transition\":\"all 0.2s\",\"_hover\":{\"opacity\":0.9,\"transform\":\"translateY(-1px)\",\"textDecoration\":\"none\"},\"style\":{\"backgroundColor\":\"var(--landing-btn-primary-bg)\",\"color\":\"var(--landing-btn-primary-text)\"},\"children\":\"Try Skribra Free\"}]]}]\n"])</script><script>self.__next_f.push([1,"28:[\"$\",\"$L18\",null,{\"w\":\"228px\",\"flexShrink\":0,\"display\":{\"base\":\"none\",\"lg\":\"block\"},\"position\":\"sticky\",\"top\":\"88px\",\"alignSelf\":\"flex-start\",\"children\":[[\"$\",\"$L18\",null,{\"mb\":7,\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"11px\",\"fontWeight\":700,\"letterSpacing\":\"0.09em\",\"mb\":3,\"style\":{\"color\":\"var(--landing-text-muted)\",\"textTransform\":\"uppercase\"},\"children\":[\"More in \",\"Technical SEO\"]}],[\"$\",\"$L2a\",null,{\"gap\":0,\"style\":{\"border\":\"1px solid var(--landing-border)\",\"borderRadius\":\"10px\",\"overflow\":\"hidden\"},\"children\":[[\"$\",\"$L1c\",\"breadcrumbs\",{\"href\":\"/glossary/breadcrumbs\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Breadcrumbs\"}]}]}],[\"$\",\"$L1c\",\"canonical-url\",{\"href\":\"/glossary/canonical-url\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Canonical URL\"}]}]}],[\"$\",\"$L1c\",\"core-web-vitals\",{\"href\":\"/glossary/core-web-vitals\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Core Web Vitals\"}]}]}],[\"$\",\"$L1c\",\"crawlability\",{\"href\":\"/glossary/crawlability\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Crawlability\"}]}]}],[\"$\",\"$L1c\",\"hreflang\",{\"href\":\"/glossary/hreflang\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Hreflang\"}]}]}],[\"$\",\"$L1c\",\"https\",{\"href\":\"/glossary/https\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"HTTPS\"}]}]}],[\"$\",\"$L1c\",\"indexing\",{\"href\":\"/glossary/indexing\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Indexing\"}]}]}],[\"$\",\"$L1c\",\"internal-linking\",{\"href\":\"/glossary/internal-linking\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Internal Linking\"}]}]}],\"$L2c\",\"$L2d\"]}]]}],\"$L2e\",\"$L2f\",\"$L30\"]}]\n"])</script><script>self.__next_f.push([1,"29:[\"$\",\"$L31\",null,{}]\n"])</script><script>self.__next_f.push([1,"2c:[\"$\",\"$L1c\",\"javascript-seo\",{\"href\":\"/glossary/javascript-seo\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"borderBottom\":\"1px solid var(--landing-border)\",\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"JavaScript SEO\"}]}]}]\n2d:[\"$\",\"$L1c\",\"mobile-first-indexing\",{\"href\":\"/glossary/mobile-first-indexing\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L18\",null,{\"px\":3,\"py\":2.5,\"transition\":\"background 0.15s\",\"style\":{\"backgroundColor\":\"var(--landing-card-bg)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"fontWeight\":500,\"lineHeight\":\"1.4\",\"style\":{\"color\":\"var(--landing-text)\"},\"children\":\"Mobile-First Indexing\"}]}]}]\n"])</script><script>self.__next_f.push([1,"2e:[\"$\",\"$L18\",null,{\"mb\":7,\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"11px\",\"fontWeight\":700,\"letterSpacing\":\"0.09em\",\"mb\":3,\"style\":{\"color\":\"var(--landing-text-muted)\",\"textTransform\":\"uppercase\"},\"children\":\"Categories\"}],[\"$\",\"$L2a\",null,{\"gap\":0.5,\"children\":[[\"$\",\"$L1c\",null,{\"href\":\"/glossary\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"All\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":81}]]}]}],[[\"$\",\"$L1c\",\"seo-fundamentals\",{\"href\":\"/glossary/category/seo-fundamentals\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"SEO Fundamentals\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":12}]]}]}],[\"$\",\"$L1c\",\"keyword-research\",{\"href\":\"/glossary/category/keyword-research\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"Keyword Research\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":11}]]}]}],[\"$\",\"$L1c\",\"content-strategy\",{\"href\":\"/glossary/category/content-strategy\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"Content Strategy\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":10}]]}]}],[\"$\",\"$L1c\",\"technical-seo\",{\"href\":\"/glossary/category/technical-seo\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"var(--landing-btn-primary-bg)\",\"color\":\"var(--landing-btn-primary-text)\"},\"_hover\":{},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":600,\"children\":\"Technical SEO\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":16}]]}]}],[\"$\",\"$L1c\",\"link-building\",{\"href\":\"/glossary/category/link-building\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"Link Building\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":6}]]}]}],[\"$\",\"$L1c\",\"analytics\",{\"href\":\"/glossary/category/analytics\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"Analytics \u0026 Measurement\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":10}]]}]}],[\"$\",\"$L1c\",\"ai-automation\",{\"href\":\"/glossary/category/ai-automation\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"AI \u0026 Automation\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":7}]]}]}],\"$L32\"]]}]]}]\n"])</script><script>self.__next_f.push([1,"2f:[\"$\",\"$L18\",null,{\"mb\":4,\"p\":4,\"borderRadius\":\"10px\",\"style\":{\"backgroundColor\":\"var(--landing-bg-subtle)\",\"border\":\"1px solid var(--landing-border)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"11px\",\"fontWeight\":700,\"letterSpacing\":\"0.09em\",\"mb\":2,\"style\":{\"color\":\"var(--landing-text-muted)\",\"textTransform\":\"uppercase\"},\"children\":\"Explore Glossary\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"lineHeight\":\"1.6\",\"mb\":3,\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"Learn more SEO terms and concepts.\"}],[\"$\",\"$L1c\",null,{\"href\":\"/glossary\",\"fontSize\":\"13px\",\"fontWeight\":500,\"style\":{\"color\":\"var(--landing-accent)\"},\"_hover\":{\"textDecoration\":\"underline\"},\"children\":\"Browse all terms →\"}]]}]\n"])</script><script>self.__next_f.push([1,"30:[\"$\",\"$L18\",null,{\"p\":4,\"borderRadius\":\"10px\",\"style\":{\"backgroundColor\":\"var(--landing-bg-subtle)\",\"border\":\"1px solid var(--landing-border)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"11px\",\"fontWeight\":700,\"letterSpacing\":\"0.09em\",\"mb\":2,\"style\":{\"color\":\"var(--landing-text-muted)\",\"textTransform\":\"uppercase\"},\"children\":\"Learn More\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"13px\",\"lineHeight\":\"1.6\",\"mb\":3,\"style\":{\"color\":\"var(--landing-text-secondary)\"},\"children\":\"In-depth guides on SEO, content marketing, and AI content generation.\"}],[\"$\",\"$L1c\",null,{\"href\":\"/blog\",\"fontSize\":\"13px\",\"fontWeight\":500,\"style\":{\"color\":\"var(--landing-accent)\"},\"_hover\":{\"textDecoration\":\"underline\"},\"children\":\"Read the blog →\"}]]}]\n"])</script><script>self.__next_f.push([1,"32:[\"$\",\"$L1c\",\"content-creation\",{\"href\":\"/glossary/category/content-creation\",\"textDecoration\":\"none\",\"_hover\":{\"textDecoration\":\"none\"},\"display\":\"block\",\"children\":[\"$\",\"$L1b\",null,{\"align\":\"center\",\"justify\":\"space-between\",\"px\":3,\"py\":1.5,\"borderRadius\":\"md\",\"transition\":\"all 0.15s\",\"style\":{\"backgroundColor\":\"transparent\",\"color\":\"var(--landing-text-secondary)\"},\"_hover\":{\"backgroundColor\":\"var(--landing-bg-subtle)\"},\"children\":[[\"$\",\"$L1d\",null,{\"fontSize\":\"sm\",\"fontWeight\":400,\"children\":\"Content Creation\"}],[\"$\",\"$L1d\",null,{\"fontSize\":\"xs\",\"style\":{\"opacity\":0.65},\"children\":9}]]}]}]\n"])</script><script>self.__next_f.push([1,"14:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n10:null\n"])</script><script>self.__next_f.push([1,"33:I[38175,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"12:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Open Graph — Definition \u0026 Guide | Skribra Glossary | Skribra\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"A protocol developed by Facebook that uses `\u003cmeta\u003e` tags in a page's `\u003chead\u003e` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/site.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"4\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"link\",\"5\",{\"rel\":\"canonical\",\"href\":\"https://skribra.com/glossary/open-graph\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"Open Graph — Definition \u0026 Guide\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"A protocol developed by Facebook that uses `\u003cmeta\u003e` tags in a page's `\u003chead\u003e` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:url\",\"content\":\"https://skribra.com/glossary/open-graph\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:site_name\",\"content\":\"Skribra\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:locale\",\"content\":\"en_US\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"12\",{\"property\":\"article:modified_time\",\"content\":\"2026-06-09\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"Open Graph — Definition \u0026 Guide | Skribra\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"A protocol developed by Facebook that uses `\u003cmeta\u003e` tags in a page's `\u003chead\u003e` to control how content appears when shared on social media platforms — defining the title, description, image, and URL shown in link previews.\"}],[\"$\",\"link\",\"16\",{\"rel\":\"shortcut icon\",\"href\":\"/icon.svg\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/icon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/icon_192.png\",\"sizes\":\"192x192\",\"type\":\"image/png\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/icon_512.png\",\"sizes\":\"512x512\",\"type\":\"image/png\"}],[\"$\",\"link\",\"20\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon.svg\",\"type\":\"image/svg+xml\",\"sizes\":\"180x180\"}],[\"$\",\"$L33\",\"21\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"17:\"$12:metadata\"\n"])</script></body></html>