We have a single site but to keep the structure clean we put some content outside of the regular startpage structure, we call it Global Content. The content is mostly just settings and "data pages" containing data that is used enrich the regular content on the page, like Tag Pages concept that Allan is talking about here: https://www.codeart.dk/blog/2018/10/design-pattern-tag-pages-instead-of-categories/
In some cases we would like to load a partial view of some of content laying here. We can navigate to that just as usual content, eg. /content/outside/startpage, but when programmatically trying to get the url for that content with either Geta EpiExtensions GetFriendlyUrl or using the UrlResolver directly just gives us null.
Is there something special needed to be able to get the url programmatically?