Simplify Your Workflow: Search MiniWebtool.
Add Extension
See also
Broken Link CheckerMeta Tag GeneratorSocial Media Post Time OptimizerSocial Media Image Size GuideFacebook User ID LookupWebhook 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 Name Picker WheelRandom PickerImage ResizerFacebook User ID LookupLine CounterSort NumbersRSD Calculator - Relative Standard DeviationFPS ConverterRemove SpacesSun Position CalculatorMAC Address GeneratorWord to Phone Number Converter⬛ Aspect Ratio Calculator📷 OCR / Image to TextERA CalculatorRandom Quote GeneratorSun, Moon & Rising Sign Calculator 🌞🌙✨MAC Address Lookup🖱️ Click CounterPercent Off CalculatorMerge VideosSlope and Grade CalculatorJob FinderSquare Root (√) CalculatorRandom Truth or Dare GeneratorCm to Feet and Inches ConverterWeight Loss CalculatorBatting Average CalculatorSHA256 Hash GeneratorSum CalculatorMP3 LooperVertical Jump CalculatorRandom Superpower GeneratorAdd Text to ImageRandom Credit Card GeneratorFeet and Inches to Cm ConverterNumber of Digits CalculatorBitwise CalculatorPhone Number ExtractorSalary Conversion CalculatorRandom IMEI GeneratorRandom Fake Address GeneratorRoman Numerals ConverterInvisible Text GeneratorAudio SplitterNumber to Word ConverterRandom Poker Hand GeneratorText FormatterImage SplitterRandom Writing Prompt GeneratorLog Base 10 CalculatorBinary to Gray Code ConverterIP Subnet CalculatorRandom Birthday GeneratorLunar Calendar ConverterBolt Torque CalculatorName RandomizerJulian Date ConverterCaffeine Overdose CalculatorRandom Activity GeneratorOctal CalculatorCompound Growth CalculatorHalfway Date CalculatorRandom Movie PickerFile Size ConverterDecimal to BCD ConverterLeap Years ListEmail ExtractorSHA512 Hash GeneratorStair CalculatorYouTube Channel StatisticsImage CompressorFirst n Digits of PiRandom Meal GeneratoreBay Fee CalculatorQuotient and Remainder CalculatorHebrew Calendar ConverterWAR CalculatorLong Division CalculatorWord Ladder GeneratorMaster Number CalculatorRandom Loadout GeneratorBCD to Decimal ConverterVideo CompressorCompare Two StringsFlip VideoPercent Growth Rate CalculatorMD5 Hash GeneratorBcrypt Hash Generator / CheckerList of Prime NumbersSlugging Percentage Calculator📅 Date CalculatorBreak Line by CharactersSocial Media Username CheckerAI Language DetectorOutlier CalculatorDMS to Decimal Degrees ConverterOn Base Percentage CalculatorAPI TesterRandom Number PickerRandomize NumbersOPS CalculatorVideo to Image Extractor🔍 Plagiarism Checker🎰 Gacha Pity CalculatorAdd Prefix and Suffix to TextBingo Card GeneratorPercent to PPM ConverterDay of the Year Calculator - What Day of the Year Is It Today?Modulo CalculatorWhat is my Zodiac Sign?IP Address to Hex ConverterArc Length CalculatorRandom Chord GeneratorIP Address to Binary ConverterMultiplication CalculatorYouTube Tag ExtractorAstrological Element Balance Calculator🔊 Tone GeneratorRandom Tournament Bracket GeneratorGray Code to Binary ConverterTime Duration CalculatorVideo SplitterRandom Emoji GeneratorBroken Link CheckerNumber ExtractorDecibel (dB) CalculatorSmall Text Generator ⁽ᶜᵒᵖʸ ⁿ ᵖᵃˢᵗᵉ⁾Word Scramble GeneratorSocial Media Post Time OptimizerAcreage CalculatorName Number CalculatorIs it a Prime Number?Estimation CalculatorMercury Retrograde CalendarLED Resistor CalculatorBattery Life CalculatorHeight Percentile CalculatorGreat Circle Distance CalculatorCone Flat Pattern (Template) GeneratorConnect the Dots GeneratorRatio CalculatorLottery Number GeneratorRandom Math Problem GeneratorRandom Object GeneratorList RandomizerMultiple Fraction CalculatorSaturn Return CalculatorWHIP CalculatorDay of Year CalendarRemove AccentURL ExtractorProportion CalculatorGolden Ratio CalculatorSquare Numbers ListBinary to BCD ConverterPartition Function CalculatorText Case ConverterRandom Line PickerHTML CompressorAm I Overweight?Image CropperRatio to Percentage CalculatorPipe Flow CalculatorColor InverterLove Compatibility CalculatorMAC Address AnalyzerPercentage Increase CalculatorChinese Gender PredictorTaco Bar CalculatorWhitespace VisualizerYouTube Thumbnail DownloaderMagic 8-BallRandom Excuse GeneratorImage EnhancerNumber Pattern FinderFirst n Digits of eRemove Line BreaksAdjust Video SpeedAngel Number Calculator📊 Bar Graph MakerFraction CalculatorRandom User-Agent GeneratorAmortization CalculatorScientific Notation to Decimal ConverterSum of Positive Integers CalculatorHow Long Ago CalculatorRandom Video Thumbnail GeneratorSigma Notation Calculator (Summation)Random Chess Opening GeneratorWhat is my Lucky Number?Mcg to Mg ConverterWater Usage CalculatorEffect Size CalculatorNumber RandomizerReverse VideoLbs to Kg ConverterAI ParaphraserAI Punctuation AdderSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorStandard Error CalculatorAverage CalculatorPVIFA CalculatorHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorRandom String GeneratorRemove Leading Trailing SpacesMarkup CalculatorPVIF 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 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 CalculatorCost Per Mile CalculatorTire Load Index & Speed Rating LookupWheel Offset CalculatorWilks & DOTS CalculatorACFT Score CalculatorRowing Pace CalculatorHiking Time CalculatorBeep Test CalculatorFTP & Power Zones CalculatorRunning Age-Grading CalculatorHeart Rate Recovery CalculatorElo Rating CalculatorK/D Ratio CalculatorNet Run Rate CalculatorBatting Strike Rate CalculatorBowling Economy CalculatorDart Checkout CalculatorStableford CalculatorSpeedrun Split TimerBike Size CalculatorSnowboard Size CalculatorHat Size ConverterGlove Size CalculatorHelmet Size CalculatorSki Size CalculatorSurfboard Volume CalculatorTennis Grip Size CalculatorBackpack Size CalculatorCelsius to Fahrenheit ConverterFahrenheit to Celsius ConverterKm to Miles ConverterMiles to Km ConverterMM to Inches ConverterInches to MM ConverterStone to Kg ConverterKg to Stone ConverterLiters to Gallons ConverterGallons to Liters ConverterML to Oz ConverterOz to ML ConverterSquare Meters to Square Feet ConverterSquare Feet to Square Meters ConverterCubic Feet to Cubic Yards ConverterCubic Meters to Cubic FeetKnots to MPH ConverterMPH to KMH / KMH to MPHMg to Ml ConverterAI Text SummarizerAI TranslatorAI Story GeneratorAI Poem GeneratorAI Song Lyrics GeneratorIndian Land Unit ConverterTola to Gram ConverterPX to REM ConverterPT to PX ConverterMerge PDFSplit PDFCompress PDFPDF to JPGJPG to PDFRotate PDFDelete PDF PagesAdd Page Numbers to PDFProtect PDFReorder PDF PagesPDF Word CounterPDF Page ExtractorPDF to Text ExtractorUnlock PDF (Owner-Password Removal)PDF Flatten ToolAI Rap Lyrics GeneratorAI Cover Letter GeneratorAI Resume Bullet GeneratorAI LinkedIn Headline & Bio GeneratorAI Instagram Caption GeneratorAI YouTube Title & Description GeneratorAI Video Script GeneratorAI Product Description GeneratorAI Press Release GeneratorAI Wedding Speech GeneratorAI Thank-You Note GeneratorAI Dream InterpreterRandom Question GeneratorWould You Rather GeneratorNever Have I Ever GeneratorIcebreaker Question GeneratorCharades GeneratorPictionary Word GeneratorHangman Word GeneratorTrivia Question GeneratorRandom Fact GeneratorRandom Joke GeneratorDad Joke GeneratorPickup Line GeneratorCompliment Generator