Domain switchover safely on SGEN
How to switch your domain to SGEN safely and without losing search signals
Acme Coffee Roasters has spent six weeks building on their SGEN staging subdomain. The site looks right, the blog is migrated, the pre-launch SEO audit is complete, and the team is ready to switch the public domain from the staging URL to the real one. Done carefully, the domain switchover takes under an hour and visitors and search engines follow without disruption. Done without a plan, it can strand traffic, produce mixed TLS warnings, and reset the search engine signals the business spent months accumulating.
This guide covers the domain switchover from start to finish: adding the custom domain in the SGEN admin, updating DNS at your registrar, confirming TLS, verifying the redirect chain from staging to production, and sending the right signals to search engines so they update their index quickly.
What is this for?
This guide is for SGEN admins who have finished building and reviewing a site on a staging subdomain and are ready to point their real business domain at the SGEN site. It covers the full technical switchover procedure — the settings to change in SGEN, the DNS records to update at your registrar, what to verify before and after the switch, and how to help search engines find the new domain quickly.
This guide does not cover purchasing a domain, setting up a domain registrar account, or configuring email hosting. Those are handled by your domain registrar separately from SGEN.
Good use cases
Example 1: New business launching for the first time. Acme Coffee Roasters registered their domain six weeks ago but had not used it for anything yet. They pointed it at the SGEN site with no prior site to redirect from. The switchover was straightforward — add the domain in SGEN, update the DNS A record at the registrar, wait for propagation, confirm TLS, then submit the sitemap to search consoles. The site was live and indexed within 48 hours.
Example 2: Switching from an existing site. Acme Wine Co. had a website on a different platform. Before switching the domain to SGEN, they confirmed all pages had redirects configured in SGEN's Redirects panel, the pre-launch SEO audit was complete, and the previous site was still live so there was no gap in availability. They updated the DNS A record, waited for propagation, confirmed the new site was loading, then took the old site offline. At no point during the switchover were visitors unable to reach the business.
Example 3: Staging subdomain redirect. After the domain switchover for Acme Studio, the staging subdomain was still accessible — visitors who had bookmarked it, or search engines that had crawled it, could still reach the staging URL. The team added a 301 redirect in SGEN's Redirects panel from the staging subdomain to the production domain, so any traffic arriving at the staging URL was forwarded to the live site immediately.
Example 4: www vs non-www decision. Acme Coffee Roasters decided to use the non-www form (yourdomain.com) as the canonical domain and redirect www.yourdomain.com to it. The SGEN domain settings have a toggle for this — enabling Include www redirect sets up the redirect automatically once TLS is provisioned for both variants. The canonical URL in site settings and on each page was set to the non-www form before the domain switch so search engines indexed the correct canonical from the start.
Example 5: Preserving accumulated search signals. Acme Coffee Roasters had been operating on a previous domain for two years and wanted to move their accumulated authority to the new domain. Before switching, they confirmed every page on the old domain had a 301 redirect pointing to the correct equivalent page on SGEN. After the switch, they used Google Search Console to submit a change-of-address notification. Within three weeks the new domain had inherited most of the signal from the old one.
What NOT to use this for
— domain registration is handled by your registrar, not through SGEN. SGEN only handles the configuration of domains once they are registered.
— email hosting (MX records, SMTP configuration) is separate from website hosting. Adding a domain to SGEN for web hosting does not configure email. Manage email MX records through your registrar or email provider.
— if you are moving a domain from one SGEN site to another, remove it from the first site in SGEN admin before adding it to the second. Having the same domain claimed by two SGEN sites simultaneously will cause conflicts.
— this guide covers apex domains and www subdomains. Configuring custom subdomains (e.g., shop.yourdomain.com) follows a similar process but uses CNAME records rather than A records. Refer to the SGEN domain settings help text for subdomain specifics.
How this connects to other features
— the SEO audit should be complete before the domain switches, so that metadata, canonicals, sitemap, and robots settings are all pointing to the production domain from the moment search engines first crawl it. See Pre-launch SEO audit.
— redirects from old URLs (previous site, staging subdomain) should be in place before the domain switches so there is no gap where old links produce 404 errors. See Create a redirect.
— if you are migrating a blog from another platform, complete the migration and verify all posts before switching the domain. See Migrate a WordPress blog to SGEN.
— after the domain switch, submit the sitemap to search consoles using the production domain URL. This signals to search engines that the site is ready to be indexed under the new domain.
Before you start
Before beginning the domain switchover, confirm all of the following are true:
Plan the switchover for a low-traffic period — early morning on a weekday is typical. This minimises the number of visitors who encounter any brief transitional state during propagation.
- The pre-launch SEO audit is complete and all items on the checklist are marked done.
- All redirects from old URLs are configured in
Admin → Redirectsand have been tested. - The site content is reviewed, approved, and ready for public visitors.
- You have login access to your domain registrar — you will need to update DNS records there.
- You know the current DNS TTL (Time to Live) for the domain's A record. A shorter TTL means faster propagation when you make the change. If the TTL is currently set to 24 hours (86400 seconds), consider lowering it to 300 seconds (5 minutes) a day before the switchover — this reduces the propagation window from up to 24 hours to under 10 minutes.
Where to go
The switchover touches two systems:
- SGEN admin —
Admin → Settings → Domains - Your domain registrar — the control panel where your domain's DNS records are managed (this is specific to your registrar: Namecheap, GoDaddy, Cloudflare, Google Domains, etc.)
After the switch, you will also need access to your search console accounts (Google Search Console, Bing Webmaster Tools) to submit the sitemap and, if applicable, a change-of-address notification.
Steps — domain switchover
1. Add the custom domain in SGEN
Before updating your DNS records, add the production domain to your SGEN site. This tells SGEN to expect traffic for that domain and begins the TLS certificate provisioning process.
- Go to
Admin → Settings → Domains. - Click Add Domain.
- Enter your production domain — use the form without
wwwif you plan to use the apex domain as your canonical (e.g.,yourdomain.comrather thanwww.yourdomain.com). - Enable Include www redirect if you want
www.yourdomain.comto automatically redirect toyourdomain.com. This is recommended for most sites. - Leave TLS certificate set to Auto-provision — SGEN will request and install a certificate automatically once DNS is pointing at the platform.
- Click Add Domain.
After adding the domain, SGEN shows the DNS records you need to set at your registrar. Keep this screen open — you will copy the values from it in the next step.
2. Update DNS records at your registrar
Log in to your domain registrar and update the DNS records for your domain to point to SGEN. The exact steps vary by registrar, but the records to set are the same:
- Find the DNS management section for your domain (labels vary: DNS Settings, Zone Editor, DNS Records, Name Servers).
- Update or create the A record for the apex domain (
@): - Set the Value to the SGEN IP address shown inAdmin → Settings → Domains. - Set the TTL to 300 if possible. - Update or create the CNAME record for
www: - Set the Value to the SGEN hostname shown inAdmin → Settings → Domains. - Save the DNS changes at your registrar.
DNS propagation can take anywhere from a few minutes (if TTL was pre-lowered to 300) to several hours (if TTL was at the default 24-hour value). During propagation, different visitors may be directed to the old site or the new SGEN site depending on which DNS servers they query. This is normal — it is not an error.
To monitor propagation, use a public DNS lookup tool and check whether the A record for your domain is returning the SGEN IP address. Once it is, propagation is complete for that DNS server.
3. Confirm TLS certificate is active
SGEN auto-provisions a TLS certificate for your domain once DNS is pointing at the platform. The certificate provisioning starts after SGEN can verify that the DNS records are in place — this typically happens within a few minutes of propagation completing.
To confirm TLS is active:
- Go back to
Admin → Settings → Domains. - Find your domain in the list.
- Check the TLS column — it should show Active once the certificate is provisioned. While provisioning is in progress it shows Pending.
- Open your domain in a browser —
yourdomain.com— and confirm the padlock icon appears in the address bar, indicating the connection is secure.
If TLS is still showing Pending after 30 minutes post-propagation, confirm the DNS A record is correctly set by running a DNS lookup. If DNS looks correct but TLS is still pending after one hour, contact SGEN support with your domain name and the time DNS was updated.
4. Verify the redirect chain from staging to production
After the production domain is live and TLS is active, confirm that the staging subdomain redirects correctly to the production domain. This is important for two reasons: visitors who bookmarked the staging URL during the review period will land on the live site, and any search engine that crawled the staging subdomain will follow the redirect to the production domain.
To set up and verify the staging redirect:
- Go to
Admin → Redirects. - Click Add New.
- Set Source to the staging subdomain path (e.g.,
yourstagingsubdomain.sgen.com). - Set Destination to your production domain (e.g.,
yourdomain.com). - Set Type to 301 Permanent.
- Click Save.
- Open the staging URL in a browser and confirm it redirects to the production domain.
Also verify the www redirect if you enabled it in Step 1: open www.yourdomain.com and confirm it redirects to yourdomain.com (or vice versa, depending on which form you chose as canonical).
5. Update site canonical URL and sitemap domain
Now that the production domain is live, confirm that the site-level canonical URL and sitemap settings reference the production domain — not the staging domain.
- Go to
Admin → Settings → SEO. - Check the Site canonical base URL. Update it to the production domain if it still shows the staging URL.
- Click Save Settings.
- Go to
Admin → Settings → Sitemap. - Confirm the Domain field shows the production domain.
- Click Save Settings.
- Open the sitemap URL in a browser —
yourdomain.com/sitemap.xml— and confirm it lists production domain URLs, not staging URLs.
6. Submit sitemap to search consoles and send change-of-address signal
With the production domain live and the sitemap confirmed, signal to search engines that the site is ready to be indexed:
- Google Search Console — add the production domain as a property, verify ownership, and submit the sitemap URL (
yourdomain.com/sitemap.xml) under Sitemaps in the left navigation. If you are moving from a previous domain, use the Change of Address tool under Settings to notify Google of the domain move. - Bing Webmaster Tools — add the site and submit the sitemap. Bing also accepts change-of-address notifications if you are moving from a prior domain.
Search engine re-indexing after a domain switch typically takes two to four weeks for full propagation. During this period, monitor search console for crawl errors, indexing status, and any warnings about the new domain.
What success looks like
The domain switchover is complete when all of the following are true: At this point the switchover is complete. Monitor search console over the following two to four weeks for any crawl errors or unexpected deindexing events.
- Visiting the production domain in a browser loads the SGEN site with a padlock (TLS active).
- The staging subdomain redirects to the production domain with a 301.
- The www variant redirects correctly to the chosen canonical form.
- The sitemap at
yourdomain.com/sitemap.xmllists production domain URLs. - The production domain has been submitted as a property in Google Search Console and the sitemap has been submitted.
- A spot-check of five to ten pages confirms they load correctly at their production URLs.
What to do if it does not work
TLS not provisioning after propagation. Confirm DNS is correctly set by using a public DNS lookup tool. If the A record returns the SGEN IP, DNS is correct — contact SGEN support with the domain name and propagation confirmation. If the A record still returns the old host's IP, wait longer or confirm the change was saved at the registrar.
Site loading at staging URL but not production domain. This means DNS has not yet propagated to your network. Use a DNS lookup tool to check whether other networks see the new A record. If they do and you do not, it is a local DNS cache issue — flush your local DNS cache or test from a mobile network.
Search engines indexing staging URL instead of production. Add the staging-to-production 301 redirect (Step 4) and submit the production sitemap to search consoles. If the staging domain was crawlable before the switch, use the change-of-address tool in Google Search Console to accelerate the transition.
Domain switchover checklist
| Step | Action | Done? |
|---|---|---|
| Pre-switch | Pre-launch SEO audit complete | |
| Pre-switch | All redirects from old URLs configured and tested | |
| Pre-switch | DNS TTL lowered to 300 at registrar (do 24h before) | |
| 1 | Custom domain added in Admin → Settings → Domains | |
| 2 | DNS A record and CNAME updated at registrar | |
| 3 | TLS certificate shows Active in SGEN domain settings | |
| 4 | Staging subdomain redirect (301) active and verified | |
| 5 | Site canonical URL and sitemap domain updated to production | |
| 6 | Sitemap submitted to Google Search Console and Bing | |
| Post-switch | Monitor search console for crawl errors for 4 weeks |
