Skip to main content

🌐 Connecting a Website Studio Site to a Custom Domain

How to link your Website Studio project to your own domain using DNS.

Updated this week

After creating a website using Website Studio, the next step is connecting it to your custom domain so visitors can access it using your own URL instead of the temporary public link.

This guide explains how to:

  • 🌍 Publish your Website Studio site

  • πŸ”— Connect a custom domain

  • βš™οΈ Configure DNS records (CNAME)

  • πŸ”’ Activate SSL for secure access

The process works the same across most domain providers like Hostinger, GoDaddy, Namecheap, or Cloudflare.

πŸš€ Step 1 β€” Make Sure Your Website Is Published

Before connecting a domain, your Website Studio project must be published.

Inside Website Studio, confirm that the project shows a public URL.

Example:

https://yourproject.searchatlas.app

If you open this link in a browser, you should see your website already live on the internet.

Once this is working, you can proceed to connect your custom domain.

πŸ”— Step 2 β€” Open the Custom Domain Settings

Inside the Website Studio dashboard:

1️⃣ Open your project
2️⃣ Click Custom Domains
3️⃣ Click Connect Domain
4️⃣ Select Existing Domain

You will then be prompted to enter your domain name.

Example:

yourdomain.com

Click Continue.

βš™οΈ Step 3 β€” Add the CNAME Record in Your DNS Settings

Website Studio will now generate the DNS configuration you need.

You must add a CNAME record in your domain provider's DNS settings.

For example, in hosting providers like Hostinger, GoDaddy, or Namecheap, this can be done inside the DNS management panel.

Typical location:

Domain Dashboard
β†’ DNS Settings
β†’ DNS Records

DNS Configuration Example

You will add a CNAME record like this:

Type

Name

Target

CNAME

@

yourproject.searchatlas.app

Explanation:

  • Type β†’ CNAME record

  • Name (@) β†’ Root domain (example: yourdomain.com)

  • Target β†’ The Website Studio URL generated by the platform

The @ symbol represents the root domain.

Example:

example.com

⚠️ Important DNS Notes

In some hosting dashboards, you may see existing records like:

  • A records

  • Default CNAME records

These may need to be removed if they conflict with the Website Studio configuration.

⚠️ If you are unsure about deleting records, contact your domain provider's support team before making changes.

⏳ Step 4 β€” Wait for DNS Propagation

After adding the CNAME record, DNS changes must propagate across the internet.

This process can take:

  • ⏱ A few minutes

  • ⏱ Up to 24–48 hours depending on the provider

Some providers like Hostinger update DNS very quickly, often within minutes.

πŸ”’ Step 5 β€” Generate the SSL Certificate

Once the DNS record is added, return to Website Studio.

Click:

I have added the DNS records

The system will now generate an SSL certificate for your domain.

This ensures your site loads securely using HTTPS.

Example:

https://yourdomain.com

SSL generation usually takes:

  • ⏱ A few minutes

  • ⏱ Up to 1 hour depending on system queue

⚠️ If You See β€œYour Connection Is Not Private”

This message usually appears when:

  • DNS propagation is still in progress

  • The SSL certificate has not finished generating

Simply wait a few minutes and refresh the page.

Once the SSL certificate is ready, your website will load normally.

🧠 Important Tips

βœ” Your site must be published before connecting the domain
βœ” Make sure the CNAME record points to the Website Studio URL
βœ” DNS changes may take time to propagate
βœ” SSL must be generated after DNS is configured

πŸ›  Troubleshooting: Domain Connection Issues

If your custom domain is not working after following the setup steps, review the common issues below.

❌ CNAME Record Not Working

If your domain does not load your Website Studio site, check that the CNAME record was added correctly.

Verify the following:

  • The Type is set to CNAME

  • The Name / Host is set to:

@

(or sometimes your domain provider may require www)

  • The Target / Value matches the Website Studio URL exactly.

Example:

yourproject.searchatlas.app

Also make sure there are no conflicting A or CNAME records for the same host.

⚠ DNS Changes Not Propagated Yet

DNS updates are not always instant.

Depending on your domain provider, propagation may take:

  • a few minutes

  • up to 24–48 hours

You can check if your DNS changes have propagated using tools like:

https://dnschecker.org

Search for your domain and verify that the CNAME record appears globally.

πŸ”’ SSL Certificate Not Generated Yet

If you see an error like:

Your connection is not private

This usually means the SSL certificate is still being generated.

Return to Website Studio and click:

I have added the DNS records

The platform will begin generating the SSL certificate.

This process may take:

  • a few minutes

  • up to 1 hour

Once completed, your site will load securely with HTTPS.

❌ Domain Still Showing Old Website

If your domain still loads an old site:

Check for existing DNS records such as:

  • A records

  • previous CNAME records

These may override the Website Studio configuration.

Remove conflicting records and keep only the required CNAME entry.

🧩 Multiple DNS Providers

Sometimes domains use external nameservers.

Example:

Cloudflare
GoDaddy
Hostinger
Namecheap

Make sure you update the DNS where your nameservers are configured, not necessarily where the domain was purchased.

πŸ“Š Domain Connection Flow (Simple Architecture)

Below is a simplified view of how your domain connects to your Website Studio project.

User visits domain
β”‚
β–Ό
yourdomain.com
β”‚
β–Ό
DNS Provider (CNAME record)
β”‚
β–Ό
Website Studio Hosting
β”‚
β–Ό
Your Website Studio Site

Step-by-step flow:

1️⃣ A visitor enters your domain in the browser
2️⃣ DNS resolves the CNAME record
3️⃣ The request is routed to Website Studio hosting
4️⃣ Your site loads securely via HTTPS

Once the process is complete, visitors will access your Website Studio site using your own domain:

https://yourdomain.com

instead of the temporary Website Studio URL.

Your website will now be:

  • 🌍 Publicly accessible

  • πŸ”’ Secured with HTTPS

  • πŸš€ Connected to your brand domain

Watch the video below for a step-by-step demonstration of how to connect your Website Studio project to a custom domain and configure the required DNS records.

In this walkthrough, we cover:

  • Publishing your Website Studio site

  • Connecting a custom domain

  • Adding the required CNAME DNS record

  • Generating the SSL certificate

This visual guide can help you follow the setup process and confirm that each step has been completed correctly.

Did this answer your question?