A vanity URL is a short, readable web address chosen for people rather than machines. It usually lives on a brand's own domain, and it redirects to a longer page that would be awkward to say out loud, type, or fit in a text message. go.yourbrand.com/sale is a vanity URL. The page it opens might really be yourbrand.com/collections/summer-2026?utm_source=sms&utm_campaign=june.
That is the whole definition. The rest of this guide covers where the term gets confused with its neighbors, real examples, why vanity URLs matter more than they used to, and how to make one on a domain you own in about 15 minutes.
Vanity URL vs short link vs custom domain
These three terms overlap, and most confusion about vanity URLs comes from treating them as interchangeable.
| Term | What it is | Example |
|---|---|---|
| Short link | Any shortened address that redirects. Can be on a shared domain. | bit.ly/3xK9pQ |
| Vanity URL | A short link whose words were chosen to be readable and on-brand. Almost always on a domain the brand owns. | go.yourbrand.com/sale |
| Custom domain | The domain a shortener runs on. A custom domain is what makes vanity URLs possible at scale. | go.yourbrand.com |
So: every vanity URL is a short link, but not every short link is a vanity URL. A random string on a shared shortener is short, but nobody would call it vanity. And a custom domain is the ground the vanity URL stands on, not the URL itself.
Vanity URL examples
- Campaign links.
go.yourbrand.com/sale,go.yourbrand.com/vip,go.yourbrand.com/july. Short enough for a text message, readable enough that the customer knows who sent it. - Print and QR.
menu.yourrestaurant.comon a table tent,card.yourbrand.com/alexon a business card. The address is the brand, and the QR code that encodes it is simpler and easier to scan than a long URL. - Spoken and broadcast.
yourbrand.com/radioread out in an ad. A vanity URL is the only kind of link a person can remember after hearing it once. - Platform vanity URLs. LinkedIn lets you set
linkedin.com/in/yournameinstead of a numeric ID, and YouTube lets you claimyoutube.com/@yourbrand. These are vanity URLs on someone else's domain: readable, but the domain and the rules belong to the platform.
Why vanity URLs matter more than they used to
Ten years ago a vanity URL was mostly about looking polished. Today it does real work in three places.
1. Recognition before the tap
People decide whether to tap a link in well under a second, and the domain is the biggest signal they have. A link that carries your name reads as you. A random string on a domain they have never heard of reads as a risk. That instinct is not paranoia; the US Federal Trade Commission's own advice to consumers is to check that a link's URL is one they recognize before opening it.
2. Deliverability in SMS
US carriers filter commercial text messages partly on the domain in the link, and the industry's guidance is specific about shorteners. The CTIA's Messaging Principles and Best Practices (May 2023, section 5.3.2) says that where a URL shortener is used, senders should use one with a web address dedicated to their exclusive use, and that links should not obscure the sender's identity. A vanity URL on your own domain is exactly that. A link on a shared shortener domain is exactly not. If you register your texting under 10DLC, Twilio's documentation states that public shorteners in a campaign submission lead to rejection by The Campaign Registry. More on that here.
3. Control after the send
A vanity URL is a redirect you control. The link in the printed brochure, the QR on the packaging, and the address in last month's email can all be pointed somewhere new without reprinting or resending anything. That is the property that turns a vanity URL from a cosmetic choice into an operational one.
How to create a vanity URL
There are three ways, from most manual to least.
Option 1: a redirect on your own web server
If you control your website's server or CMS, you can add a redirect rule: /sale sends visitors to the long page. This works for a handful of links and costs nothing extra. It gets painful fast: every new link is a developer ticket, there is no click count, and changing a destination means another ticket.
Option 2: a link shortener with a custom domain
This is how most brands do it. You keep your main website untouched and point a subdomain like go.yourbrand.com at a shortener that supports custom domains. From then on you create vanity URLs in a dashboard, each one gets click analytics and a QR code, and destinations can be edited any time. This is what Linkturf does, and the setup is:
- Choose the subdomain.
go.,link.,l.andtxt.are common. Shorter is better in a text message. - Add two DNS records at your registrar: a TXT record that proves you own the domain, and a CNAME record that routes the subdomain. The shortener shows you both with copy buttons.
- Wait for verification and SSL, usually a few minutes.
- Create links with the slugs you want:
/sale,/vip,/menu.
The step-by-step with screenshots for GoDaddy, Cloudflare and Namecheap is in how to set up a branded short link domain in 15 minutes.
Option 3: a platform's built-in vanity URL
LinkedIn, YouTube and similar platforms let you claim a readable address on their domain. Do it, it costs nothing. Just know that it is their domain, their rules, and their analytics, and it cannot redirect anywhere except your profile there.
Vanity URL best practices
- Keep it short and sayable. If you cannot read it aloud in one breath, shorten it.
/salebeats/summer-sale-2026-promo. - Use lowercase and hyphens. URLs are case-sensitive after the domain on many systems. Lowercase avoids a customer typing
/Saleand landing nowhere. - Avoid dates in the slug.
/salecan be re-pointed every season./sale-june-2026looks stale by July. - One hop. The vanity URL should redirect straight to the final page, not through a chain of other redirects. Chains are slower and look suspicious to filters.
- Own the domain. A vanity URL on a shared shortener domain is a contradiction in terms. If the domain is not yours, neither is the reputation, the data, or the future of every link you printed.
- Add UTMs behind the vanity URL, not in it. The customer sees
go.yourbrand.com/sale; your analytics still receiveutm_source=smsbecause the redirect carries the parameters.
Short answers
Is a vanity URL the same as a custom URL? Close enough in everyday use. "Custom URL" usually emphasizes that the slug was chosen; "vanity URL" emphasizes that it is readable and branded. Both describe go.yourbrand.com/vip.
Is a vanity URL good for SEO? Indirectly. A redirect does not rank on its own, but a clean branded link earns more taps than an anonymous one, and every tap still lands on your real page, which is what search engines index.
Do vanity URLs expire? Only if the service behind them stops. On your own domain, they last as long as you keep the domain and the account. On Linkturf, links keep working for 30 days after a cancellation and then forward to your own website rather than breaking.