TryUnfurl

Check How Your Links Unfurl for FREE!

See exactly how your webpage will appear when shared on social media, Slack, Discord, and messaging apps.

Try It Now →

--- title: "How TryUnfurl.com Works — Link Preview Checker & Metadata Debugger" description: "TryUnfurl.com lets you instantly preview how any URL looks on Slack, Discord, Twitter, LinkedIn, Facebook and iMessage. Paste a link, see all previews and metadata in one place — free, no login required." keywords:


How TryUnfurl.com Works — Link Preview Checker & Metadata Debugger

TryUnfurl.com is a free link preview checker. Paste any public URL and instantly see how it will look when shared on Slack, Discord, Twitter/X, Facebook, LinkedIn, and iMessage — along with a full breakdown of all detected metadata.

No login. No installation. No cost.

-> Try it now — paste your URL


Privacy and Data Security

TryUnfurl was built to provide a simple, convenient service for end users. We are not interested in your data.

We don't build profiles, track individual usage, sell your information, or associate submitted URLs with you as a person. When you paste a URL, we fetch its publicly available metadata to show you the preview — that's it.

The "Recent History" sidebar is powered entirely by your own browser's local storage. We store the last 12 URLs you've checked directly on your device so you can quickly reference recent work. This data never leaves your browser and is never transmitted to our servers as user history. We have no way to see it, and we don't try to.

You can verify this yourself: clear your browser's local storage (or open TryUnfurl in a private/incognito window) and the sidebar will reset to our default list of example sites — because your history only ever existed on your device.


What TryUnfurl Does

When you share a link on a social platform or messaging app, that platform silently reads hidden metadata from your page to generate a preview card — the title, description, and image that appear before anyone clicks.

TryUnfurl does the same thing those platforms do, and shows you the results.

You see exactly what Slack sees. Exactly what Discord fetches. Exactly what Twitter/X renders. All at once, before your users ever encounter it.

This means you can:


Who TryUnfurl Is For

TryUnfurl is useful for anyone who shares links online — no technical background required.

Marketers and content creators

You're writing a campaign, launching a product page, or publishing a blog post. Before you share the link anywhere, paste it into TryUnfurl to confirm it looks exactly as intended — right title, right image, right description. Fix issues before they go live rather than after thousands of people have already seen a broken preview.

Web developers and engineers

You're implementing Open Graph tags, troubleshooting why Slack shows the wrong image, or verifying that your SSR (server-side rendering) is correctly injecting meta tags into the initial HTML. TryUnfurl gives you the raw metadata your page is serving to crawlers — no guesswork, no cached results from platform-specific tools.

SEO specialists

You're auditing a site for metadata health. TryUnfurl surfaces every detected metadata value — og:title, og:description, og:image, twitter:card, <title>, meta name="description", and favicon — so you can identify gaps and inconsistencies at a glance.

Business owners and teams

You're sharing your company's website in sales decks, Slack channels, LinkedIn posts, and email campaigns. TryUnfurl gives you confidence that your brand looks professional wherever the link appears — even in places you can't directly control.


How to Use TryUnfurl — Step by Step

Using TryUnfurl takes less than 30 seconds.

Step 1 — Paste your URL

Go to TryUnfurl.com and paste any public URL into the input field. This can be:

The URL must be publicly accessible — TryUnfurl fetches the page the same way platform crawlers do, so anything behind a login wall or blocked by robots.txt won't return results.

Step 2 — Click to preview

Hit the preview button. TryUnfurl fetches the live page, parses all metadata standards, and generates platform-specific preview cards.

Results appear in seconds.

Step 3 — Review your platform previews

You'll see rendered preview cards showing how your link will look on each major platform:

Platform What you see
Twitter / X Summary card or summary_large_image card
Facebook Standard Open Graph preview card
LinkedIn Professional feed preview card
Slack Unfurl embed as it appears in a channel
Discord Embed card as it appears in a server
iMessage iOS link preview thumbnail

Step 4 — Inspect the raw metadata

Below the visual previews, TryUnfurl shows every piece of metadata detected on the page, organised by standard:

Any missing or potentially problematic values are surfaced so you know exactly what to fix.

Step 5 — Fix and re-test

If you find issues, update your page's HTML or Open Graph tags, redeploy, and paste the URL again. TryUnfurl always fetches the live page — no cached results — so you see changes immediately.


What TryUnfurl Checks

TryUnfurl analyses all major metadata standards that platforms use to generate link previews:

Metadata standard What it controls Platforms that use it
Open Graph (OG) Rich preview cards with title, description, and image Facebook, LinkedIn, Slack, Discord, WhatsApp, iMessage
Twitter Cards Optimized previews on X, including large-image cards Twitter / X
HTML <title> and <meta description> Fallback title and description for all platforms All platforms (fallback)
Favicon Site icon used in compact previews iMessage, Slack, browsers

How TryUnfurl Works Under the Hood

For the technically curious — here's what happens when you submit a URL.

1. Server-side fetch

TryUnfurl fetches your URL from a server, not from your browser. This mirrors how real platform crawlers work — Slackbot, Discordbot, facebookexternalhit, LinkedInBot, and Twitterbot all fetch pages server-side. This means:

This is intentional — if TryUnfurl shows missing metadata, that's exactly what Slack and Discord are seeing too.

2. Multi-standard metadata parsing

TryUnfurl parses the fetched HTML and extracts metadata from all standards simultaneously:

Each value is stored and used to generate platform-specific previews according to each platform's known priority rules. For example: Twitter prefers twitter:title over og:title; LinkedIn ignores Twitter Card tags entirely.

3. Platform-specific preview rendering

Using the extracted metadata, TryUnfurl renders visual mockups of how each platform's preview card will look — applying each platform's title length limits, image crop rules, and card layout. This gives you an accurate visual representation without needing to actually share the link anywhere.

4. Local history — no server-side tracking

TryUnfurl stores your last 12 checked URLs in your browser's local storage — not on any server. This lets you quickly revisit recent URLs during a testing session without needing an account. You can clear this history at any time through your browser settings.


Why TryUnfurl Instead of Platform-Specific Debuggers?

Every major platform offers its own debugging tool — Facebook's Sharing Debugger, Twitter's Card Validator, LinkedIn's Post Inspector. So why use TryUnfurl?

Feature TryUnfurl Platform-specific tools
See all platforms at once Yes No — one platform per tool
No login required Yes Often requires an account
Shows raw metadata clearly Yes Varies
Works for any URL Yes Yes
Force platform cache refresh No (always fetches live) Yes — platform tools can force re-scrape

The practical workflow: use TryUnfurl first to spot issues across all platforms at once, then use the platform-specific tools to force cache refreshes once you've confirmed your metadata is correct.


Frequently Asked Questions

Is TryUnfurl free to use?

Yes. Completely free — no login, no account, no cost.

Does TryUnfurl store my URLs?

TryUnfurl stores your recent URLs in your own browser's local storage only — not on any server. We collect aggregated usage metrics but do not maintain personal URL histories tied to individuals. See the Privacy Policy for full details.

Why does TryUnfurl show different results than what I see in my browser?

TryUnfurl fetches the page without executing JavaScript, exactly like platform crawlers (Slackbot, Discordbot, etc.) do. If your page uses a JavaScript framework that renders content client-side, your browser will show the full rendered page, but TryUnfurl — and social platform crawlers — will only see the initial HTML. The fix is to use server-side rendering (SSR) or static site generation (SSG).

Can I test pages behind a login?

No. TryUnfurl can only fetch publicly accessible URLs, the same as any external crawler. Pages behind authentication, VPNs, or local development servers cannot be fetched.

Why does TryUnfurl show my old metadata even after I updated my page?

TryUnfurl always fetches the live URL with no internal cache. If you're seeing old metadata, it's coming from your page directly — likely your CDN is serving a cached HTML response, or your deployment hasn't fully propagated yet. Check your CDN cache settings or wait a few minutes and re-test.

Can I check competitor or third-party pages?

Yes — TryUnfurl works on any publicly accessible URL. It's useful for researching what metadata other sites are using, comparing your implementation against industry benchmarks, or inspecting any link before sharing it.

Does TryUnfurl work for Slack-specific issues?

Yes. TryUnfurl fetches pages the same way Slackbot does — server-side, no JavaScript execution. If TryUnfurl shows correct metadata but Slack still shows an old or wrong preview, the issue is Slack's cached result. Delete and re-share the link in Slack to force a fresh fetch.

Does TryUnfurl work for Discord embed problems?

Yes. TryUnfurl shows exactly what Discord's crawler reads from your page. If TryUnfurl confirms your metadata is correct but Discord still shows the old embed, try adding a cache-buster query string to the URL when resharing (e.g., ?v=2) — Discord treats it as a new URL and fetches fresh metadata.


In Summary

TryUnfurl.com shows you exactly how your website will look when shared — on every major platform, all at once, in under 30 seconds.

-> Paste your URL and see your previews now