northdan.
Vezi pagina în română

IT Glossary

What is a subdomain?

A subdivision of a web domain — the part in front of the main name, as in blog.company.com — used to separate distinct sections or applications.

blog.company.com, shop.company.com, app.company.com: everything appearing before the main domain name is a subdomain, a separate wing of the same web property that can host a different site, on a different platform and even on a different server, without buying any new domain. The practical uses follow from that independence. A shop can run on a specialist platform at one address while the marketing site runs on another; a customer application can live at its own address with its own release cycle; a staging version can sit on a hidden subdomain until launch day. Creation is free and quick — one DNS record rather than a purchase — taking minutes plus propagation time. The nuance worth carrying into the decision is that search engines treat a subdomain largely as a site in its own right, building its authority separately. That is why a blog whose job is to strengthen the main site usually belongs in a subfolder such as company.com/blog rather than at blog.company.com, where every article contributes to a reputation the main site does not fully inherit. The choice between the two is made once, at the start of a project, on the basis of purpose: a subfolder when the content exists to reinforce the main site, a subdomain when the section is functionally a separate system with its own audience.

Let’s talk about your project

Message us on WhatsApp or send an email — you talk directly to a developer.

office@northdan.com · +40 752 070 247

Why it matters for your business

Different systems under one brand

Shop, blog, application and client portal can run on separate platforms and servers while all carrying addresses built on the company name — coherent and easy to remember.

Technical separation without cross-risk

A problem in the application at its own address does not take down the main site; maintenance, updates and access are administered entirely independently.

New addresses at zero cost

Subdomains are created free in minutes from DNS management, which makes them useful for campaigns, test versions and internal tools as much as for major sections.

Frequently asked questions

Subdomain or subfolder — which is better for search?

For content whose job is to strengthen the main site — blog, guides, resources — the subfolder is the safe choice, because authority accumulates in one place instead of being split across two properties. A subdomain earns its place when the section is functionally a different system: a shop on a specialist platform, a web application, a portal for another country or a distinctly different audience with its own content strategy.

How is a subdomain created?

From the DNS or hosting control panel: you add a record, of type A or CNAME, carrying the name you want and pointing at the server where the content will run. It takes a few minutes plus propagation. One detail people forget until browsers start warning visitors — the subdomain needs its own security certificate, or a wildcard certificate covering every subdomain of the parent name.

Is www itself a subdomain?

Technically yes — it is the most widespread subdomain in history, a convention left over from the early web. Practically, the site should work at both forms, with one chosen as canonical and the other permanently redirected to it. Without that redirect a search engine can see two parallel sites carrying identical content, which splits signals and occasionally puts the wrong address in front of your customers.