Is there an easier way for us to set up a CMS collection structure than what I am running into? My brain is not working after staring at this for an hour lol
We’re a travel company and have a bunch of destinations that we want to show content for eg URL structure would ideally be
x y z .com/go/partner-name/guides
x y z .com/go/partner-name/reviews
or practically like
x y z .com/go/disney-cruise-line/guides
x y z .com/go/royal-caribbean-cruise-line/reviews
The prob I am running into is nesting them this way doesn’t seem possible without adding another parameter for the parent folder (which I set to destinations) and btw /go is the slug for the partner-name collection… so then it ends up reading:
x y z .com/go/destinations/disney-cruise-line/guides
x y z .com/go/destinations/royal-caribbean-cruise-line/reviews
Is there something super obvious I am missing with this or using nested collections somehow? We have 75+ travel partners and 1000+ guides/reviews so it’s gotta be scalable whatever route we go. Totally open to any suggestions!