Simplify Your Workflow: Search MiniWebtool.
Add Extension
Related Tools
Broken Link CheckerHreflang Tag GeneratorHtaccess Redirect GeneratorHTML to Text ConverterMeta Tag GeneratorRedirect CheckerWebhook Tester
Home Page > Webmaster Tools > Open Graph Checker

Open Graph Checker

Preview and validate Open Graph meta tags for social sharing by checking a live URL or pasted HTML. Inspect og:title, og:description, og:image, canonical links, Twitter fallbacks, duplicate tags, redirect behavior, and common share-preview issues that affect Facebook, LinkedIn, Slack, Discord, and messaging apps.

Open Graph Checker
Social card QA

Check the metadata that decides how a URL looks when someone shares it in Facebook, LinkedIn, Slack, Discord, iMessage, X, or other preview surfaces. You can inspect a live URL after deployment or paste HTML during staging to catch missing og:* tags before release.

Quick Examples

Source setup

Live URL mode checks what crawlers can fetch right now. Pasted HTML mode is useful before launch, inside a CMS, or when you want to validate server-rendered head markup without publishing it.

Use live URL mode for production QA. Use pasted HTML mode for staging or template work.
In live URL mode, this is the page to fetch. In pasted HTML mode, it acts as an optional base URL for resolving relative canonical or image paths.

HTML source

Paste the full HTML or at least the <head> section that contains your social metadata.

The checker reads the raw source. JavaScript that injects tags after page load may still fail on real crawlers.

Result details appear below in the audit report and share-preview card. The result area is rendered server-side so the output also works without relying on front-end-only calculations.

\\n' } }; function setValue(id, value) { var el = document.getElementById(id); if (el) { el.value = value; } } function syncMode() { var modeField = document.getElementById('id_mode'); var pastePanel = document.getElementById('ogc-paste-panel'); var hint = document.getElementById('ogc-url-hint'); var mode = modeField ? modeField.value : 'fetch'; if (pastePanel) { pastePanel.classList.toggle('is-visible', mode === 'paste'); } if (hint) { hint.textContent = mode === 'paste' ? 'Optional but helpful. If your pasted markup uses relative URLs, this base URL lets the checker resolve canonical and image paths.' : 'Enter the public URL exactly as users or campaigns will share it. Redirects and final fetched URLs are shown in the report.'; } } function applyExample(key) { var example = examples[key]; if (!example) { return; } setValue('id_mode', example.mode); setValue('id_page_url', example.page_url); setValue('id_html_source', example.html_source); document.querySelectorAll('.ogc-example-btn').forEach(function (btn) { btn.classList.toggle('is-active', btn.getAttribute('data-example') === key); }); syncMode(); } document.addEventListener('DOMContentLoaded', function () { var modeField = document.getElementById('id_mode'); if (modeField) { modeField.addEventListener('change', syncMode); } document.querySelectorAll('.ogc-example-btn').forEach(function (btn) { btn.addEventListener('click', function () { applyExample(btn.getAttribute('data-example')); }); }); syncMode(); }); })();

Embed Open Graph Checker Widget

About Open Graph Checker

An Open Graph checker helps you verify the exact metadata that controls how a page appears when someone shares a link in social feeds, chat apps, email previews, or collaboration tools. Instead of relying on whatever title, excerpt, or image a platform guesses from the body, Open Graph tags give crawlers a clear set of instructions: which headline to show, which summary to display, which image to fetch, which canonical URL to associate with the share, and what type of content the page represents. That matters for SEO and GEO workflows because modern discovery systems often reuse these same page-level signals when generating previews, link cards, summaries, or source citations.

How to Use

  • Choose a source. Use live URL mode when you want to test what a crawler can fetch from a public page right now, or switch to pasted HTML mode when you are validating markup before launch.
  • Enter the URL or HTML. Paste the exact URL you expect users to share, or paste the page HTML with the head section intact so the checker can read Open Graph, Twitter, and canonical tags.
  • Run the checker. Review the preview card, missing-field warnings, duplicate-tag findings, redirect notes, and field comparison table after the scan completes.
  • Fix the final source before sharing. Update the page so the server-rendered response exposes one clear set of tags, then recheck before posting the link in campaigns, social posts, newsletters, or internal chat tools.

What the Checker Reviews

Signal Why it matters Typical problem
og:title Gives crawlers an explicit share headline instead of reusing the HTML title or a random heading. Very short titles look generic, while long titles often truncate in messaging previews.
og:description Controls the supporting copy that explains the page after the title. Thin descriptions waste preview space or let platforms assemble fragments from body text.
og:image Usually determines the thumbnail or hero image in the card. Relative URLs, HTTP images, or missing images lead to inconsistent previews across apps.
og:url and canonical Help platforms consolidate shares and keep the preferred page URL consistent. Redirects or mismatched URLs split engagement counts and confuse indexing signals.
twitter:card Improves fallback behavior on X and some embed consumers even when Open Graph is present. Teams assume OG alone is enough, then get a smaller or less consistent card on some surfaces.

Common Mistakes and Interpretation Tips

A page can look correct in a browser and still produce a weak social preview if the metadata is duplicated, injected late with JavaScript, or attached to the wrong canonical URL. One frequent mistake is publishing og:url for a non-canonical or parameterized version of the page, then sharing a different URL in campaigns or newsletters. Another is relying on relative image paths that work inside a browser but create ambiguity for crawlers. Duplicate og:title or og:description tags are also risky, because platforms may choose the first value, the last value, or a cached older value depending on how they fetch the page.

If the checker reports a redirect, compare the requested URL, final fetched URL, canonical link, and og:url together. Those four values should usually describe the same preferred page. If they do not, fix the page before a promotion or product launch so social shares, analytics, and indexing signals all point to one stable URL.

Use Cases

This tool is practical for editorial teams checking article shares before publication, ecommerce teams validating product cards before a campaign, and developers reviewing SSR output after a framework migration. It is also useful when debugging why Slack, Discord, LinkedIn, or Facebook is showing an outdated thumbnail, a homepage title, or a generic fallback image. In those situations, the problem is often not the platform itself but the metadata exposed by the page source it fetched.

Because many AI answer surfaces and preview systems reuse page metadata, controlled Open Graph tags can also improve how links are summarized or cited outside traditional social media. The tags are not a ranking factor by themselves, but they are part of the page-quality packaging that affects click-through and share confidence.

FAQ

How do I test Open Graph tags before posting a link on social media?

Fetch the live URL or paste the final HTML source, then confirm that og:title, og:description, og:image, og:url, and og:type are present in the page source a crawler actually receives. After that, compare the OG URL with the canonical link and make sure the page is not redirecting somewhere unexpected.

Why is my link preview showing the wrong image or title?

The usual causes are missing Open Graph tags, duplicate values, relative image paths, stale cache on the social platform, or a mismatch between the shared URL and the canonical or redirected page. If the final source does not expose one clear set of fields, preview systems may guess.

Do I need Twitter tags if I already have Open Graph tags?

Open Graph covers many platforms, but twitter:card and optional Twitter-specific title, description, or image fields still improve fallback behavior on X and on some tools that read those tags directly. It is a small addition that usually improves consistency.

Can JavaScript-generated meta tags break social sharing previews?

Yes. Many crawlers inspect the initial HTML response and do not behave like a full browser that waits for client-side rendering. If your framework injects tags after load, a user may see the right page in the browser while a crawler still sees missing or outdated metadata.

Reference this content, page, or tool as:

"Open Graph Checker" at https://MiniWebtool.com/open-graph-checker/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-03-09

Webmaster Tools:

Top & Updated:

Instagram User ID LookupRandom PickerRandom Name PickerImage ResizerLine CounterFacebook User ID LookupRelative Standard Deviation CalculatorJob FinderSort NumbersSun, Moon & Rising Sign Calculator 🌞🌙✨Remove SpacesFPS ConverterWord to Phone Number ConverterMAC Address GeneratorERA Calculator📷 OCR / Image to TextMercury Retrograde Calendar⬛ Aspect Ratio CalculatorSlope and Grade CalculatorMAC Address LookupBatting Average CalculatorRandom Quote GeneratorPercent Off CalculatorSum CalculatorFeet and Inches to Cm ConverterSHA256 Hash GeneratorRandom IMEI GeneratorRandom Truth or Dare GeneratorMerge VideosRandom Credit Card GeneratorInvisible Text GeneratorAudio SplitterSquare Root (√) Calculator🖱️ Click CounterNumber of Digits CalculatorVertical Jump CalculatorWeight Loss CalculatorRandom Superpower GeneratorPhone Number ExtractorMP3 LooperLog Base 10 CalculatorImage SplitterSalary Conversion CalculatorCaffeine Overdose CalculatorRandom Fake Address GeneratorBitwise CalculatorMaster Number CalculatorSun Position CalculatorEmail ExtractorRandom Writing Prompt GeneratorNumber to Word ConverterRandom Poker Hand GeneratorText FormatterWord Ladder GeneratorRandom Movie PickerOPS CalculatorCm to Feet and Inches ConverterFile Size ConverterRandom Activity GeneratorRoman Numerals ConverterSaturn Return CalculatorAdd Text to ImageRandom Birthday GeneratorLong Division CalculatorStair CalculatorYouTube Channel StatisticsBattery Life CalculatorCompound Growth CalculatorIP Subnet CalculatorSHA512 Hash GeneratorHalfway Date CalculatorSlugging Percentage CalculatorLunar Calendar ConverterQuotient and Remainder CalculatorVideo CompressorOctal CalculatorRandom Loadout GeneratorRandom Meal GeneratorDecimal to BCD ConverterOn Base Percentage CalculatorBolt Torque CalculatorRandom Time GeneratorFirst n Digits of PiPercent Growth Rate CalculatorHebrew Calendar ConverterSigma Notation Calculator (Summation)BCD to Decimal ConverterBingo Card GeneratorArc Length CalculatorBreak Line by CharactersBinary to Gray Code Converter📅 Date CalculatorBcrypt Hash Generator / CheckerVideo to Image ExtractorAcreage CalculatorName RandomizerLeap Years ListAPI TesterRandom User-Agent GeneratorCompare Two StringsWord Scramble GeneratorMartingale Strategy CalculatorIP Address to Hex ConverterFlip VideoRemove AccentGray Code to Binary ConverterList of Prime NumbersProportion CalculatoreBay Fee CalculatorRandom Emoji GeneratorOutlier CalculatorWHIP CalculatorDice RollerRandomize NumbersRandom Tournament Bracket GeneratorAI Text HumanizerYouTube Tag ExtractorRandom Chess Opening GeneratorWAR CalculatorCone Flat Pattern (Template) Generator🎰 Gacha Pity Calculator🔍 Plagiarism CheckerTime Duration CalculatorNumber ExtractorTrigonometric Equation SolverYouTube Thumbnail DownloaderMD5 Hash GeneratorAI Language DetectorWhat is my Zodiac Sign?DMS to Decimal Degrees ConverterText Case ConverterCM to Inches ConverterLottery Number GeneratorConnect the Dots GeneratorDay of the Year Calculator - What Day of the Year Is It Today?Broken Link CheckerRandom Number PickerAstrological Element Balance CalculatorVideo SplitterURL ExtractorPVIF CalculatorSocial Media Username CheckerBinary to BCD ConverterAmortization CalculatorAdd Prefix and Suffix to Text🔊 Tone GeneratorImage Compressor1099 Tax CalculatorRandom Group GeneratorWhat is my Lucky Number?Short Selling Profit CalculatorLove Compatibility CalculatorConvolution CalculatorPVIFA CalculatorSmall Text Generator ⁽ᶜᵒᵖʸ ⁿ ᵖᵃˢᵗᵉ⁾Decibel (dB) CalculatorRemove Leading Trailing SpacesAdjust Video SpeedMolarity CalculatorColor Inverter⚔️ DPS CalculatorFraction CalculatorSourdough CalculatorImage CropperCrossword Puzzle MakerWater Usage CalculatorLED Resistor CalculatorTaco Bar CalculatorParabola CalculatorRandom Video Thumbnail GeneratorRatio CalculatorFirst n Digits of eSort Text By LengthGoldbach Conjecture VerifierMultiple Fraction CalculatorMAC Address AnalyzerName Number CalculatorList RandomizerAI ParaphraserPER CalculatorReverse TextBlood Donation Time CalculatorModulo CalculatorHTML CompressorAI Punctuation AdderPercentage Increase CalculatorRemove Audio from VideoBackronym GeneratorList of Fibonacci NumbersReverse VideoRandom Chord GeneratorDay of Year CalendarAngel Number CalculatorJulian Date ConverterSum of Positive Integers Calculator📊 Bar Graph MakerRandom Object GeneratorSocial Media Post Time OptimizerPercent to PPM ConverterTransformer CalculatorYouTube Comment PickerRatio to Percentage CalculatorSquare Numbers ListVideo CropperArctan2 CalculatorSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorHypotenuse CalculatorActual Cash Value CalculatorScientific Notation to Decimal ConverterLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderLbs to Kg ConverterHex to Decimal ConverterRandom String GeneratorMarkup CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorBernoulli Equation CalculatorAP Score CalculatorAttendance Percentage CalculatorPercentage to CGPA ConverterCitation Generator (APA/MLA/Chicago)AI Quiz GeneratorAI Lesson Plan GeneratorInteractive Periodic TableElectron Configuration CalculatorLimiting Reactant CalculatorTheoretical Yield CalculatorHenderson-Hasselbalch CalculatorpKa to Ka ConverterMolality CalculatorNormality CalculatorPercent Composition CalculatorFreezing Point Depression CalculatorBoiling Point Elevation CalculatorOsmotic Pressure CalculatorNernst Equation CalculatorBeer-Lambert Law CalculatorGravitational Force CalculatorEscape Velocity CalculatorKepler's Third Law CalculatorTime Dilation CalculatorE=mc² CalculatorPhoton Energy Calculatorde Broglie Wavelength CalculatorTerminal Velocity CalculatorBuoyancy CalculatorWave Speed CalculatorSpeed of Sound CalculatorMechanical Advantage CalculatorInclined Plane CalculatorFriction CalculatorResistors in Series CalculatorWatts to Amps CalculatorAmps to Watts CalculatorkVA Calculator3-Phase Power CalculatormAh to Wh ConverterGenerator Size CalculatorLumens to Watts ConverterLux to Lumens CalculatorRoom Lighting CalculatorInductive Reactance CalculatorSeries/Parallel Capacitor CalculatorConduit Fill CalculatorAntenna Length CalculatorCubic Yard CalculatorAsphalt CalculatorSod CalculatorGrass Seed CalculatorDeck Stain CalculatorSiding CalculatorBaseboard & Trim CalculatorBaluster Spacing CalculatorEpoxy Resin CalculatorWater Heater Size CalculatorPool Volume CalculatorPool Salt CalculatorPond Volume & Liner CalculatorTV Size CalculatorTV Mounting Height CalculatorPicture Hanging Height CalculatorRug Size CalculatorCurtain Size CalculatorCeiling Fan Size CalculatorDehumidifier Size CalculatorAir Purifier CADR CalculatorFirewood Cord CalculatorCouch Fit CalculatorEngine Displacement Calculator2-Stroke Oil Mix CalculatorOctane Mix CalculatorLease Buyout Calculator