When your page is shared on social media platforms like Facebook, the platform has to guess which title, description, and image to show. By adding Open Graph (OG) tags, you can tell them exactly what to display. This ensures your content looks great and is more likely to be clicked on when shared.
No `<meta property="og:...">` tags are present in the HTML <head>.
Add the core Open Graph tags to the <head> of your page, specifying the title, type, URL, and image for social sharing.
<meta property="og:title" content="Your Page Title for Social Media">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/page">
<meta property="og:image" content="https://example.com/image-for-sharing.jpg">
Open Graph tags give you control over your brand's presentation on social media, leading to more engaging and professional-looking shares, which can drive more traffic to your site.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.