Google Domains
Connect Google Domains, now Squarespace Domains, with Webflow to point your registered domain at a Webflow-hosted site through DNS records.
Managed hosting with SSL and global delivery gets your site online fast, but going live under your own brand means pointing a custom domain at it. Your registrar still holds the domain and the DNS records that route traffic.
Google Domains is now Squarespace Domains, and connecting it takes three DNS records in the Squarespace dashboard. No transfer, no nameserver changes, no downtime for your existing email.
How to integrate Google Domains with Webflow
What is Google Domains? Google Domains is a domain registrar and DNS management platform now operated by Squarespace as Squarespace Domains. Squarespace completed the acquisition of Google Domains assets on September 7, 2023, and the last domain migrated by July 10, 2024. It registers domains and manages DNS records. It also includes WHOIS privacy, free SSL via Let's Encrypt, email forwarding, and domain forwarding at no extra cost.

Use Google Domains and Webflow together when you want to keep an existing domain registration while hosting your site on Webflow. Add DNS records that route visitors to your site without transferring the domain or touching nameservers. This preserves your registrar relationship and avoids transfer downtime, which is why most sites use the DNS method.
You have two ways to integrate Google Domains with Webflow:
- Manual DNS record entry points your domain at your site by adding A, CNAME, and TXT records in the Squarespace domains dashboard.
- The Webflow Data API reads connected custom domains and triggers publishes from your own server-side code.
Most implementations use the DNS method alone since Squarespace Domains has no public API for DNS management.
Connect your domain with DNS records
The standard way to connect Google Domains is to add three DNS records in the Squarespace domains dashboard. You keep the domain registered at Squarespace and keep its default nameservers. This method works for portfolios and business sites. It also works for full live-site migrations. You need a paid Site plan to add a custom domain, since the Free plan does not support custom domains.
Add these DNS records:
- A record with name
@and value198.202.211.1 - CNAME record with name
wwwand valuecdn.webflow.com - TXT record with name
_webflowand valueone-time-verification=followed by the value from your site settings
To set up the integration:
- Go to Site settings > Publishing > Production and click Add a custom domain. Choose Manually add domain, enter your domain, and click Add domain. Copy the DNS values shown.
- Log into your Squarespace domains dashboard, click the domain name, then click DNS in the side panel.
- Add the A, CNAME, and TXT records listed above, using the exact values from your site settings.
- Back in the Designer, click Make default next to your preferred domain, then click Verify domain.
- Once you see the verified confirmation, click Publish > Publish to selected domains.
After you publish, SSL provisions automatically through Let's Encrypt and Google Trust Services once DNS propagates. Propagation can take up to 48 hours, and up to 72 hours in some geolocations. For full steps, see manually connecting a custom domain.
Handle the root domain correctly
Squarespace doesn't allow a CNAME record at the root using the @ name field. Use an A record pointing to 198.202.211.1 for the root — Squarespace also supports ALIAS records as a CNAME-equivalent at the root.
To set the root domain as your default:
- Confirm the root domain uses an A record at
198.202.211.1, not a CNAME. - Click Make default next to the root domain in Site settings > Publishing > Production.
- Configure CNAME flattening or an ANAME record if your setup requires it.
Using the www subdomain as default is the simpler path. Read the guide on setting the root domain as default before choosing the root.
Update legacy DNS records
Legacy DNS values stop working after January 13, 2026. Publishing to custom domains is blocked until you update them. If your A record points to 75.2.70.75 or 99.83.190.102, or your CNAME points to proxy-ssl.webflow.com, replace those values now.
To update legacy records:
- In your Squarespace DNS panel, find any A record set to
75.2.70.75or99.83.190.102. - Change the A record value to
198.202.211.1. - Find any CNAME set to
proxy-ssl.webflow.comand change it tocdn.webflow.com.
See the guide on manually migrating your DNS records for the full deprecation details.
Build with the Webflow Data API
Google Domains doesn't expose public APIs for DNS management or domain registration and transfer tasks, so you can't automate the DNS step. You can use the Data API to manage connected-domain state and publishing. This path fits developers who want to read domain state or trigger publishes from their own backend. It requires server-side development and an API token.
Use these endpoints:
- List custom domains at
GET /v2/sites/{site_id}/custom_domainsreturns domains already connected to a site - Publish a site at
POST /v2/sites/{site_id}/publishpublishes the site or pages to domains - Webhooks send a
site_publishevent to your endpoint when a publish completes
You still need to add custom domains manually through the Designer first, since neither side exposes an API for DNS record creation.
Publish after a DNS cutover
You can script a publish once DNS propagates during a live-site migration. This pairs a manual DNS change with an automated publish trigger from your deployment pipeline.
To implement this:
- Add and verify your custom domain through the Designer, then add the DNS records in Squarespace.
- Call
GET /v2/sites/{site_id}/custom_domainsto confirm the domain is connected. - Call
POST /v2/sites/{site_id}/publishwith the custom domain IDs to publish.
Lower your DNS TTL to 30 seconds before a live cutover for faster propagation, then publish once records resolve.
What can you build with the Google Domains Webflow integration?
Integrating Squarespace Domains (formerly Google Domains) lets you launch a branded site at your own domain without transferring registration or writing DNS automation.
- Portfolio at a custom domain: Host case study pages and a contact form at your registered domain, with the
wwwsubdomain as the default and SSL provisioned automatically. - Business website with email intact: Publish service pages and booking forms while keeping email forwarding and MX records on Squarespace Domains untouched.
- Live site migration: Move an existing site over while keeping the Google Domains registration. Use a low TTL cutover to minimize downtime.
- Multi-domain hosting: Centralize several registrations in Squarespace Domains and point each one at a separate site through its own A and CNAME records.
If you need more control over publishing after a DNS cutover, the API integration path covers those cases with full flexibility.
Frequently asked questions
Add three records in the Squarespace domains dashboard: an A record with name
@and value198.202.211.1, a CNAME record with namewwwand valuecdn.webflow.com, and a TXT record with name_webflowset to the verification value from your Webflow site settings. Always check Site settings > Publishing > Production for your exact values, since DNS values can differ per site.No. Webflow hosting does not use custom nameservers, so keep the default Squarespace nameservers and add individual DNS records. Per Webflow, "Webflow hosting doesn't need custom nameservers, so make sure you're using the default nameservers of your registrar or DNS host." See our guide on troubleshooting your DNS settings.
Yes. Keep the domain registered at Squarespace and point it to Webflow using DNS records, with no transfer required. Squarespace also supports DNSSEC, plus email and domain forwarding on the same domain without a transfer. Here's how to transfer a domain in Squarespace, so that registration and DNS stay independent.
This is usually caused by outdated DNS values or incorrect default domain settings. Confirm your A record is
198.202.211.1and your CNAME iscdn.webflow.com, then set a single default domain in Webflow. Here's a guide on fixing the too-many-redirects error.No. There is no Webflow Marketplace app for Google Domains or Squarespace Domains, and no automation platform like Zapier or Make offers a native Google Domains connector. The connection is entirely DNS-based and runs through the UI on both sides. Start with our guide on preparing to connect your domain.
Description
Point a Google Domains (Squarespace Domains) registration at your Webflow site by adding A, CNAME, and TXT records. No transfer or code required.
This integration page is provided for informational and convenience purposes only.
CrazyDomains
Connect CrazyDomains with Webflow to point your registered domain at Webflow's hosting through manual DNS configuration.
IONOS
Connect IONOS, a domain and hosting provider, with Webflow to point your custom domain at your site while keeping professional email on IONOS.
GoDaddy
Connect GoDaddy, a domain registrar and web services platform, with Webflow to point a custom domain to your Webflow site while keeping domain registration, renewals, and email at GoDaddy.

Gandi
Connect Gandi with Webflow to point your registered domains to Webflow-hosted sites through DNS configuration.
GoDaddy DomainControl
Connect GoDaddy DomainControl, GoDaddy's DNS management panel, with Webflow to point registered domains to Webflow-hosted sites through Quick Connect, manual DNS setup, or API-based provisioning.

One.com
Connect One.com with Webflow to manage domain registration and DNS configuration while hosting on Webflow's infrastructure, enabling centralized domain control with automated SSL certificates and global CDN performance.

dotbrand
Integrate Dotbrand with Webflow through its native marketplace app, or use Webflow's native APIs and webhook systems.

Wix DNS
Point your Wix domain name to Webflow
Squarespace Domains
Connect Squarespace Domains, a standalone domain registrar and DNS service, with Webflow to point a registered domain at your site using manual DNS records.


