I’m afraid until we implement configurable routes, there is no real “best” practice:
Here is a Gist what I tried at first:
In the end I even used AOP to interfere with `\TYPO3\Neos\Routing\FrontendNodeRoutePartHandler`` which is VERY flaky and it could break even after minor release upgrades.
So if you think that this does not sound like a recommendation, it’s officially not
Heres a different approach, but not freely configurable for editors since the configuration is happening im YAML: