Skip to content

What is a TLD

Key idea:

TLD (Top-Level Domain) is the rightmost part of a domain name (.com in example.com, .ru in enterno.ru). Managed by ICANN. Types: gTLD (generic — .com, .org, .net), ccTLD (country-code — .ru, .de, .uk), sTLD (sponsored — .gov, .edu), new gTLD (.io, .tech, .shop — post-2013). TLD choice affects price, SEO and brand perception.

Below: details, example, related terms, FAQ.

Check your domain's DNS →

Details

  • gTLD: .com, .org, .net, .info — oldest, price $10-15/year
  • ccTLD: .ru (₽189/year via reg.ru), .uk, .de — tied to a country
  • new gTLD: .io ($40/year), .tech ($15), .shop ($3 first year + $40 renewal)
  • .io — originally ccTLD for British Indian Ocean Territory, became tech-popular
  • sTLD: .gov (US gov only), .edu (US accredited), .mil — restricted registration

Example

example.com → .com is TLD
enterno.ru → .ru is TLD
api.enterno.io → .io is TLD (enterno is 2LD, api is 3LD)

Related Terms

Understanding the Importance of TLDs in SEO

When it comes to search engine optimization (SEO), the choice of a Top-Level Domain (TLD) can significantly impact your website's visibility and ranking on search engines. TLDs are categorized into different types: generic TLDs (gTLDs), country-code TLDs (ccTLDs), and sponsored TLDs (sTLDs). Each type serves different purposes and can influence how search engines perceive your website.

gTLDs such as .com, .org, and .net are widely recognized and can convey credibility. These domains are often associated with global reach and may rank better in international searches.

On the other hand, ccTLDs like .ru for Russia or .uk for the United Kingdom signal to search engines that the website is relevant to users in those specific countries. This can enhance local SEO efforts and improve visibility within those regions.

Furthermore, sTLDs such as .edu and .gov are restricted to specific organizations and can carry significant authority, which may benefit SEO if used appropriately.

In summary, selecting the right TLD is crucial for optimizing your website for search engines. Consider your target audience, geographic focus, and the credibility associated with different TLDs when making your choice.

How to Choose the Right TLD for Your Brand

Choosing the right Top-Level Domain (TLD) for your brand is a critical decision that can influence your online presence, user trust, and overall marketing strategy. Here are some key factors to consider when selecting a TLD:

  • Brand Recognition: A familiar TLD like .com is often perceived as more trustworthy. If your brand is new, consider using a gTLD that resonates with your audience.
  • Target Audience: If your business operates primarily in a specific country, a ccTLD like .ru or .fr can help target local customers and improve search rankings in that region.
  • Industry Relevance: Certain TLDs may be more suitable for specific industries. For example, .edu is ideal for educational institutions, while .tech appeals to technology-related ventures.
  • Availability: Domain name availability can also dictate TLD choice. If your desired name is taken in one TLD, it may be available in another.
  • SEO Considerations: While TLDs themselves do not directly impact SEO, they can influence click-through rates and user perception, which ultimately affects traffic and rankings.

In summary, carefully evaluate these factors and select a TLD that aligns with your brand identity and business goals.

Practical Examples of Configuring Domain Names with Different TLDs

Configuring domain names correctly is essential to ensure that your website operates smoothly across various Top-Level Domains (TLDs). Below are practical examples of how to set up DNS records for different TLDs.

Assuming you have registered a domain name example.com and want to create a subdomain blog.example.com, here’s how you can configure it:

# For gTLD (.com) using A record
example.com.   IN  A   192.0.2.1
blog.example.com. IN  A   192.0.2.2

# For ccTLD (.ru) using CNAME record
example.ru.   IN  CNAME   example.com.
blog.example.ru. IN  CNAME   blog.example.com.

In this example, the A record points the main domain and subdomain to specific IP addresses for the .com TLD, while the CNAME record for the .ru TLD directs traffic to the .com version.

Additionally, if you are using a new gTLD such as .tech, the configuration remains similar:

# For new gTLD (.tech)
example.tech.   IN  A   192.0.2.3
blog.example.tech. IN  A   192.0.2.4

By following these configurations, you can effectively manage your domain names across various TLDs, ensuring that users can access your content regardless of the domain extension.

A / AAAAIPv4 and IPv6 host addresses
MX RecordsDomain mail servers
TXT / SPFVerification & anti-spoofing
NS / SOAName servers & zone authority

Why teams trust us

12
DNS record types
SPF+DKIM
email protection
<1s
DNS response
3
check regions

How it works

1

Enter domain

2

Select record type

3

Get DNS response

What are DNS Records?

DNS (Domain Name System) translates domain names into IP addresses. DNS records are instructions that define where to route traffic, email, and how to verify domainownership.

Complete Lookup

Query all record types — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single request.

Instant Results

Direct queries to authoritative servers. Results in milliseconds, no caching.

Security Checks

SPF, DKIM, and DMARC analysis to evaluate email protection against spoofing and phishing.

Export & History

Save check results. Compare DNS records before and after registrar changes.

Who uses this

DevOps

DNS check after deploy

Email marketers

SPF/DKIM/DMARC audit

SEO

DNS config audit

Sysadmins

DNS zone control

Common Mistakes

Missing SPF recordWithout SPF, emails may land in spam. Add a v=spf1 TXT record.
Single NS serverIf the only NS fails, the domain becomes unreachable. Use at least 2 NS servers.
CNAME conflicting with other recordsCNAME cannot coexist with MX or TXT on the same name — this violates RFC.
TTL set too highWith 86400s TTL, DNS changes take a full day. Lower TTL to 300 before migrations.
Missing PTR recordMail servers check PTR. Without it, emails may be rejected.

Best Practices

Set up SPF + DKIM + DMARCThe trio of records that protects your email from spoofing and improves deliverability.
Use 2+ NS serversDistribute NS servers across different networks for redundancy.
Lower TTL before migrationSet TTL to 300 at least 24-48 hours before an IP change for fast propagation.
Verify DNS after changesAfter updating records, confirm changes propagated correctly and no errors remain.
Add a CAA recordCAA restricts which Certificate Authorities can issue SSL certificates for your domain.

Get more with a free account

DNS check history, API keys and DNS change monitoring.

Sign up free

Learn more

Frequently Asked Questions

Does TLD affect SEO?

Indirectly. .com slightly stronger for global SEO, ccTLD (.ru) — for geo-targeting in Russia. Google officially: "does not matter if content and links are good".

What are 2LD and 3LD?

Second-level domain — before TLD (example in example.com). Third-level domain — subdomain (api in api.example.com).

Why is .io so popular?

Short, plays on input/output in tech. In 2024 began an ICANN transition following UK handover of the Chagos Islands.

Try the live tool that powered this guide

Free plan — 10 monitors, checks every 5 min, no card required. Upgrade for 1-minute interval and multi-region monitoring.