CMS collection urls with static pages


Hello guys!

Is this possible to make such structure for static pages and CMS (see screenshot)
Your help much appreciated!

You can’t place CMS item pages inside a static folder, but you can mimic it by matching the Collection slug to the folder name or using a folder + 301 redirect. Did this on a client build not long ago and it works cleanly.

There are two common approaches for this.

One is to divide your items into your collections by category, i.e. Woodworking, Inspection, and Medical. Then put all 3 of those collection pages into the products folder.
The arrangement would then be;

/FOLDER/COLLECTION-PAGE-SLUG/COLLECTION-ITEM-SLUG

But that means managing 3 nearly identical collections, keeping structure in sync, and administering them in 3 places.

Static pages can go anywhere in this setup except beneath the collection page.

  • :white_check_mark: / STATIC-PAGE-SLUG
  • :white_check_mark: / FOLDER / STATIC-PAGE-SLUG
  • :cross_mark: / FOLDER / COLLECTION-PAGE-SLUG / STATIC-PAGE-SLUG

The other option, which is a heavier lift, is a reverse proxy to manage your paths for you. I have a series of tools I use to build this for clients, called Fluid Paths

Webflow Fluid Paths | Sygnal