LinkedIn Share Preview
Enter a URL and this tool fetches its HTML, reads the Open Graph meta tags, and renders an approximate LinkedIn share card so you can spot missing or wrong tags before you post.
How to use this tool
- 1
Paste the full URL you plan to share (including https://) into the input field.
- 2
Submit the form — the server fetches the page and parses its <head> for Open Graph tags.
- 3
Review the simulated card: image, title, and description as built from og:image, og:title, and og:description.
- 4
Scan the tag table below the card and fix any row flagged 'missing' in your page's HTML, then re-test.
How does a LinkedIn share preview work?
When you paste a link into a LinkedIn post, LinkedIn's crawler fetches the page and builds a card from Open Graph meta tags in the HTML <head>: og:title for the headline, og:description for the snippet, and og:image for the thumbnail. og:url, og:type, and og:site_name refine how the card is attributed. If og:title is absent, scrapers fall back to the <title> element; if og:image is missing, no thumbnail renders. This tool reproduces that lookup: it requests your URL server-side, parses the returned HTML with an HTML parser (cheerio), and pulls the same property meta tags. It then displays a card plus a full table of every og:* value it found, marking absent ones as missing. Two caveats matter. First, this is an approximation — LinkedIn enforces its own image rules (around 1200x627px, roughly 1.91:1, under 5MB) and may crop or reject images this preview happily shows. Second, the tool reads tags live from your current HTML; it cannot see or clear LinkedIn's cache. For a definitive render and to force a cache refresh, use LinkedIn's official Post Inspector.
Common use cases
Verifying a blog post or landing page has a proper og:image before announcing it to your LinkedIn network.
Debugging why a shared link shows the wrong headline or a blank thumbnail by checking which og:* tags are missing.
Auditing a batch of product or campaign pages so every shared URL renders a complete card.
Confirming a CMS or framework actually emits Open Graph tags in the server-rendered HTML, not just via client-side JavaScript.
Checking that og:title and og:description are concise enough not to be truncated in the LinkedIn feed.
Spot-checking a competitor's or partner's page to see how their links present when shared.
Frequently asked questions
Is this LinkedIn's official preview?▼
LinkedIn shows the wrong image — why?▼
Which tags does this tool read?▼
Why does it say my image is missing when the page clearly has one?▼
What image size should I use?▼
Does this work for pages behind a login?▼
Is the URL I enter sent to a server?▼
Related tools
Meta Tags Analyzer
Extract and analyze every meta tag from any URL.
Heading Hierarchy Analyzer
Audit H1-H6 structure for SEO and accessibility issues.
Schema Markup Validator
Extract and validate JSON-LD schema from any page.
Open Graph Inspector
Preview how a URL appears on Facebook, Twitter, and LinkedIn.
Sitemap Inspector
Analyze any XML sitemap — URL count, lastmod, structure.
robots.txt Inspector
Parse robots.txt and flag common mistakes.