Can I move my Webflow project from a subdomain to a subfolder within a larger project?

TL;DR
  • Configure a reverse proxy to route Webflow project traffic as a subfolder, considering URL and SEO impacts.
  • Test all paths, links, and SEO metadata to ensure proper functionality.

Moving a Webflow project from a subdomain to a subfolder within a larger project can be a complex task since Webflow does not inherently support hosting within a subfolder. However, there are methods to achieve a similar outcome. 

1. Understand Project Hosting Limitations

  • Webflow projects are designed to be hosted on root domains or subdomains, not within subfolders.
  • You will need to use custom server configurations or reverse proxy settings to achieve subfolder hosting.

2. Use a Reverse Proxy Setup

  • Deploy your Webflow project on its own server or hosting service.
  • Configure a reverse proxy on the larger project’s server to route traffic to the Webflow project as if it were a subfolder.

3. Considerations for SEO and URLs

  • Manage redirects or re-writes to ensure canonical URLs align with your desired outcomes.
  • Ensure your subdomain content correctly appears as a subfolder structure to search engines.

4. Test Your Configuration

  • Verify that all assets and paths function correctly through the subfolder.
  • Check that links and SEO metadata are intact and correct.

Summary

Moving a Webflow project from a subdomain to a subfolder within another project involves configuring a reverse proxy to simulate the subfolder. Pay careful attention to URL and SEO concerns to maintain site integrity.

Rate this answer

Other Webflow Questions