Checking What a CNAME Record Actually Does for Your Subdomain
A CNAME record lets a subdomain like store.yourdomain.com point to a hostname instead of a fixed IP. Website builders depend on this because they supply a specific target domain rather than an address that never changes. Before you make any changes, verify that you have copied the exact target from the builder’s instructions. That value becomes the reference for the CNAME record. The target usually looks something like customdomain.yourbuilder.com. It always ends with the builder’s own domain.
Their setup page or dashboard will highlight this address, so use that and not a remembered IP or an old favorite. Mistakes in the hostname will not produce an immediate error most of the time. The problem only becomes visible after propagation leaves users confused about why nothing loads.
Finding the Exact Target Hostname in Your Website Builder
Look inside your website builder’s interface for a section identified as Custom Domain or Domain Settings. That placement will often include a step where the builder reveals the required CNAME target and occasionally a verification value. Copy the entire string character by character, including all punctuation. One missed character can result in a failed connection that the builder may not report besides a “domain not found” status as possible source.
Some builders require a separate TXT record to first establish ownership of the domain. Forgetting this verification step might trick you into thinking your newly added DNS record does nothing even when the syntax is correct. No clear target address appears from the guidance, go search the builder documentation using phrases like CNAME target for subdomain to find the correct value for your plan or region.

Adding the CNAME Record in Your DNS Provider’s Control Panel
Open your registrar account or DNS address provider and open the config for managing advanced domain records. Specify a new record with CNAME type, filling the Name or Host section with only the subdomain prefix. For example, you want the subdomain shop.example.com, enter shop in the Name field, not the full domain. In the Points to field, paste the exact hostname from your website builder, such as customdomain.yourbuilder.com. Do not add your main domain or a trailing dot unless your DNS provider’s format requires it. Many modern DNS panels automatically append or handle the trailing dot, but check the provider’s example record to be sure.
Your provider shows a warning about CNAME records and other record types, note that a CNAME cannot coexist with other records for the same subdomain. Remove any old A, AAAA, or TXT records for that subdomain before saving the new CNAME record.
Waiting for Propagation and Testing the Connection

After saving the CNAME record, DNS changes can take anywhere from a few minutes to 48 hours to spread across the internet. During this time, your subdomain may show an error, a blank page, or the builder’s default placeholder. Check your website builder’s domain status page to see whether it detects the CNAME record. Some builders show a green checkmark or “connected” label once the record is detected, while others require you to click a verify button. The subdomain still does not load after 24 hours, double-check the target hostname for typos and confirm that you removed any conflicting records. Also verify that your website builder’s SSL certificate covers the subdomain, because many builders provide automatic SSL only after the CNAME record is confirmed.
The builder shows a “pending SSL” status, wait a few more hours or manually trigger SSL provisioning if the builder offers that option. A correctly set CNAME record with the right target and no conflicts will resolve the subdomain to your builder’s content reliably.