Chykalophia Docs
Domains & DNS

Subdomains explained

What subdomains are, how they work, common uses, and how to create one on your domain.

domainsdnsbeginnergetting-started

You've probably seen web addresses like shop.yourbusiness.com or blog.yourbusiness.com. The part before the dot — shop or blog — is a subdomain. This guide explains what subdomains are and when they're useful.

Quick summary

A subdomain is a prefix added to your domain name that creates a separate, but related, address. For example, shop.yourbusiness.com is a subdomain of yourbusiness.com. Subdomains are free to create and can point to different servers or services than your main site.

What is a subdomain?

A subdomain is an extension of your domain name that sits to the left of the main domain. Your root domain is yourbusiness.com. A subdomain adds a prefix:

  • www.yourbusiness.com — the most common subdomain (the www prefix)
  • shop.yourbusiness.com — might host an e-commerce store
  • blog.yourbusiness.com — might host a blog on a different platform
  • app.yourbusiness.com — might host a software application
  • mail.yourbusiness.com — often used internally by email systems

You can create as many subdomains as you like. They're free — you don't pay extra to use them, and you don't need to register them separately.

How subdomains work

A subdomain is just a DNS record. To create one, you add an A record or CNAME record for the subdomain in your DNS settings.

For example, to create shop.yourbusiness.com, you'd add a DNS record:

NameTypeValue
shopAIP address of the shop server

Or, if the shop platform provides a URL rather than an IP address:

NameTypeValue
shopCNAMEshops.platform.com

The subdomain can then point to a completely different server or platform than your main website.

Common uses for subdomains

SubdomainCommon use
wwwThe standard prefix for a website — nearly always set up
shopA separate e-commerce store
blogA blog hosted on a different platform
appA web application or client portal
supportA help desk or support portal
mailUsed internally by email infrastructure
mMobile-specific version of a site (less common now)
stagingA test/staging version of the site

Subdomains vs subdirectories

You can structure your site in two ways:

ApproachExampleGood for
Subdomainblog.yourbusiness.comDifferent platform, different team
Subdirectoryyourbusiness.com/blogSame site, same platform

For SEO purposes, subdirectories (folders on the same domain) generally share the domain's authority, while subdomains are treated more like separate sites by search engines. For most clients, a subdirectory is better for content like a blog. Subdomains make more sense when the content is genuinely separate (a different platform, a different product, etc.).

Common questions

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.
Subdomains explained | Chykalophia Docs