Hi! Working with a client who is needing a specific URL structure to retain SEO on their CMS collections and items. It looks like it would be a parent collection, with multiple sub-collections.
Structure needs to follow this form:
{site}/{parent-collection}/{child-collection}/{collection-item-title}
For example:
{site}/vehicles/cars/red-ferrari
{site}/vehicles/cars/blue-ferrari
{site}/vehicles/cars/green-ferrari
{site}/vehicles/motorbikes/red-ducati
{site}/vehicles/motorbikes/back-triumph
Is there any way to achieve this URL structure without creating separate collection paths, i.e. not:
{site}/cars/red-ferrari
{site}/mototbikes/red-ducati