You've started implementing Open Graph tags, but you're missing one of the required properties (title, type, image, or URL). Without all the required tags, social media platforms may not be able to generate a rich preview for your page when it's shared, defeating the purpose of using them.
You have an `og:title` and `og:type` but are missing the `og:image` tag.
Ensure that you have all four basic Open Graph tags defined in the <head> of your page.
<meta property="og:title" content="Your Title">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/page">
<meta property="og:image" content="https://example.com/image.jpg">
Providing a complete set of Open Graph tags ensures maximum compatibility and a consistent, rich appearance when your content is shared across different social platforms.
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.