Open Graph Checker
Validate Open Graph tags for perfect social media link previews
Note: This tool checks og: tags used by Facebook, LinkedIn, and other platforms. Twitter uses separate twitter: tags (also checked).
Open Graph Best Practices
Required Tags
- β og:title - Headline (40-60 chars)
- β og:type - Content type (article, website, product)
- β og:image - Preview image (1200x630px min)
- β og:url - Canonical page URL
Recommended Tags
- β og:description - Summary (100-200 chars)
- β og:site_name - Brand/website name
- β og:locale - Language/region (en_US)
- β og:image:width/height - For faster rendering
Twitter Card Tags
Twitter uses separate tags but falls back to OG tags if missing:
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="...">
<meta name="twitter:description" content="...">
<meta name="twitter:image" content="...">