Complete Your Open Graph Data by Adding Required Properties

Metadata Analyzer

What is this warning?

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.

How to Fix This Issue

How to Fix It

The Problem

You have an `og:title` and `og:type` but are missing the `og:image` tag.

The Solution

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">

Why This Works

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.

SEO Impact

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.

Automatic Detection

Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.

Ready to Unlock Your Site's Full SEO Potential?

Choose the license that fits your needs and start getting the deep, actionable insights you deserve.