How to create nested CMS URLs like `/sales/blog/post-title` in Webflow?

Body:
Hi everyone,

I’m trying to structure my Webflow blog URLs to follow a nested format like:

bash

CopyEdit

example.com/sales/blog/post-title
example.com/talent/blog/post-title

I’ve set up a CMS Collection for blog posts and added a reference or option field to assign categories like “Sales” or “Talent.” But it seems Webflow only allows flat URLs like:

example.com/blog/post-title

Is there a way to dynamically include the category in the URL structure, like [group]/blog/[category]/[post]?

If not, what are some workarounds or best practices for this? I’d also appreciate any ideas involving proxies or external solutions if that’s the only path.

Thanks in advance!

Not natively as it not supported in the CMS. Some have resorted to using reverse proxies to address the limitation. If you search the forum you will find many discussions on this very topic.

Found the solution:

I have created [group] as folder in static pages, now I can able to map it as parent folder in template pages.