What is Open Graph Tag Checker?
An Open Graph Tag Checker reads the Open Graph metadata declared by a webpage and presents the values that social platforms may use when someone shares the URL. The key fields are usually `og:title`, `og:description`, `og:image` and `og:url`, but the practical goal is not to maximize tag count; it is to make sure the shared preview represents the page accurately.
A technically healthy article can still look poor when shared if the image is missing, the title is stale or the description comes from the wrong template. Social previews influence whether people recognize and trust a link, especially when content is distributed through messaging apps, social networks or internal team channels.
How to use the Open Graph Tag Checker
- 1Enter the public page URL.
- 2Run the check and review the detected Open Graph fields.
- 3Compare the title and description with the current page content.
- 4Open the image URL manually and confirm it is public, stable and visually appropriate.
- 5Use platform-specific debuggers when you need to refresh a cached social preview.
Understanding the results
- `og:title` is the social-sharing title candidate.
- `og:description` provides summary copy for platforms that use it.
- `og:image` should point to an accessible representative image.
- `og:url` should normally reflect the canonical public URL rather than a tracking or preview address.
Common problems
- Old brand image remains after a redesign.
- Relative image URL is rendered instead of an absolute URL.
- Every page inherits the homepage social title.
- Open Graph URL disagrees with canonical metadata.
- Image is blocked by authentication, robots or hotlink protection.
How to fix them
- Generate social metadata from the same page record that supplies title and canonical URL.
- Use stable absolute image URLs.
- Replace template fallbacks that erase page-specific titles.
- Purge platform caches after correcting important shared pages.
Open Graph metadata best practices
- Write social titles for recognition and clarity rather than keyword density.
- Choose images that remain legible when cropped.
- Keep canonical and Open Graph URLs aligned when they represent the same page.
- Test representative templates after CMS or framework changes.
Practical example
What this tool cannot tell you
The checker reports metadata from the current HTML response. Social platforms can cache older values or apply their own formatting and image-cropping rules.
Frequently asked questions
Do Open Graph tags affect Google rankings?+
They primarily control social sharing metadata rather than standard search rankings.
What size should og:image be?+
Platforms publish their own recommendations and can change them. Use a high-quality landscape image that remains clear when cropped.
Can og:title differ from the SEO title?+
Yes. It can be adapted for social sharing as long as it still accurately represents the page.
Why does Facebook show an old image?+
Social platforms cache preview data. Use their debugging or rescraping tools after fixing the page.
Is og:url required?+
It is commonly used to identify the preferred shared URL, but the overall implementation should remain consistent with canonical metadata.
Related SEO tools
Twitter/X Card Checker
Inspect Twitter/X Card metadata and preview the title, description, image and card type declared by the page.
Meta Tag Checker
Inspect important head metadata in one place, including title, description, canonical, robots and social tags.
SEO Search Snippet Preview
Preview a title, URL and description in a search-style layout while keeping clear that search engines may rewrite snippets.