Subdirectory
WebsitesA folder path on your main domain — like roelu.com/blog or roelu.com/insights — that keeps related content under one URL instead of splitting it onto a…
A subdomain is a section of a larger domain, created by adding a prefix before the root — for example, blog.roelu.com or docs.stripe.com. Technically, each subdomain is a distinct DNS entry that can point to its own server, application, or platform. Subdomains are commonly used to separate marketing sites from product apps, host help centers, or serve regional versions of a site.
Subdomains are useful when two parts of your business genuinely need to be separate — a marketing site on roelu.com and a product app on app.roelu.com. They are misused when teams put their blog on blog.company.com and wonder why it never ranks. Google treats subdomains as related but distinct properties. SEO authority does not always transfer cleanly. For content meant to support the main brand — blogs, glossaries, case studies — keep it on a subdirectory like /blog. Reserve subdomains for genuinely separate applications, like product, status, or docs.
You create a subdomain by adding a DNS record — usually a CNAME or A record — that points the prefix to a server or service. Your registrar or DNS provider exposes a dashboard where you type the subdomain name and the destination, save, and wait for the change to propagate. Unlimited subdomains are typically free once you own the root domain. From there, the subdomain behaves like an independent site: its own SSL certificate, its own hosting, its own analytics. You can host docs.company.com on a different platform than the main site without changing the root domain at all.
A folder path on your main domain — like roelu.com/blog or roelu.com/insights — that keeps related content under one URL instead of splitting it onto a…
The human-readable address visitors type to reach your website — like roelu.com — instead of the string of numbers the internet actually uses to find the…
The internet's phone book — DNS translates the domain name you type into the numeric address computers use to find the right server, and it does so in…
The way the paths on your website are organized — like /pricing or /case-studies/acme — designed to be readable, predictable, and useful for both search…
Optimizing a website to rank in multiple countries and languages — hreflang tags, content localization, and the infrastructure to keep search engines from…
An instruction that sends visitors and search engines from one URL to another — used to fix broken links, consolidate pages, or move content to a new address…
A private copy of your website where the team can preview changes, test new features, and catch problems before pushing them live to real visitors. Also called…