FAQ Getting Started

What is a subdomain?

A prefix added to a domain you already own, letting you run a separate section of your site under the same name.

Updated 4 min read Beginner

A subdomain is a prefix added in front of a domain you already ownblog.yourdomain.com or shop.yourdomain.com rather than yourdomain.com itself. It lets you run what functions as a separate site or section under the same overall domain name, without registering anything new.

Where the name comes from

Domain names read right to left in terms of hierarchy: yourdomain.com is the domain, and anything added before it as a prefix is "sub" to that domain — hence subdomain. www is itself technically a subdomain, just one so common that browsers and users barely notice it as one.

What people actually use subdomains for

  • Separating a blog or documentation section from a main marketing site, especially when the two are built on different software.
  • Running a staging or test copy of a sitestaging.yourdomain.com — separate from the live version.
  • Giving a web application its own address, such as app.yourdomain.com, distinct from a marketing homepage at the root domain.
  • Regional or language versions of a site, such as us.yourdomain.com alongside the main version.

Subdomain vs addon domain vs a completely new domain

OptionExampleWhen to use it
Subdomainblog.yourdomain.comA section of the same overall site or brand
Addon domainanotherbrand.com, hosted on the same accountA genuinely separate website or brand you also own
New domain registrationA domain you do not currently ownStarting something with no existing name to build on

A subdomain does not need to be purchased separately — it is created for free within a domain you already control. Adding a domain to your hosting account covers the addon domain case if what you actually need is a second, independent domain name.

Does a subdomain need its own hosting?

Not necessarily. A subdomain can point at a folder on the same hosting account as its parent domain, which is the simplest and most common setup, or it can be pointed at a completely different server or third-party service. The first case is a control panel setting; the second is a DNS record pointing elsewhere. Pointing a subdomain at a folder covers the first, and delegating a subdomain covers sending it somewhere else entirely.

Does a subdomain need its own SSL certificate?

Yes, in the sense that a certificate has to specifically cover it — a certificate issued only for the root domain does not automatically secure every subdomain unless it was issued to include them. Most control panels handle this automatically when a subdomain is created and SSL is enabled, but it is worth checking your control panel's SSL section for the subdomain specifically rather than assuming it inherited the main site's certificate.

Related reading