On LinkedIn, content is consumed at a high velocity. Most users scroll through dozens of posts in a single minute. The "Preview Card" (the image and text generated from a link) is the only thing standing between a scroll-past and a click-through.
If your preview looks broken, users subconsciously associate that with a lack of professionalism. In 2026, perfecting your preview is a non-negotiable part of content marketing.
See Before You Post
Never guess how your link will look. Use our LinkedIn Preview tool to simulate exactly how your post will appear in the feed before you click share.
Test Your Preview Link →1. The Big Three: Title, Image, and Description
LinkedIn scrapes your website's HTML to build the preview card. It prioritizes "Open Graph" (OG) tags. If these are missing, it falls back to your standard SEO meta tags, which often leads to poor formatting.
| Tag | Function | Character Limit |
|---|---|---|
| og:title | The bold headline of the card. | 60 Characters. |
| og:image | The visual hook. | Min 1200x627px. |
| og:description | The supporting context. | 120 Characters. |
2. Mastering the Image Ratio
The most common mistake on LinkedIn is using a square image or a tall portrait image for a link share. LinkedIn will either crop the center or, worse, put large gray bars on either side of your image.
- Aspect Ratio: 1.91:1 is the gold standard.
- Safe Zone: Keep all text and important logos in the center 80% of the image to ensure they aren't cut off by the feed UI.
- File Format: Use WebP for speed, but ensure you have a JPG fallback for older browsers.
3. The 'Post Inspector' Workflow
One of the most frustrating experiences is updating your website's OG tags, but seeing the *old* image when you share the link. This is because LinkedIn caches previews for up to 7 days.
To fix this, you must use the LinkedIn Post Inspector. Paste your URL, click 'Inspect,' and LinkedIn will clear its cache and show you exactly what it sees in real-time. This is also how you debug broken tags.
4. Typography in Previews: Beating Truncation
On LinkedIn, long headlines go to die. The platform brutally truncates titles and descriptions to maintain UI uniformity, replacing your carefully crafted copy with an agonizing ellipsis (...).
The Desktop vs. Mobile Discrepancy:
- Desktop (`og:title`): Typically truncates around 70-80 characters.
- Mobile (`og:title`): Truncates aggressively, often around 55-60 characters depending on the user's screen width and device font settings.
- Description (`og:description`): LinkedIn often hides the description completely on mobile feeds, reducing the preview to just the image and the title. Even on desktop, it rarely displays more than 100 characters.
The Strategy: Front-Loading. Because truncation is inevitable, you must "front-load" your value proposition. If your actual blog post title is *"10 Proven Ways to Increase Your Cold Email Reply Rates in Q4 of 2026,"* your `og:title` should be shortened to *"Increase Cold Email Reply Rates (10 Proven Strategies)."* Get the core benefit into the first 40 characters.
5. The Cache Problem: Forcing LinkedIn to Update
You publish a post, copy the URL into LinkedIn, and realize there is a typo in the preview image. You rush back to your CMS, fix the typo, update the `og:image`, and paste the link into LinkedIn again. But the typo is still there.
This is the Cache Problem. To save bandwidth, LinkedIn does not scrape your website every time a link is pasted. It scrapes it once and stores the preview data in its cache for roughly 7 days.
The Solution: The LinkedIn Post Inspector. You cannot simply clear your browser cache to fix this; you must clear *LinkedIn's* server cache. Go to the official LinkedIn Post Inspector (an official developer tool), paste your URL, and click 'Inspect.' This forces LinkedIn's bots to immediately re-crawl your URL and update their cached image and text. Always do this *before* you publish the actual post to your followers.
6. Video vs. Static Previews: The Algorithm's Preference
In 2026, the LinkedIn algorithm massively favors "Native Content"—content that keeps users on the LinkedIn platform (like native videos or uploaded PDFs). External links theoretically pull users away, which the algorithm dislikes, resulting in lower total impressions.
To combat this, many creators use a "Hybrid" strategy. Instead of posting a link preview, they upload a short Native Video or a visually striking PDF Carousel detailing the core concepts of the article, and then place the actual external link in the *comments* or natively embedded within the post copy without a preview card. If you do use a standard link preview, the image optimization becomes twice as important because you must overcome the algorithm's inherent negative bias by achieving an ultra-high Click-Through Rate.
7. UTM Parameters and Tracking the Click
A beautiful preview is worthless if you can't prove it generated traffic. When sharing links on LinkedIn, you should never share the "naked" URL (e.g., `dominatetools.com/blog/article`).
You must append UTM (Urchin Tracking Module) Parameters. A tracked URL looks like this: `dominatetools.com/blog/article?utm_source=linkedin&utm_medium=social&utm_campaign=q3_launch`. When a user clicks this link, your Google Analytics instantly categorizes the traffic.
Warning regarding UTMs and Previews: Sometimes, adding heavy UTM parameters can cause LinkedIn's crawler to get confused, treating the UTM link as a brand-new page with no cached OG data, or failing to scrape it entirely. Always run your exact UTM-appended link through the Post Inspector before posting.
8. CTR Psychology: Designing for the Click
Your `og:image` is not a photograph; it is a billboard on a digital highway. You have 1.5 seconds to capture a scroller's attention.
- The 'Play Button' Hack: Some marketers layer a faint, translucent triangle (resembling a video play button) over their static OG images. This taps into the deeply ingrained psychological urge to click "Play." While effective, use this sparingly to avoid frustrating users who expect a native video.
- The Text Overlay: Do not rely on the `og:title` to convey your message. Put a massive, 3-to-4 word hook directly *inside* the preview image. Use thick, sans-serif fonts (like Impact, Montserrat Black, or Inter Bold).
- Faces and Friction: Human faces dramatically increase CTR. However, the face should not be looking at the camera; the face should be looking *toward the text hook* within the image. Our eyes naturally follow the gaze of others.
9. The 'Large Image' Fallback (Twitter Card Integration)
While you are optimizing for LinkedIn, you are likely sharing the same URLs on X (formerly Twitter) and Facebook. Thankfully, LinkedIn's crawler is relatively smart. If you fail to provide explicit `og:image` tags, but you *do* provide `twitter:image` or `twitter:card="summary_large_image"` tags, LinkedIn will often fall back and use the Twitter metadata to build its preview.
However, relying on fallbacks is dangerous for high-stakes product launches. The best practice is to explicitly declare both Open Graph tags (for LinkedIn/Facebook) and Twitter Card tags in your HTML `
`.10. Automating Preview Generation for Scale
If you publish one article a month, designing a custom 1200x627 preview image in Figma or Photoshop is manageable. If you run a media brand or a programmatic SEO site publishing 50 pages a day, manual design is impossible.
In 2026, high-volume publishers use Dynamic OG Image Generation. They use serverless functions (like Vercel Edge functions) or APIs (like Cloudinary) to automatically generate preview images on the fly. The system takes the article's title, author name, and background template, composites them together using code, and serves a perfect 1200x627 image to the LinkedIn crawler without a designer ever lifting a mouse.
11. Dealing with the 'Grey Box of Death'
The ultimate failure state on LinkedIn is the "Grey Box"—a preview card where the image fails to load, leaving a generic grey square next to your title. This absolutely destroys engagement.
The Grey Box usually occurs for three reasons:
- Your server is blocking LinkedIn's crawler (check your `robots.txt` or Cloudflare firewall rules).
- Your `og:image` file size is massive (over 5MB) and the crawler times out before downloading it.
- Your site's SSL certificate is invalid or improperly configured.
If you see a grey box, do not hit 'Post.' Delete the draft, fix the server issue, and re-run the URL through the Post Inspector until the image renders flawlessly.
12. A/B Testing Your Previews
The most sophisticated LinkedIn marketers do not rely on a single preview image for their most important content. Because LinkedIn caches the `og:image` based on the exact URL, you can run simple A/B tests to determine which visual hook drives the highest Click-Through Rate.
The Execution:
- Create two identical landing pages with slightly different URLs (e.g., `/blog/saas-pricing-a` and `/blog/saas-pricing-b`). Set the canonical tag of page B to point to page A to avoid duplicate content penalties from Google.
- Set a different `og:image` on each page. Page A might feature a human face, while Page B features a bold, text-only graphic.
- Share Link A on a Tuesday morning, and Link B on a Thursday morning (or to different segments of your audience, if you run a company page). Use UTM parameters to track which specific link generated more traffic and deeper on-page engagement.
Over time, this data reveals your specific audience's visual preferences, allowing you to design future preview cards with absolute confidence instead of guesswork.
Conclusion: Respecting the Feed
On LinkedIn, your professional reputation is inexorably linked to your digital presentation. A poorly formatted, heavily truncated, out-of-proportion preview card signals to your peers and potential clients that you lack attention to detail. It says, "I didn't care enough to test this."
By mastering the technical nuances of Open Graph tags, respecting mobile truncation limits, utilizing the Post Inspector to clear caches, and designing your images with CTR psychology in mind, you take control of the narrative. You ensure that every time your URL is shared—whether by you or by an enthusiastic reader—it acts as a polished, high-converting advertisement for your brand.
Stop Guessing, Start Testing
Never publish a broken link again. Use the DominateTools LinkedIn Preview Simulator to verify your OG tags, check mobile truncation, and guarantee a perfect feed appearance.
Test Your Preview Link →Frequently Asked Questions
Can I use a GIF for a LinkedIn preview image?
What happens if I don't set any OG tags?
Is there a file size limit for the og:image?
Does the URL length affect the preview?
How do I test local links before they go live?
Related Resources
- LinkedIn Banner Preview Tool — Try it free on DominateTools
- The Psychology of Engagement — Beyond the preview
- Viral Headlines 2026 — Writing for the click
- The Branding Guide — Professional consistency
- Network Comparisons — Why LinkedIn is different
- The Tool — Simulate your post