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!