URL Shorteners Were Built for Newsgroups. Twitter Nearly Killed Them. Then Twitter Made Them Indispensable.

ToolHQ TeamAugust 1, 20267 min read

URL shorteners did not become popular because long URLs are ugly. They became popular because of newsgroups. And they nearly died because of Twitter. And then Twitter made them indispensable.

Kevin Gilbertson, a web developer and unicycling enthusiast, launched TinyURL on January 21, 2002, to solve a specific problem: the URLs in Usenet newsgroup postings were often so long that they broke across two lines when quoted, making them impossible to click. The solution was mechanical: map the long URL to a short slug, redirect anyone who clicks the short URL to the long one, and make the whole thing available for free. TinyURL required no account and no registration.

For six years, URL shorteners were a niche tool. Then in 2006, Twitter launched. In 2009, Twitter's 140-character limit made URL shortening functionally necessary. A URL could easily run to 90 characters. In a 140-character tweet, a full URL consumed 64 percent of the available space before a single word of message had been written. TinyURL's version of the same URL was 25 characters. URL shortening became standard practice within months.

How Newsgroups Created the Problem

Usenet, the distributed discussion system that predated the web, had been accumulating content since 1980. By 2002, web addresses had grown complex: session parameters, tracking identifiers, long path segments, and query strings produced URLs that could run to 200 characters or more. When these were quoted in newsgroup posts or pasted into email threads, the line-wrapping behavior of most text clients broke the URL, and the reader had to manually reconstruct it by removing the line break.

The HTTP redirect mechanism, available since the early days of the web, was the obvious solution. A web server receiving a request to /abc123 could return a 301 (permanent) or 302 (temporary) redirect response pointing the browser at the full URL. Creating a short URL was therefore just a matter of storing a mapping between the short slug and the destination URL, and serving redirect responses for each slug.

Gilbertson built this and put it online. In 2008, Time Magazine named TinyURL one of its Top 50 Best Websites. TinyURL also began allowing custom aliases in 2008, so users could create tinyurl.com/my-project rather than accepting a random alphanumeric string.

The Twitter Effect

Twitter launched in 2006 with a 140-character limit on all posts. The limit had precedent: SMS messages were 160 characters, and Twitter's design was influenced by the SMS format. The character constraint made long URLs a direct cost: a standard e-commerce product URL could leave less than 50 characters for the actual message.

Twitter initially used TinyURL as its default URL shortener. When a user pasted a long URL into a tweet, Twitter would automatically shorten it via TinyURL. This drove TinyURL's traffic sharply upward: by June 2009, TinyURL plus Bitly plus is.gd collectively had about 11 million unique visitors and 110 million page views, reaching approximately one percent of the entire internet.

In November 2009, Twitter switched its default shortener from TinyURL to Bitly. That month, Bitly links were clicked 2.1 billion times. A utility built in 2002 for newsgroup formatting had become critical social web infrastructure.

Bitly and the Analytics Layer

Bitly launched in 2008, founded by Peter Stern and John Borthwick. The key difference from TinyURL was not shorter URLs but richer data. Bitly tracked every click: when it occurred, where the user's IP was located, what referring source they came from, and what device they used. For the first time, the short URL itself became an analytics instrument.

This reframing changed the market. A TinyURL link told you nothing about your audience. A Bitly link told you how many people clicked, from which countries, through which channels, and at what times of day. Marketers began using short links as measurement points rather than just convenience features. The URL shortener stopped being a formatting tool and became a tracking tool.

Custom domain shorteners extended this further. Instead of bit.ly/xyz, a brand could create their own domain like cnn.it or nyti.ms. The New York Times uses nyti.ms, CNN uses cnn.it, and many companies use branded short domains that reinforce the source while providing the same redirect and analytics functionality. The branded short URL became a trust signal: a reader who recognized the source domain was more likely to click than one who saw an opaque bit.ly link.

How Twitter Eventually Commoditized Shortening

Twitter eventually built its own URL shortener, t.co, launched in 2010 and made mandatory for all links shared on the platform in 2011. Every URL pasted into a tweet, regardless of length, was wrapped in a t.co redirect that counted as exactly 23 characters toward the character limit. This removed the primary Twitter use case from third-party shorteners: the character savings were identical regardless of which shortener you used, because Twitter would wrap it anyway.

The character limit was extended to 280 characters in 2017, reducing but not eliminating URL length pressure.

The t.co wrapping introduced a trust problem. Users clicking links on Twitter were always clicking a t.co URL first, then being redirected to the destination. This made it harder to see where a link actually went before clicking, which became a phishing vector. The platform added link preview cards partially to address this by surfacing the destination domain before the user commits to clicking.

What Short URLs Are Still Used For

Short links remain valuable in contexts where the destination URL cannot appear, where it must be typed manually, or where analytics on a specific link matter.

Print materials are the clearest case. A QR code on a brochure that points to toolhq.com/tools/free-online-png-compressor is harder to scan and impossible to type. A short URL or a QR code pointing to a short redirect is standard for any print-to-digital flow. The short URL on a business card or poster can be tracked; a raw URL on the same materials cannot be (unless UTM parameters are embedded in the short destination).

SMS campaigns use short links because SMS has a 160-character limit similar to early Twitter, and long URLs eat character count and often break in text message threads.

Link analytics on specific assets provide data that page-level analytics tools like Google Analytics cannot provide at the same granularity. A shortened link emailed to a specific person or organization can confirm whether the link was clicked, and when, without requiring the recipient to visit a page with tracking scripts.

QR code redemption tracking uses short links as the intermediate step: the QR code points to the short URL, the short URL logs the click and redirects to the destination, and the analytics on the short URL provide scan counts for the campaign.

The Reliability Concern

Short URL services that shut down have broken millions of links across the web. Google's own URL shortener (goo.gl) was discontinued in 2018, with existing links redirected until March 30, 2025, after which they stopped working. Bitly links have remained functional, but they depend on Bitly continuing to operate.

For links that need to remain functional indefinitely, self-hosted redirect solutions or links to durable destination URLs are preferable. For campaign links with defined endpoints, the risk is lower.

Conclusion

The URL shortener traveled from Kevin Gilbertson's newsgroup fix in 2002 to Twitter-scale infrastructure in 2009 to branded analytics platform by 2012. The underlying technology, HTTP redirects, has not changed since the early days of the web. What changed was what the redirect could carry: click counts, geographic data, device data, and referral sources that make a short link much more than a formatting convenience.

For simple link shortening without account requirements, ToolHQ's link shortener creates redirect links for immediate sharing across any context where a shorter URL is practical.

Frequently Asked Questions

Why was TinyURL created?

Kevin Gilbertson built TinyURL in January 2002 to fix long URLs in Usenet newsgroups and forums that would break across two lines and become unclickable.

What made URL shorteners mainstream?

Twitter's 140-character limit in 2009. Long URLs could consume most of a tweet before any message was written. Bitly links reached 2.1 billion clicks in November 2009 alone.

Do URL shorteners affect SEO?

Standard URL shorteners use 301 redirects, which pass link equity to the destination URL. The shortened URL itself does not rank in search, but links pointing to it still pass authority through the redirect.

Try These Free Tools