I’m wondering if I can achieve the following:
I want to have a URL based on the page/folder structure of my site that resembles something like this:
Services > Service Type > Service Category > Product. The first three slugs on the URL are just regular pages, but the Product represents a collection. However, by default the URL is going to get nuked, and so instead of being /services/service-type/service-category/this-is-my-product it will be /product/this-is-my-product.
Is there any way around this?