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.

Install app
View website
View lesson
A record settings
CNAME record settings
Squarespace Domains

Hosting, SSL, and global CDN delivery come built into every Webflow site — but to go live under your own name, you need a custom domain, and if it lives at a third-party registrar, you point it at Webflow yourself.

Squarespace Domains is one of those registrars, especially for anyone whose domain landed there after the 2023 Google Domains acquisition. Add a few DNS records and your custom domain routes to Webflow hosting while the registration and any email tied to it stay put.

How to integrate Squarespace Domains with Webflow

What is Squarespace Domains? Squarespace Domains is a standalone domain registrar and DNS management service that works without a Squarespace website subscription. It registers domains across 400+ TLDs and provides full DNS control. It also includes WHOIS privacy and email forwarding with free Let's Encrypt SSL certificates. You can link a Squarespace-registered domain to Webflow or to another email provider, web host, or custom application.

Use these two together when a domain is registered at Squarespace but the site is built and hosted on Webflow. The connection is a DNS pointing job. You tell Squarespace where to send traffic, then verify ownership in Webflow and serve the site from there.

Most implementations use manual DNS configuration: you keep the registration at Squarespace while pointing the live site to Webflow. A domain transfer moves the registration out of Squarespace and into Webflow for unified billing and management. The Data API can read custom domains and publish to domains already connected in the dashboard, but Squarespace Domains has no public DNS or domain-management API, so Squarespace-side domain operations stay manual.

Point your Squarespace domain to Webflow with DNS records

Add the Webflow records in Squarespace, then verify the domain in Webflow. Use DNS pointing when your domain is under ICANN's 60-day transfer window or when you need to keep registration at Squarespace for client management or testing. There is no marketplace app for Squarespace Domains, so this dashboard-to-dashboard process is the primary path.

Those records handle root-domain traffic and www routing through the Webflow CDN. The TXT record verifies ownership so the SSL certificate can be issued automatically.

To set up the integration:

  1. In Webflow, go to Site settings > Publishing > Production, click Add a custom domain, choose Manually add domain, enter your domain, and click Add domain. Follow the manually connect a custom domain guide for the exact values.
  2. Copy the three DNS values shown for your specific site. Always copy from your own Production panel, since values can differ per site during the ongoing Cloudflare infrastructure migration.
  3. In Squarespace, open the domains dashboard, click the domain, go to DNS > DNS Settings, and delete every record under Squarespace Defaults. A domain cannot point elsewhere while these defaults are in place.
  4. Under Custom Records, click Add Record and add each of the three records below, then click Save.

Use these exact values in Squarespace's Custom Records section:

  • A record: Host @, value 198.202.211.1 (root domain to Webflow)
  • CNAME record: Host www, value cdn.webflow.com (www subdomain to Webflow's CDN)
  • TXT record: Host _webflow, value one-time-verification=<code from Webflow Site settings>

After the records save, return to Site settings > Publishing > Production, click Verify domain, wait for "Custom domain verified," then Publish to your selected domains. SSL provisions automatically within a few minutes once DNS resolves, so you don't need to do any manual certificate work.

Set the default domain and avoid redirect loops

After both domains verify, pick one as the default to prevent duplicate-content SEO penalties. Use the www version as the default unless you have a specific reason not to. Setting the root domain as default without proper www DNS can trigger a "too many redirects" error.

To set the default domain:

  1. Go to Site settings > Publishing > Production.
  2. Click Make default next to your preferred domain, using www unless you have a specific reason not to.

Confirm both the root and www records resolve before publishing to avoid the redirect loop.

Keep email working during the DNS change

If your domain uses email through Google Workspace, Microsoft 365, or another provider, protect those records before you touch DNS. Squarespace warns not to delete MX records during the pointing process, since removing them breaks your email service.

To preserve email continuity:

  1. Note your existing MX records in the Squarespace DNS panel before making changes.
  2. Add only the A, CNAME, and TXT records for Webflow, and leave all MX records untouched.

Keeping the domain at Squarespace rather than transferring is a common way to maintain existing MX records without disruption.

Transfer the domain registration to Webflow

A domain transfer moves the registration itself out of Squarespace and into Webflow. Use it when you want unified billing and management in one place instead of managing DNS at Squarespace. The domain must be at least 60 days old from initial registration, and the process typically takes 5 to 7 days from authorization to completion. Some ccTLDs like .us and .uk carry extra transfer restrictions beyond the 60-day rule.

To start a transfer:

  1. In Squarespace, retrieve the EPP authorization code from the domain's transfer settings.
  2. In Webflow, go to Site settings > Publishing > Production to manage the transfer using that code. The Google Domains / Squarespace Domains integration guide covers the full transfer workflow.

Choose DNS pointing over a transfer when the domain is under 60 days old or when you need to keep it at Squarespace for centralized client management.

Build with the Webflow API after Squarespace DNS setup

The Data API reads and publishes, and it requires server-side development. Squarespace Domains has no public API for DNS or domain management, so every domain operation on the Squarespace side stays in the dashboard. The Data API reads custom domains and publishes to domains already added manually. Add new domains in the Webflow dashboard first.

Available APIs and events:

  • The List custom domains endpoint returns the custom domains on a site with GET /v2/sites/{site_id}/custom_domains
  • The Publish site endpoint pushes the site live with POST /v2/sites/{site_id}/publish
  • Webhooks fire a site_publish event with siteId, publishedOn, domains, and publishedBy fields
  • Squarespace's Website API is read-only and returns primary domain metadata, with no DNS or registration functions

Squarespace Domains also offers zero webhook events, so no event-driven sync from the registrar to Webflow is possible.

Read custom domains and publish with the Webflow Data API

Once you've added and verified a domain manually, the Data API lets you script publishing. This suits agencies automating deploys across many sites after DNS is already configured.

To automate publishing:

  1. Call GET /v2/sites/{site_id}/custom_domains with the sites:read scope to confirm which domains are connected.
  2. Call POST /v2/sites/{site_id}/publish with the sites:write scope to publish the site to those domains.
  3. Subscribe to the site_publish webhook to log each deploy using the returned domains array and publishedOn timestamp.

Add new domains in the dashboard first — the API can't create custom domains.

What can you build with the Squarespace Domains Webflow integration?

Connecting Squarespace Domains to Webflow lets you serve your Webflow site under your own registered domain without moving the registration or losing email.

  • Portfolio site on your own name: Point yourname.com at Webflow and publish custom case study pages and contact forms while the domain stays registered at Squarespace.
  • Business website with email intact: Route yourcompany.com to Webflow for service pages and booking forms while preserving Google Workspace MX records for company email.
  • Agency multi-client hosting: Hold many client domains in one Squarespace account and point each with its own A and CNAME records to a separate Webflow project — no client registrar access needed.
  • Squarespace-to-Webflow migration with domain continuity: Rebuild a Squarespace site in Webflow, then redirect the Squarespace-registered domain's DNS to the new Webflow site to cut over with minimal downtime. See the Squarespace to Webflow migration guide.

For multi-site publishing, use the Data API after adding and verifying each domain manually.

Frequently asked questions

  • Add three records in Squarespace's Custom Records section: an A record with host @ and value 198.202.211.1, a CNAME with host www and value cdn.webflow.com, and a TXT record with host _webflow and value one-time-verification=<code from Webflow Site settings>. Copy the exact values from Site settings > Publishing > Production for your specific site, since they can differ per site during Webflow's infrastructure migration.

  • Yes, and immediately. Beginning January 13, 2026, Webflow blocks publishing to custom domains pointing to legacy A record IPs (75.2.70.75 or 99.83.190.102) or the old CNAME (proxy-ssl.webflow.com). Update the A record to 198.202.211.1 and the CNAME to cdn.webflow.com in your Squarespace DNS panel.

  • Yes. SSL is enabled by default for sites created after November 14, 2018 and provisions automatically within a few minutes once DNS resolves, so no certificate installation is needed. Squarespace's included SSL only covers domains pointing to Squarespace-hosted sites, so it stops applying once you point the domain to Webflow. If you use CAA records, add both 0 issue "pki.goog; cansignhttpexchanges=yes" and 0 issue "letsencrypt.org" or provisioning will fail.

  • Connect via DNS if your domain is under 60 days old or if you need registration to stay at Squarespace for centralized management or testing. This keeps registration and renewal at Squarespace and takes effect as soon as DNS propagates. Transfer the domain if you want unified billing and management in Webflow, which requires the domain to be 60+ days old and takes 5 to 7 days.

Squarespace Domains
Squarespace Domains
Joined in

Category

Domains

Description

Squarespace Domains is a standalone registrar and DNS service. Route a registered domain to Webflow through A, CNAME, and TXT records, or transfer it in.

Install app

This integration page is provided for informational and convenience purposes only.


Other Domains integrations

Other Domains integrations

iPage by Network Solutions

iPage by Network Solutions

Connect your iPage domain and hosting services with Webflow to leverage affordable hosting infrastructure while maintaining complete design control.

Domains
Learn more
Host Europe

Host Europe

Serve a Webflow site on your Host Europe .de domain with three records in the KIS DNS editor.

Domains
Learn more
Hover

Hover

Connect Hover, a domain registrar by Tucows, with Webflow to point a custom domain to your Webflow site while keeping domain registration and DNS management at Hover.

Domains
Learn more
Google Domains

Google Domains

Connect Google Domains, now Squarespace Domains, with Webflow to point your registered domain at a Webflow-hosted site through DNS records.

Domains
Learn more
Gandi

Gandi

Point your Gandi domain name to Webflow

Domains
Learn more
GoDaddy (domaincontrol.com)

GoDaddy (domaincontrol.com)

Point your GoDaddy domain to a Webflow-hosted site by editing its DNS records.

Domains
Learn more
Freeparking

Freeparking

Point Freeparking-registered domains to Webflow-hosted sites through DNS configuration.

Domains
Learn more
Enom

Enom

Domains
Learn more
DreamHost

DreamHost

Connect DreamHost's reliable hosting infrastructure with Webflow to manage domains, deploy exported sites, and create powerful hybrid architectures. Leverage DreamHost's DNS management, email hosting, and flexible server options while maintaining Webflow's design capabilities.

Domains
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free