How can we redirect subdomains from Google Domains to specific URLs on our Webflow website?

Published on
September 22, 2023

To redirect subdomains from Google Domains to specific URLs on your Webflow website, follow these steps:

  1. Access your Google Domains account and sign in.
  2. Find the domain you want to manage and click on it.
  3. In the "Website" section, click on the "DNS" tab.
  4. Under the "Custom resource records" section, click on the "Add" button to create a new record.
  5. Select the "CNAME" type from the dropdown menu.
  6. In the "Name" field, enter the subdomain you want to redirect (e.g., subdomain.yourdomain.com).
  7. In the "Data" field, enter the Webflow project's subdomain (e.g., www.webflow.com).
  8. Set the "TTL" (Time to Live) to the desired value (e.g., 1 hour).
  9. Save the settings.

Now, the subdomain subdomain.yourdomain.com will be redirected to the Webflow project's URL www.webflow.com. It's important to note that the DNS changes might take some time to propagate, so the redirection may not be instantaneous.

Please note that this method is specifically for redirecting subdomains using Google Domains. If you have a different domain registrar or hosting provider, the steps may vary, so be sure to consult their documentation or support resources for specific instructions.

Additional Questions:

  • How do I set up a subdomain in Google Domains?
  • Can I redirect multiple subdomains to different URLs using Google Domains and Webflow?
  • Are there any limitations or potential issues to consider when redirecting subdomains?