yoursite.reploshops.com) or your own custom domain. This guide walks you through how to connect your domain, set up the required DNS records, troubleshoot common issues, and understand your options across different hosting providers.
Why use a custom domain?
Connecting a custom domain (e.g.,shop.yourdomain.com) improves your shop’s:
- Brand identity — looks more professional
- Search engine visibility — better SEO
- Memorability — easier to share and remember
Requirements to use a custom domain
Before you begin:- You must be on a paid Replo plan.
- You need to own a domain name. You can purchase one from providers like Namecheap, GoDaddy, Cloudflare, or Squarespace.
Connect your domain
Add your domain in Replo
shop.yourdomain.com for a subdomain or yourdomain.com for a root domain.Add the DNS records at your domain provider
Verify in Replo
Note that though most DNS updates are live within a minute or two, in some cases DNS changes may take up to 48 hours to propagate. You can use a tool like DNS Checker to additionally verify whether your DNS changes have propagated.
DNS records for subdomains
If you’re connecting a subdomain likeshop.yourdomain.com, add a CNAME record:
| Type | Host / Name | Value | TTL |
|---|---|---|---|
CNAME | Your subdomain (e.g. shop) | yourshopprefix.reploshops.com | 300 |
yourshopprefix with the Replo shop prefix assigned to your project. You can find this in Project > Settings > Domains — it’s the subdomain shown for your default .reploshops.com staging URL.DNS records for root domains
If you’re connecting a root/apex domain likeyourdomain.com, CNAME records are not supported (per DNS standards). Instead, add the following A, AAAA, and TXT records:
| Type | Host / Name | Value | TTL |
|---|---|---|---|
A | @ | 162.159.142.94 | 300 |
A | @ | 172.66.2.90 | 300 |
AAAA | @ | 2606:4700:7::252 | 300 |
AAAA | @ | 2a06:98c1:58::252 | 300 |
TXT | _replo-verification.<your-domain> | replo-verify=<your-token> | 300 |
Domain verification status
After adding a domain, it goes through two states:| Status | Meaning |
|---|---|
| Pending | Domain has been added in Replo, but DNS records haven’t been verified yet. |
| Verified | DNS records confirmed. Your site is live at the custom domain. |
FAQ
My custom domain is connected, but my site isn't live. What should I do?
My custom domain is connected, but my site isn't live. What should I do?
- Double-check your DNS settings using DNS Checker.
- Double-check that your domain shows as “verified” in Replo settings.
- Make sure you added the correct record type — CNAME for subdomains, A/AAAA for root domains.
- DNS changes can take up to 48 hours to propagate - if you just added the domain, you may need to wait a little while.
- Clear your browser cache or test in incognito.
- Try removing and re-adding the domain in Project > Settings > Domains.
- Reach out to support@replo.app if you still need help.
Will connecting a custom domain affect my SEO?
Will connecting a custom domain affect my SEO?
What's the difference between a subdomain and a root domain?
What's the difference between a subdomain and a root domain?
- A subdomain is a prefix added to your domain, like
shop.yourdomain.comorlanding.yourdomain.com. - A root domain (also called an apex domain) is the base domain itself, like
yourdomain.com.
Can I connect a subdomain instead of a full domain?
Can I connect a subdomain instead of a full domain?
shop.yourdomain.com, landing.yourdomain.com, or any other subdomain.Just include the full subdomain during setup.
Can I connect multiple subdomains?
Can I connect multiple subdomains?
Repeat the connection process for each one.
How do I remove a custom domain?
How do I remove a custom domain?
- Go to Project > Settings > Domains
- Click the trash icon next to your domain
- Remove DNS records in your provider to clear the connection
Can I remove the .replosites.com subdomain?
Can I remove the .replosites.com subdomain?
.replosites.com domain.What is the TXT verification record for root domains?
What is the TXT verification record for root domains?
yourdomain.com), Replo requires a TXT record at _replo-verification.yourdomain.com to verify domain ownership. The record value is unique to your domain and can be found in Project > Settings > Domains by clicking on your domain. The verification token expires after 7 days — if it expires before verification completes, Replo will generate a new one and you’ll need to update the TXT record accordingly. Subdomains (e.g., shop.yourdomain.com) do not require TXT verification.Do I need to connect a www subdomain separately?
Do I need to connect a www subdomain separately?
www configuration is included automatically when you set up the root domain. If you’re having trouble, reach out to support@replo.app and our team can help troubleshoot your domain connection.Can I choose which custom domain my Replo page publishes to?
Can I choose which custom domain my Replo page publishes to?
My shop has multiple custom domains connected. Why can I only view my published page on one of them?
My shop has multiple custom domains connected. Why can I only view my published page on one of them?
Example: If your page preview opens atSelecting or previewing specific domains within Replo isn’t supported right now, but your page will still publish across all connected domains.https://example1.com/my-page, and your second domain isexample2.com, simply change the URL tohttps://example2.com/my-pageto view it on the second domain.