What are Open Graph Tags?
Open Graph (OG) tags control how your content looks when shared on social media. Without them, platforms will try to guess — often with poor results. Good OG tags with an eye-catching image can dramatically increase clicks from social shares.
Enter Your OG Tag Details
The title that appears on social cards
Recommended: 1200×630px for Facebook, 1200×600px for Twitter
📋 OG Tag Checklist
- ! og:title — Required for all platforms
- ! og:description — Shows as preview text
- ! og:image — Essential for engagement
- ! og:url — Canonical URL for the page
📘 Facebook Preview
🐦 Twitter Preview
<!-- Open Graph tags for social sharing --> <meta property="og:title" content="Your Title"> <meta property="og:description" content="Your description"> <meta property="og:image" content="https://..."> <meta property="og:url" content="https://..."> <meta property="og:type" content="website"> <!-- Twitter Card tags --> <meta name="twitter:card" content="summary_large_image">