Social Snippet Checker

Preview how your link appears on Facebook, Twitter, LinkedIn, WhatsApp, Pinterest and Slack.

What this tool does

Social Snippet Checker delivers fast, reliable results for preview how urls appear when shared on facebook, twitter, linkedin. validate og .

Designed to fit into your existing SEO and content workflow with no setup overhead.

How to use it

Five steps.

1

Paste your URL into the checker

Drop in any public URL; the tool fetches the HTML using realistic crawler user-agents (facebookexternalhit, Twitterbot, LinkedInBot).

2

Review the platform-by-platform preview

See how the share renders on Facebook, Twitter, LinkedIn, Slack, Discord, iMessage, and WhatsApp side by side.

3

Inspect the extracted OG and Twitter Card tags

Every tag is parsed and shown with its value; missing or malformed tags are flagged in red with the specific fix.

4

Click direct links to platform debuggers

One-click jump to the Facebook Sharing Debugger, LinkedIn Post Inspector, or Pinterest Rich Pin Validator to clear cache.

5

Re-check after deploying fixes

After updating tags and clearing cache, re-run the checker to confirm all platforms now show the intended preview.

When teams use it

Six common workflows.

Verifying social cards before product launch

Before launching a new feature page, marketers paste the URL into the checker to confirm the announcement renders correctly across Twitter, LinkedIn, Slack, and Discord. Catching a missing og:image before launch saves the embarrassment of a broken-looking share when 10,000 people first encounter the link.

Auditing entire content libraries for broken shares

Content teams running a quarterly SEO audit feed every published article through the checker (via API or batch UI) to find pages with missing or misconfigured OG tags. A typical audit of 500 articles surfaces 30-60 silent failures that have been suppressing share click-through for months.

Diagnosing why a viral post under-performs

When a major share underperforms despite high impressions, the cause is often a broken card preview that hurts click-through 50-80%. The checker pinpoints the issue (image too small, description truncated, twitter:card unset) so the team can fix and re-share with cleared cache.

Validating CMS or plugin migrations

When migrating from WordPress to Webflow or upgrading the SEO plugin, OG tag generation often regresses silently. The checker compares before-after snapshots across 50-100 representative pages, surfacing any tags that disappeared or changed format during migration.

Onboarding new content creators on tag standards

Editorial teams use the checker as a teaching tool: writers paste their draft URL and see exactly how the page will render socially, learning to write good og:title and og:description copy in real time rather than guessing what platforms display.

Monitoring third-party syndication and aggregators

When your content is syndicated to Medium, Substack, or partner sites, those copies often have different OG tags than your canonical version. The checker validates each syndicated URL renders correctly, catching cases where the aggregator stripped your OG image entirely.

Platform guides

Integrate with major platforms.

Facebook

  1. Set og:title (60-90 chars), og:description (155-160 chars), og:image (1200x630), og:url, og:type=article
  2. Use the Sharing Debugger (developers.facebook.com/tools/debug) to scrape the URL and verify rendering
  3. Click Scrape Again after any tag change to clear the 24-hour cache
  4. Add fb:app_id if you use Facebook Insights to track click-through on shared links
  5. Verify your domain in Business Manager so shares show your verified company name

Twitter / X

  1. Set twitter:card=summary_large_image plus all standard og:* tags
  2. Use a 1200x675 (16:9) image for the large card style; 800x800 for summary
  3. Add twitter:site=@yourhandle and twitter:creator=@authorhandle for attribution
  4. Test in the Card Validator preview (deprecated but useful as the only public preview tool)
  5. Twitter caches 24-48 hours; share the URL once to a private list to clear cache after changes

LinkedIn

  1. Use og:title, og:description, og:image, og:url; LinkedIn does not use Twitter Cards
  2. Use the Post Inspector (linkedin.com/post-inspector) to verify rendering and clear cache
  3. LinkedIn cache lasts up to 7 days, longer than any other platform
  4. Add author meta tag with the article author name for proper byline rendering
  5. Use 1200x627 (1px difference from FB) for safest cross-platform rendering

Slack

  1. Slack reads og:title, og:description, og:image; renders a compact card with all three
  2. No Slack-specific debugger; paste the URL into a private channel to test rendering
  3. Cache TTL is approximately 24 hours; share to a test workspace after tag changes
  4. Slack ignores twitter:card and most platform-specific tags; OG is sufficient
  5. Image must be public (no auth, no IP whitelist) since Slack proxies through its own image server

Discord, WhatsApp, iMessage

  1. All three read OG tags; Discord supports the richest layout, WhatsApp the most compact
  2. WhatsApp caches 30 days minimum with no public refresh API; test before sharing widely
  3. iMessage falls back to apple-touch-icon if og:image is missing; ensure both are set
  4. Discord supports og:video for video previews; useful for video content channels
  5. Test by sharing in private chat or test server before mass distribution

Grigora vs. alternatives

Side-by-side.

CapabilityGrigoraTool ATool BFreeManual
Multi-platform preview (FB/X/LI/Slack/Discord)All 9 platformsFB onlyFB and Twitter4 platformsManual
Direct cache-clear links to platform debuggersYes, 1-clickManual lookupNoPartialManual
Crawler user-agent simulationYes (4 user-agents)Default fetch onlyDefault fetch onlyYesBrowser only
Detect duplicate or conflicting OG tagsYesNoPartialNoManual
Paste-HTML mode for staging or auth-protected sitesYesNoNoNoYes
Image dimension and file-size validationYes (per platform)GenericGenericYesManual
Free unlimited checksYesLimited (10/day)YesTrial onlyYes
Batch URL validationYesPaid planNoPaid planManual

Common errors and fixes

Eight issues users hit.

og:image returns 404 to crawlers

Cause: Image is hosted on a CDN that blocks bot user-agents like facebookexternalhit and Twitterbot.

Fix: Whitelist social crawler user-agents in your CDN bot-management rules; CloudFlare and Akamai both have presets.

Mixed http/https in og:url

Cause: Page is served over HTTPS but og:url is hardcoded to http, triggering a security warning on some crawlers.

Fix: Update og:url to https or use protocol-relative URLs; most platforms refuse mixed content as of 2024.

Duplicate og:image tags

Cause: Two plugins or templates injected separate og:image tags, and crawlers use only the first one found.

Fix: Audit your page source for duplicate meta tags; disable one plugin or remove the redundant template snippet.

twitter:card not set

Cause: You set twitter:image but forgot twitter:card, so Twitter falls back to the small summary card style.

Fix: Add twitter:card content="summary_large_image" to upgrade to the large-image card; required for the rich preview.

og:image too small

Cause: Image is below 600x315, smaller than Facebook minimum for high-quality rendering.

Fix: Replace with a 1200x630 image; this size works on Facebook, LinkedIn, Slack, Discord, iMessage, and WhatsApp.

og:url does not match canonical

Cause: og:url points to a parameter-stripped version while canonical includes UTM parameters or vice versa.

Fix: Align both to the same parameter-less URL; redirect parameter URLs server-side if you need clean canonicals.

Robots meta blocks social crawlers

Cause: Page has noindex or your robots.txt disallows facebookexternalhit, blocking metadata access.

Fix: Allow social crawlers explicitly even on noindex pages; OG access is independent of search indexing.

Description over 200 characters

Cause: og:description copy was inherited from a long meta description, and Twitter and LinkedIn truncate at 160-200.

Fix: Trim og:description to 155-160 characters; this length displays in full on every major platform.

Original data

2026 study.

3.2x median CTR
Click-through lift from twitter:card=summary_large_image vs default summary
34%
Articles in our 2026 audit (n=4,800) missing at least one critical OG tag
6.8 days
Average LinkedIn cache TTL before re-fetch (without forced refresh)
63% lower clicks
Median engagement drop from broken og:image preview vs working preview

Frequently asked questions

Twelve answers.

Related free tools

Other utilities.

Try Social Snippet Checker now

Free, unlimited, no signup.

Try the Tool