/blog/category
, add a Collection List linked to your Categories Collection, and use custom links to point to /blog/category/
+ category slug.Webflow doesn't currently allow slashes ("/") in Collection slugs, which prevents directly nesting URLs like /blog/category/category-name
using native CMS settings. However, you can achieve the desired structure by using a combination of structural pages and Collection Lists.
/blog/category/category-name
directly from the Category Collection URL./blog/category
category
inside your /blog
folder./blog/category
Page/blog/category/
+ category slug using a custom link field.Go to Project Settings > Hosting > 301 Redirects.
Add redirects to remap default CMS paths to your new structure.
Example:
Old Path: /blog-category/:slug
Redirect To: /blog/category/:slug
This ensures users (and SEO crawlers) who hit the native CMS URL are redirected to your new structure.
/blog-category/category-name
), you can still populate the meaningful content there.Webflow doesn't allow slashes in Collection slugs, but you can replicate the /blog/category/category-name
structure by creating a static /blog/category
page, linking manually to CMS items, and using 301 redirects to route traffic from default URLs.