Website with region specific content

I’m trying to build a multi-page website that does the following:

  • Allows to select of multiple regions (cities). Each region will have specific subdomain (city1.example.com, city2.example.com, etc).
  • Allows to show content specific for the region.
  • Allows to manage regional content using Webflow CMS. For example, here are a few use cases:
  1. Regional manager can create and edit content for his region. It will be published only on specific subdomain.
  2. Regional manager can find some interesting article in other region (subdomain) and then copy and publish it on his subdomain with some changes.
  3. Global manager can create content and publish it for several regions.

Is there any way to achieve my desired result with Webflow CMS? If no, I’m ready to consider alternatives (like connecting some third-party services).

1 Like

Well, the simplest way is to create multiple websites for each region and point in your registrar the city1. to 1 webflow website, city2. to another. So region managers will have access to their websites via editor, up to 3 editors per project on basic plans. And Global manager will have access to all. You can sort direct links in navigation to navigate between websites. This is how I see it without and 3rd party solution. As maybe frontend can be sorted with some 3rd party solution, but defitnitely you cannot change Webflow cms for your needs and as far as I know your request is not possible in current CMS

1 Like

From what I can tell this is still not possible to do in the CMS, but there is this feature request that you can vote on: https://wishlist.webflow.com/ideas/WEBFLOW-I-58

I am trying to do something similar with a multi-regional website in Webflow right now and using the CMS at all is unfortunately hanging me up. Looks like there are some third party solutions like Polyflow and Weglot, but Polyflow isn’t working right now and all the other services seem to be much more focused on multiple languages instead of multiple regions.

Anyone else with experience creating multi-regional websites in Webflow (especially using CMS) that has any insight?

The dynamic filtering by subdomain-region is relatively simple with some custom code. The bigger issue in the above examples is the administration. Each site has its own CMS, and there is no ability to partition content for access by designated “regional editors”.