You cannot directly point a single page in a Webflow project to a different subdomain using native Webflow settings, but there are workarounds depending on your goals.
1. Webflow Domains Apply to the Entire Project
- When you add custom domains in Project Settings > Hosting, they apply to the entire site, not individual pages.
- You cannot assign different subdomains (e.g., blog.example.com vs www.example.com) to independent pages natively within the same project.
2. Use Reverse Proxy as a Workaround
- You can use a reverse proxy on your own server to route traffic from a specific subdomain (e.g., contact.example.com) to a specific page path in your Webflow project (e.g., example.com/contact).
- This requires custom server configuration (typically with NGINX or Cloudflare Workers).
- Webflow still hosts the entire site, but visitors accessing the subdomain will appear to browse only that page.
3. Option: Clone the Page to a New Project
- If you need native subdomain routing without external servers, you’ll need to create a new Webflow project, clone the specific page, and assign a subdomain (e.g., help.example.com) to that project.
- This gives full control over domain assignments but increases design and hosting complexity.
4. Redirects and Canonicals (Limited Use)
- If your goal is SEO-based or branding-driven, you can use 301 redirects or custom canonical tags.
- However, this doesn't let a single page exist on a subdomain in terms of URL structure—it simply redirects or tells search engines where the original source is.
Summary
Webflow doesn’t support assigning different subdomains to individual pages within the same project. To achieve this, either use a reverse proxy setup or create a new project for the subdomain-specific content.