Open Graph Tags Check
The Open Graph check validates whether your website has proper meta tags that control how your content appears when shared on social media platforms.
What this check validates
- ✅ Required tags present - og:title, og:description, og:image, og:url
- ✅ Proper formatting - Valid content and structure
- ✅ Image accessibility - Images load successfully and meet size requirements
- ✅ Social compatibility - Works across major platforms
Why open graph matters
- Looks better: Shows images and descriptions instead of just links
- More clicks: People are more likely to visit your site
- Consistent look: Your site looks the same on all social platforms
- More visitors: Sharing brings more people to your site
Essential Open Graph Tags
The basic tags that control social media previews:
<!-- Page title for social sharing -->
<meta property="og:title" content="Your Page Title" />
<!-- Description that appears in social previews -->
<meta property="og:description" content="Compelling description of your content" />
<!-- Image that appears in social previews -->
<meta property="og:image" content="https://yoursite.com/image.jpg" />
<!-- Canonical URL of the page -->
<meta property="og:url" content="https://yoursite.com/page" />
<!-- Type of content (website, article, etc.) -->
<meta property="og:type" content="website" />
Common issues
- Missing Tags: No Open Graph tags found in the page head
- Broken Images: Image URLs that return 404 errors
- Wrong Image Size: Images too small (recommended: 1200x630 pixels)
- Empty Content: Generic or missing titles and descriptions