Hi there I'm facing the problem, that I need only partial nested urls for a deep nested site tree (Customer is requesting this for SEO reasons).
I have some landing pages like "topic -> state -> region -> commune -> city -> departments". This will result in some very long urls (/food/germany/niedersachsen/stade/buxtehude/south). I need to shorten this to only two or three paths, but without destroying the hirarchy in the Backend.
Is there any way to achieve this? Like building a Pagetype, which will not have a url path but can have children?