I’m creating a CMS collection for a blog for my client. The URL will be like domain.com/blog/blog-name. We also want to have Category pages for the blog. How can I create category pages so they live in the same URL path as the blog collection (e.g. domain.com/blog/category-name).
I’ve looked at Ramp.com, and they are doing something in Webflow where they have blog posts and categories in the same URL path. Check their blog sitemap here - https://ramp.com/sitemap-blog.xml. For exmaple,
@memetican thank you so much for the reply. I figured this was not natively possible in Webflow and would require a third party tool/service. I think for my client we’ll keep it simple and create a CMS Collection for categories and maybe just put in a redirect for the domain.com/categories to point to domain.com/blog. Want to avoid any 404s with the URL paths.