Proper URL structure / folder-name = collection-list name

Hi,

I have a collection List called “Portfolio”, an Item in it can either be a Project or a Publication.
I want want the Page Structure to look like this:

site.com/portfolio → Some info + you can choose Projects or Publications
site.com/portfolio/projects → List with all the Projects
site.com/portfolio/publications → List with all the Publications
site.com/portfolio/projects/Proj-Name → A particular Project (or publication)

Now am I correct that this is completely impossible in Webflow?
Or is there any workaround by now?

My second best approach was to throw out the information what kind of portfolio item it is in the URL and go straight for site.com/portfolio/proj-Name

But it turns out I cannot even have a folder called “Portfolio” since my collection List is called just that already.

So basically all I can do is have two pages called site.com/projects and site.com/publications
and even though they are both part of the Portfolio, its not mentioned anywhere in the url ever.
Or I do some weird stuff like site.com/portfolio-projects and once you click something it suddenly becomes site.com/portfolio/proj-Name

How are you supposed to build a well structured Website like this?
The breadcrumbs and the URL are completely different, it feels confusing and stupid

How do you guys deal with this? It seems to be such a basic thing…
Or am I just fundamentally stupid right now and completely missing the obvious?

Thanks for any help or tips
Cheers

Webflow’s path rules are quite strict regarding collection pages, so there’s no built in way to do this yet. If it’s a personal project, and you don’t mind some hacky redirects and scripting, you can achieve it, but definitely not something I’d advise for a production site;

Did you ever solve this? I have the same issue. Thanks

Yes, it requires a reverse proxy build,
I have some of the design details on the one I build for clients here-

Hi Michael,
If I use your ‘Fluid Paths’ method can the client deploy new CMS Items and control the URL directly in the Webflow Editor?

Yes, it’s important to note though that when I do a build for a client, the complexity is primarily about the “path map.” When it’s a dynamic path map as in your case, it can become challenging when you exceed say 1,000+ remapped CMS items.

The reason is that it requires a lot more integration. Every time you change, add, delete a CMS item, we update a central path map in a key-value store for the rewriting and page generation, and then there also needs to be one large table of all maps that can be used for the dynamic sitemap adjustments.

If you’re interested in a build, you can drop me a message through the Sygnal site, or here by clicking my name. Send me some details such as your site’s readonly link and details of which CMS collections need dynamic paths and how they need to be constructed, and I can form a plan for the dynamic map generation.