Open Graph and Twitter Card Preview
Fill in your og:title, og:description, og:image and the rest, then watch a live card show how your link will look on social feeds and in chat apps. The tool flags a missing image, relative URLs, an unknown Twitter card type and titles or descriptions that run past the limits before they get truncated. It also writes the matching og and twitter meta tags so you can copy them straight into your page head.
How to preview Open Graph tags
- Enter your og:title and og:description. Live counters warn once you pass 60 and 155 characters.
- Paste an absolute og:image URL and the canonical og:url.
- Add og:site_name and set og:type, which defaults to website.
- Pick a twitter:card type, or leave it to auto-select a large image card when an image is present.
- Read the Checks list, adjust anything flagged, then copy the generated meta tags.
Examples
A complete, healthy tag set
title, description, absolute image, url, site name, card summary_large_image
No issues found. Renders as a full width large image card.
No image and no site name
title My Post, a short description, url only
og:image error and og:site_name warning; shows a small text only card, card falls back to summary
Title too long (68 characters)
title: The Complete Guide to Open Graph Meta Tags for Better Social Sharing
Warning: og:title is 68 characters; preview trims to The Complete Guide to Open Graph Meta Tags for Betterβ¦
Frequently asked questions
What is Open Graph?
Open Graph is a set of meta tags, such as og:title, og:description and og:image, that tell social platforms and chat apps how to display your link when it is shared. Twitter Cards are a parallel set of twitter: tags that this tool checks alongside them.
Why does my image need to be an absolute URL?
Platforms fetch the image from outside your site while building the preview, so a relative path like /cover.png has no domain to resolve against and usually fails to load. The tool flags any og:image that is not a full https URL or a protocol relative //host path.
What is the difference between summary and summary_large_image?
The summary card shows a small square thumbnail beside the text, while summary_large_image shows a full width banner above it. If you leave the card blank, the tool picks summary_large_image when an image is set and summary when it is not.
How long should my title and description be?
Aim for a title of 60 characters or fewer and a description of about 155 or fewer, which are the limits the counters use. Past those points the preview trims the text on a word boundary and adds an ellipsis, matching how feeds cut it.
What do the error and warning labels mean?
A missing og:image is marked as an error because without it the link degrades to a plain text card. Everything else, like a missing title, overlong text, a relative URL or an unknown card type, is a warning that is worth fixing but will still render.
Does the tool fetch my live page or verify the image loads?
No. It analyses only the values you type, so it does not crawl a URL, follow redirects or confirm that the image actually returns a 200. Use it to draft and validate tags, then test the published page in each platform's own debugger.
Can I copy ready-made meta tags?
Yes. The Generated meta tags panel writes matching og: and twitter: tags for every field you filled in, including the effective twitter:card, so you can paste them directly into your document head.
Will the preview look exactly like Facebook or X?
It is a faithful approximation of the common card layouts, not a pixel exact copy of any one network. Each platform styles cards a little differently and caches aggressively, so always re-scrape after you publish changes.
Is my data private?
Yes. The whole analysis runs in your browser and nothing you paste is uploaded or logged. The only outbound request is your browser loading the image URL to render it in the preview.
Learn more
- The Open Graph tags checklist
Which og and twitter tags matter, the sizes platforms expect, and how to debug a share that renders wrong after you publish.
Related tools
Open Graph Generator
Generate Open Graph meta tags for rich link previews on Facebook, LinkedIn and Slack. Fill in title, description, URL and image, then copy the HTML.
Twitter Card Generator
Generate Twitter and X card meta tags with a live preview. Pick summary or large image, add title, description, image and handles, then copy the tags.
Meta Tag Generator
Generate clean HTML meta tags for any page. Set title, description, keywords, author and robots, then copy the head block. Runs in your browser.
Social Meta Generator
Generate Open Graph and Twitter Card meta tags together with a live preview. Fill in title, description, image and handles, then copy the HTML.
SERP Snippet Preview
Preview how your title and meta description look in Google search results. Get live warnings when they are too long or too short before you publish.
Article Schema Generator
Generate Article, NewsArticle or BlogPosting JSON-LD schema. Add headline, author, publisher and dates, then copy the script into your page.