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.
Paste your URL into the checker
Drop in any public URL; the tool fetches the HTML using realistic crawler user-agents (facebookexternalhit, Twitterbot, LinkedInBot).
Review the platform-by-platform preview
See how the share renders on Facebook, Twitter, LinkedIn, Slack, Discord, iMessage, and WhatsApp side by side.
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.
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.
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.
- Set og:title (60-90 chars), og:description (155-160 chars), og:image (1200x630), og:url, og:type=article
- Use the Sharing Debugger (developers.facebook.com/tools/debug) to scrape the URL and verify rendering
- Click Scrape Again after any tag change to clear the 24-hour cache
- Add fb:app_id if you use Facebook Insights to track click-through on shared links
- Verify your domain in Business Manager so shares show your verified company name
Twitter / X
- Set twitter:card=summary_large_image plus all standard og:* tags
- Use a 1200x675 (16:9) image for the large card style; 800x800 for summary
- Add twitter:site=@yourhandle and twitter:creator=@authorhandle for attribution
- Test in the Card Validator preview (deprecated but useful as the only public preview tool)
- Twitter caches 24-48 hours; share the URL once to a private list to clear cache after changes
- Use og:title, og:description, og:image, og:url; LinkedIn does not use Twitter Cards
- Use the Post Inspector (linkedin.com/post-inspector) to verify rendering and clear cache
- LinkedIn cache lasts up to 7 days, longer than any other platform
- Add author meta tag with the article author name for proper byline rendering
- Use 1200x627 (1px difference from FB) for safest cross-platform rendering
Slack
- Slack reads og:title, og:description, og:image; renders a compact card with all three
- No Slack-specific debugger; paste the URL into a private channel to test rendering
- Cache TTL is approximately 24 hours; share to a test workspace after tag changes
- Slack ignores twitter:card and most platform-specific tags; OG is sufficient
- Image must be public (no auth, no IP whitelist) since Slack proxies through its own image server
Discord, WhatsApp, iMessage
- All three read OG tags; Discord supports the richest layout, WhatsApp the most compact
- WhatsApp caches 30 days minimum with no public refresh API; test before sharing widely
- iMessage falls back to apple-touch-icon if og:image is missing; ensure both are set
- Discord supports og:video for video previews; useful for video content channels
- Test by sharing in private chat or test server before mass distribution
Grigora vs. alternatives
Side-by-side.
| Capability | Grigora | Tool A | Tool B | Free | Manual |
|---|---|---|---|---|---|
| Multi-platform preview (FB/X/LI/Slack/Discord) | All 9 platforms | FB only | FB and Twitter | 4 platforms | Manual |
| Direct cache-clear links to platform debuggers | Yes, 1-click | Manual lookup | No | Partial | Manual |
| Crawler user-agent simulation | Yes (4 user-agents) | Default fetch only | Default fetch only | Yes | Browser only |
| Detect duplicate or conflicting OG tags | Yes | No | Partial | No | Manual |
| Paste-HTML mode for staging or auth-protected sites | Yes | No | No | No | Yes |
| Image dimension and file-size validation | Yes (per platform) | Generic | Generic | Yes | Manual |
| Free unlimited checks | Yes | Limited (10/day) | Yes | Trial only | Yes |
| Batch URL validation | Yes | Paid plan | No | Paid plan | Manual |
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.
Frequently asked questions
Twelve answers.
Related free tools
Other utilities.