Check OG Tags Online

See exactly how your link appears when shared on Twitter, Facebook, Discord, and Slack.

What Are OG Tags?

Open Graph (OG) tags are HTML meta tags that control how your page looks when someone shares the link on social media. Without them, shared links show up as plain URLs with no image, title, or description.

The four essential OG tags are: og:title, og:description, og:image, and og:url.

How to Add OG Tags

Add these inside your HTML <head>:

<meta property="og:title" content="Your Page Title">
<meta property="og:description" content="A brief description">
<meta property="og:image" content="https://yoursite.com/image.png">
<meta property="og:url" content="https://yoursite.com/page">
<meta name="twitter:card" content="summary_large_image">

Want the complete picture? Run all 18 checks:

Full SEO Audit (Free) →