See exactly how your link appears when shared on Twitter, Facebook, Discord, and Slack.
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.
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) →