Second-Level Domain
DomainsSecond-Level Domain is the part of a domain name directly to the left of the top-level domain (TLD), such as "example" in example.com. It is typically the primary, human-readable identifier for a website or organization and is chosen during domain registration. Depending on the registry, it may be registered directly under a TLD or under a structured namespace.
How It Works
A domain name is read from right to left in terms of hierarchy. The top-level domain (TLD) is the rightmost label (like .com, .net, or .org). The second-level domain (SLD) is the label immediately to its left. Together, the SLD and TLD form the registrable domain in many spaces (for example, example.com), which is what you typically purchase from a registrar.
In some country-code namespaces, the structure can be more layered. For instance, a registry may require registrations under a predefined second-level zone (such as .co or .com) beneath the country-code TLD. In those cases, what people casually call the "SLD" might be that predefined zone, while the registrable name becomes the third label (for example, yourname.co.uk). Regardless of the policy, DNS records (A, AAAA, CNAME, MX, TXT) are usually managed at the registrable domain level, and subdomains (like blog.example.com) branch off to the left of the SLD.
Why It Matters for Web Hosting
When comparing hosting plans, the SLD is central because it is the core name you will point to your hosting via nameservers or DNS records. It affects branding, email addresses, and how you organize sites and services with subdomains. Understanding whether your registrable domain is SLD+TLD (example.com) or a deeper structure (example.co.uk) helps you choose the correct DNS zone to edit, avoid misconfigurations, and plan multi-site setups.
Common Use Cases
- Registering a primary website name under a chosen TLD (example.com)
- Creating branded email addresses tied to the domain ([email protected])
- Organizing services with subdomains under the same SLD (shop.example.com, api.example.com)
- Managing DNS records for hosting, CDN, and verification (A/AAAA, CNAME, TXT)
- Setting up redirects and canonical domains (www.example.com to example.com)
Second-Level Domain vs Subdomain
The second-level domain is the main label under the TLD and is typically part of the registrable domain you own (example.com). A subdomain is any label added to the left of the registrable domain (blog.example.com). In hosting terms, the SLD is where you usually control the authoritative DNS zone, while subdomains are used to route traffic to different apps, servers, or directories without buying another domain.