A subdomain or a folder: what changes when your name comes first
Every link-in-bio service makes the same structural choice, and almost none of them explain it. It decides whose brand the address advertises, how the link behaves when it is read out loud, and what you can take with you.
The two shapes
A path address puts the service first: the domain belongs to them and your name is a folder inside it. A subdomain address puts you first: your name is the first thing read, and the service name trails behind it like a suffix.
| Path | Subdomain | |
|---|---|---|
| Shape | service.com/yourname | yourname.service.com |
| Read aloud | Service dot com slash your name | Your name dot service dot com |
| First word heard | The service | You |
| Browser isolation | Same origin as every other user | Its own origin per user |
| Search engines | One site, many pages | Treated as separate sites |
What actually changes for you
It is a different sentence
This is the part that sounds superficial and is not. A bio link is read, spoken in a video, printed on a card and typed from memory. In the path form, the first thing anyone processes is somebody else’s brand. In the subdomain form, it is your name. Over thousands of impressions that difference is the whole point of having a link at all.
Typing it from memory is easier
A slash is a surprisingly hostile character on a phone keyboard, and people routinely mistype the case of a path segment. Domains are case-insensitive by definition; paths are not, on many servers. A subdomain removes both problems.
The browser treats you as your own site
Browsers isolate storage per origin. On a path-based service, every user shares one origin, which means the isolation between your page and a stranger’s page is enforced only by the application. On a subdomain each page is its own origin, and the browser enforces the boundary rather than trusting the server to.
The honest trade-off
A subdomain is not free. Search engines largely treat subdomains as separate sites, so links pointing at your page build authority for your subdomain rather than for the service’s main domain. From the service’s point of view that is a real cost — it means the marketing site has to earn its own traffic instead of harvesting it from users.
From your point of view it is the opposite. Authority that accumulates on your address is yours. If you spend two years sending traffic to a path on someone else’s domain, that authority stays with them when you leave.
What to check before you commit to an address
- Can you change the name later, and do links to the old one keep working? A rename that breaks every shared link is not a rename, it is a restart.
- Is the name freed for someone else after you leave? If so, a link you printed last year may one day point at a stranger.
- Can you export your links and your statistics, in a format you can actually read?
- Does the page work when JavaScript is unavailable? That is the honest test of whether it was built for the in-app browser.
None of these questions are about design, and all of them decide whether the address you spend a year promoting still belongs to you at the end of it.