What Is a CNAME Record
You type into a browser. The page loads. But behind the scenes, your website might actually live on some platform's servers — Shopify, Squarespace, or a cloud host. The address you typed is not the "real" address. It's an alias.
That alias exists because of a CNAME record. CNAME stands for "Canonical Name" — but the friendlier way to think about it is "alias record." It tells the internet: "When someone asks for this name, send them to that name instead."
In DNS terms, a CNAME record maps one domain name (like ) to another domain name (like ). It's not pointing to an IP address. It's pointing to another name, and that name handles the rest.
Real-World Analogy
Think about a person who goes by a nickname. Everyone at the office calls them "Alex," but their legal name is "Alexander Chen." When someone asks for Alex, the company directory says "see Alexander Chen." The CNAME record is that note in the directory. It doesn't give you Alex's desk location directly — it tells you to look up Alexander instead.
How CNAME Records Work
Layer 1 — Plain English
Imagine you're delivering a package. You have the address "123 Main Street, Suite 4B." When the delivery driver arrives at 123 Main Street, the building directory says Suite 4B is actually up on the fourth floor, labeled "Riverfront Consulting." The driver follows the redirect, finds Riverfront Consulting, and drops off the package.
That's what a CNAME record does. When a browser or email server asks for , the DNS system doesn't hand back an IP address right away. It says, "Oh, that name? It's really . Go ask about that name instead." The request then continues with the real name, which eventually resolves to an IP address where your site lives.
The key thing: a CNAME doesn't end the conversation. It passes the request to another name. The second name is the one that actually knows the final address.
Layer 2 — Technical Detail
Why It Matters for Your Business
When CNAME records are set up correctly, things just work. Customers type your web address, and they land on your site — whether that site is hosted by you, by Shopify, by a landing page tool, or by a marketing platform. Your team doesn't think about DNS. Customers don't think about DNS. Everyone wins.
When they're wrong, the failure is invisible and total. Your address stops loading. A subdomain for your help center goes dark. A marketing landing page that your team spent weeks building returns a blank error. No one gets a helpful error message. The site simply doesn't resolve.
This matters for anyone running campaigns. Marketing teams create subdomains for microsites, event pages, and partner portals. If those subdomains rely on CNAME records and the record breaks, the campaign dies silently. Sales loses leads, and no one knows why.
Common Issues and Warning Signs
A broken CNAME usually shows up as a site or service that suddenly stops working. The problem is that CNAME failures look exactly like "the internet is down" to most people. There's no obvious alert. Your browser just spins and eventually shows a resolution error.
Another common issue: someone sets up a CNAME at the root domain by accident, or adds other records alongside a CNAME. Either of these violates DNS rules and can cause unpredictable failures — sometimes it works, sometimes it doesn't, depending on what the visitor's DNS resolver decides to do.
Common Issues
How to Fix or Improve CNAME Records
Fixing a CNAME issue usually means checking what it points to and whether that target still exists. Before changing anything, confirm that the service you're pointing to actually expects a CNAME — most platforms tell you exactly which DNS records to create when you set up a custom domain.
Once you've made the change, run another TechSpy scan to confirm the record is correct and resolving properly. It's free and takes under a minute.
<!-- self-check: layer1_readable=true | fix_doable=true | no_padding=true | jargon_expanded=true -->