Social Cards
Introduction
Social platforms use Open Graph (OG) and Twitter Card meta tags to generate rich link previews when users share your URL.
Why it matters
Links with rich preview images get significantly higher click-through rates. Without them, your link is just raw text.
Where it appears
- Twitter / X
- iMessage, WhatsApp, Telegram
- Slack, Discord
Implementation
<meta property="og:title" content="SeeSite" />
<meta property="og:description" content="Website Identity Verification" />
<meta property="og:image" content="https://example.com/og-image.jpg" />
<meta property="og:url" content="https://example.com" />
<meta name="twitter:card" content="summary_large_image" />