Open Graph Readiness Score
Separate passes, warnings, and failures with specific fixes.
Technical link QA
Run a live Open Graph test for any URL. Inspect the tags and share image, preview the resulting cards, trace redirects, and copy the exact fixes your page needs.
Separate passes, warnings, and failures with specific fixes.
Verify the exact Open Graph, Twitter, robots, and canonical values found.
Check whether the image responds publicly, its format, byte size, and dimensions.
Copy, share, or download the live report for a developer, client, or release checklist.
Need a platform-specific workflow? Use the Twitter Card validator, LinkedIn post preview, or Facebook Open Graph debugger.
Generate a self-contained repair prompt with the failed checks, current tags, suggested code, and verification requirements.
Diff a production URL against staging or a replacement page before you ship metadata changes.
Compare two URLs →Share a re-runnable report link. It fetches the page again so collaborators see the latest deployed metadata.
View report examples →The checker follows and records redirects, fetches the HTML, and inspects the declared share image.
Confirm the visible title, description, and crop, then work through warnings in the diagnostic report.
Paste the suggested code or AI-agent prompt into your workflow, deploy, and rerun the same URL to verify it.
A reliable link preview starts with one clear value for each core property. Use absolute HTTPS URLs for the page and image.
<meta property="og:title" content="A clear, specific title" />
<meta property="og:description" content="A concise reason to open this page." />
<meta property="og:image" content="https://example.com/social-card.jpg" />
<meta property="og:url" content="https://example.com/page" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />Debug missing, blocked, relative, or incorrectly sized share images.
Fix card type, image, fallback, crawler, and cache problems.
Separate live metadata problems from LinkedIn cache problems.
Correct stale titles, images, descriptions, and canonical mismatches.
Choose a safe aspect ratio, dimensions, format, and file size.
Copy implementation examples for HTML, Next.js, React, and WordPress.