If you’re seeing a “too many redirects” error after setting up a custom domain in Webflow and pointing it to Google Domains' DNS, it usually indicates a misconfiguration in your DNS settings or Webflow domain setup, often involving the www and root domain (naked domain) misalignment.
Go to Google Domains > DNS for your domain.
Under Custom resource records or Custom DNS, make sure the following settings are active:
A Records (for root domain - example.com):
Type: A
Name: @
Data: (a) 75.2.70.75, (b) 99.83.190.102
CNAME Record (for www subdomain):
Type: CNAME
Name: www
Data: proxy-ssl.webflow.com
Remove any conflicting A or CNAME records, especially:
A records for www (should not exist)
CNAME records for the root/apex domain (@) — Webflow doesn’t support root CNAMEs
The "too many redirects" error is caused by misaligned redirect logic from domain/DNS misconfiguration—usually when the root and www domains are both trying to redirect to each other. To fix it, set the www domain as default in Webflow, use correct A and CNAME records, and disable any Google Domains forwarding options.