How OG Tags Work
Social platforms read OG meta tags when a link is shared:Common Issues
Hardcoded fallback values showing
Hardcoded fallback values showing
Problem: Your app has default OG tags that don’t update per page.Cause: Code like this:Fix: Make OG tags dynamic:
OG image not showing
OG image not showing
Problem: Image doesn’t appear in social previews.Common causes:
- Using a relative URL (
/images/og.pnginstead ofhttps://...) - Image is too small (must be at least 200x200, recommended 1200x630)
- Image is too large (most platforms reject files over 8 MB; WhatsApp drops images over 300 KB)
- Image URL returns 404
- Image is not publicly accessible
Old preview still showing after update
Old preview still showing after update
Problem: You fixed the OG tags but social platforms still show old data.Cause: Social platforms cache previews aggressively.Fix: Force a refresh:
- Facebook/Instagram: Use Facebook Sharing Debugger
- Twitter/X: Use Twitter Card Validator
- LinkedIn: Add
?v=2to your URL when sharing to bust cache
Debug with Hado SEO Tools
- OG Preview Checker - See exactly what social platforms will display
- Meta Tags Checker - Verify all your meta tags are present and correct
- SEO Bot Crawler Test - See the full rendered HTML including OG tags