SEO GEO Checker
Adding Open Graph Tags | SEO GEO Checker
Open Graph tags control how your page appears when shared on social media (Facebook, LinkedIn, etc.). Without them, shared links show no preview image or h...
Problem
Open Graph tags control how your page appears when shared on social media (Facebook, LinkedIn, etc.). Without them, shared links show no preview image or have incorrect titles.
Best Practices
1. Add og:title, og:description, og:image at minimum 2. Image should be at least 1200x630px 3. Keep og:title under 60 characters 4. Keep og:description under 155 characters
Example: <meta property="og:title" content="Page Title"> <meta property="og:description" content="Page description for social sharing"> <meta property="og:image" content="https://yoursite.com/image.jpg"> <meta property="og:url" content="https://yoursite.com/page"> <meta property="og:type" content="article">
Testing
Use Facebook's Sharing Debugger or LinkedIn's Post Inspector to preview how your page will appear when shared.