Custom and Vanity URLs

September 24, 2026 | URLVanish Team | 9 min read

The short version: a vanity URL is a short link whose ending you chose — urlvanish.com/spring-sale rather than urlvanish.com/a7f3c2d1. It costs nothing, takes one extra field, and is worth doing any time a link will be read aloud, printed, typed by hand or seen more than once. It is not the same thing as a branded domain, which is a separate and more expensive undertaking.

1. Vanity URL, custom alias, branded domain

Three terms get used interchangeably and mean quite different things, which matters because they differ by about three orders of magnitude in cost.

TermWhat it meansWhat it costs
Custom aliasYou choose the part after the slash on a shared domain: urlvanish.com/spring-saleFree
Vanity URLUsually a synonym for the above; sometimes used for any deliberately memorable addressFree
Branded domainThe domain itself is yours: yourbrand.link/spring-saleDomain registration, plus a service that supports it

Most people searching for a vanity URL generator want the first row. They want a link that says something, and they do not want to register a domain to get it. That is a one-field change, and the rest of this guide is about doing it well.

A branded domain is worth it when the domain itself carries recognition — a large brand, a publication, a conference that runs annually. For everyone else it adds renewal fees and a single point of failure in exchange for a marginal trust gain.

2. How to create one, free

On the website

Sign in, paste your long address into the dashboard, and type your chosen ending into the alias field before shortening. If it is taken you are told immediately and can pick another. A free account needs a username and a password — no email address.

Through the API, with no account at all

The API accepts a custom alias from anybody, with no key and no account:

https://urlvanish.com/api/shorten?format=simple&url=https://example.com/page&shorturl=spring-sale
→ https://urlvanish.com/spring-sale

If the alias is already in use the API returns a 409 rather than quietly giving you something else, so a script can detect the collision and try a variation.

What is allowed

3. Choosing an alias that survives contact with reality

The test that matters: can someone hear it once and type it correctly? If a link is going on a slide, into a podcast script, onto a poster or into a conversation, this is the only criterion worth optimising.

What works

What to avoid

The read-aloud test: say the full link to a colleague once, at normal speed, and have them type it without asking a question. If they cannot, change it. This takes thirty seconds and catches nearly every problem above.

4. Where a vanity URL actually earns its keep

Where it does not matter: links posted once in a chat and never seen again, links inside email where the text is clickable anyway, and machine-to-machine links nobody reads.

5. Mistakes that make a custom link worse than a random one

  1. Making it longer than the original. /our-amazing-spring-sale-2026 defeats the point. Two words.
  2. Claiming an alias you will want to re-point. An alias points at one destination permanently. If the campaign page moves, you need a new alias — or you should have pointed it at your own domain and redirected from there.
  3. Reusing one alias for several campaigns. You cannot, and even if you could you would lose the per-campaign click counts.
  4. Hoarding aliases speculatively. They are first come, first served, but creating dozens you never use is the behaviour abuse systems are built to notice.
  5. Assuming a custom alias makes a link trustworthy. It helps — a readable alias restores some of the signal shortening removed — but anyone can create one, so it is not proof of anything. Context around the link still does the heavy lifting.

6. The limits worth knowing before you commit

Frequently asked questions

What is a vanity URL?

A short link whose ending you chose rather than one generated at random — urlvanish.com/spring-sale instead of urlvanish.com/a7f3c2d1. The term is often used interchangeably with custom alias, and both usually refer to choosing the path on a shared domain rather than owning the domain itself.

How do I create a custom short URL for free?

Sign in, paste your long address and type your chosen ending into the alias field before shortening. Alternatively call the API with a shorturl parameter, which accepts a custom alias with no key and no account at all.

Can I create a custom alias without an account?

Through the API, yes: ?format=simple&url=...&shorturl=your-alias works with no key and no sign-up. The website form requires an account, because the dashboard is where you manage the aliases you have claimed.

What characters can a custom alias contain?

Letters, numbers, hyphens and underscores, up to 50 characters. In practice keep it under twenty, prefer hyphens to underscores, and avoid characters that look alike in print such as 0 and O or 1 and l.

Can I change what a custom alias points to later?

No. An alias points at one destination for its lifetime, so that a link someone has already saved cannot start going somewhere else. If your destination may move, point the alias at a page on your own domain and control the onward redirect from there.

What happens if the alias I want is taken?

Aliases are first come, first served across the whole domain. You are told immediately and can pick another; the API returns a 409 so a script can detect the collision and try a variation. A claimed alias cannot be reassigned.

Is a vanity URL the same as a branded domain?

No. A vanity URL or custom alias is the part after the slash on a shared domain and is free. A branded domain means the domain itself is yours, which requires registering and renewing it and a service that supports custom domains. It is worth it mainly when the domain name itself carries recognition.

Do custom aliases help with SEO?

Not directly. A short link is a 301 redirect, and the ranking signal accrues to the destination rather than the short link. A readable alias helps click-through rate where the link is visible, which is a real but different benefit.

Does a custom alias make a link look more trustworthy?

It helps, because a readable alias restores some of the context that shortening removes. It is not proof of anything, since anyone can create one. A sentence explaining where the link goes does more for trust than the alias does.

Claim a readable short link

Custom aliases are free. Sign in to choose one on the website, or pass one straight to the API.

Shorten a URL free

Published September 24, 2026 by the URLVanish Team.

Related reading: Change how a URL looks • Short URLs in marketing • How to shorten a URL • API reference