How to Expand a Short URL and See Where It Goes
A shortened link tells you nothing about its destination. Here is how to expand a short URL safely, read the redirect chain, and spot the hop that breaks tracking.

Location header the server sends back, and repeats until nothing redirects any more — showing you the final URL and every hop on the way to it, which is what a browser hides.Two reasons to expand a short URL
Reading the chain
| Status | Meaning | Passes ranking signals |
|---|---|---|
| 301 | Moved permanently | Yes |
| 302 / 307 | Temporary | Treated as permanent if it persists |
| 303 | See other | Yes |
| 308 | Permanent, method preserved | Yes |
| 4xx / 5xx | The chain ends in an error | No — the link is broken |
?utm_campaign= is present at step one and gone at step three, step three is where you have work to do. Second, the final domain: a link that starts on bit.ly and ends somewhere you have never heard of deserves a second look before you click or publish it.What a link expander cannot see
Location header on a 3xx response. A page that redirects with JavaScript, or with a <meta http-equiv= "refresh"> tag, is indistinguishable from a final destination to any HTTP client. The chain will appear to end there.Chains on links you control
- A shortener pointing at a redirect that was set up for a previous campaign.
http→https, thenexample.com→www.example.com, as two separate hops
- A trailing-slash or lowercase canonical redirect at the end.
Does expanding a link count as a click?
Can I expand a link without any tool?
curl -sIL https://short.example/x prints the headers for each hop, including the Location of every redirect. A tool is faster because it also strips tracking parameters and flags a loop.The expander says the host is unreachable.
Is a long redirect chain always suspicious?
Put it to work
Tools for the job you just read about
Free to run, most of them without an account.
Link Expander
See where a short link really goes — every hop, before you click.
Google SERP Snippet Preview
See your title and description as a Google result — on a desktop and a phone.
Social Media URL Cleaner
Strip the tracking off a link — and see what each parameter was telling somebody.
Instagram Money Calculator
What to charge for a post — priced the way a brand actually prices it.
Username Availability Checker
One handle, checked against every network’s rules at once.
YouTube Metadata Viewer
Every field a YouTube video declares about itself, in one table.
Keep reading
More from the blog

Why Your Link Preview Looks Different on Mobile
The same link renders two different cards. Facebook gives a title 88 characters on desktop and about 65 on a phone — and the phone is where most of the taps are.

How to Embed a Social Media Post on Your Website
Every platform publishes embed code and most hide it. Here is where each one keeps it, when to use an iframe instead of a script, and what to do about consent.

Which Social Platforms Have Their Own Short Link Domain
Seven platforms let you build a short link from a URL. Five only issue one from their own share sheet. Everything else calling itself a shortener is a redirector.