What it is
When someone pastes your short link into Slack, LinkedIn, WhatsApp, etc., the platform fetches the URL’s Open Graph tags to render a preview card. linkutm lets you override the OG title, description, and image per link without touching the destination page.When to use it
- Destination doesn’t have OG tags (or has bad ones).
- You want a campaign-specific preview without changing the page.
- A/B testing share previews across channels.
How to use it
Open Advanced → Social preview
In the link creation, expand Advanced and find the Social preview section.

Real-world example
Same destination URL, different previews per channel:https://acme.com/launch. Per-link OG drives different share cards.
Common mistakes
Setting OG on the destination instead
Setting OG on the destination instead
If destination already has correct OG tags, you don’t need this. Override only when you want different cards per link.
Forgetting cache
Forgetting cache
LinkedIn and Meta cache OG data. Use their debug tools to flush after changes.
OG image too large or non-public
OG image too large or non-public
Files over ~5 MB or URLs behind auth won’t render. 1200×630 PNG/JPG, public.
HTTP image on HTTPS short link
HTTP image on HTTPS short link
Mixed content gets blocked by some platforms. Always HTTPS for the OG image.
Edge cases
Imported links auto-fetch OG data from the destination during import (5s timeout). If fetch fails, favicon falls back to Google’s favicon service for the destination domain.