AEM 6.3 linking to a non existing page
I have a very specific use case and I am having a hard time implementing it, maybe someone here can help me out. Let me explain my setup first:
We have a type of page called a brand-as-category, this url can look like this:

- Category pages are real pages that live in the node structure
- A brand-as-category (in this example 'The North Face') is NOT a real page that lives under a category!
You might ask yourself how does the brand-as-category work:
- We have a BrandAsCategoryFilter (servlet filter) that checks each request for a possible brand-as-category
- In the case of a valid brand-as-category request (we have some checks in place) the BrandAsCategoryFilter forwards the request to a pre-existing page (brand-as-category-page). This is a page that we have created on a fixed path: /content/site/language/brand-as-category-page
- The brand-as-category-page does its magic and shows the desired content
Our problem:
Our content authors want to link to these pages, for example: they want to select the-north-face page in a component that uses the path browser. But the page of course does not exists as explained above.
At the moment they just ignore the use of a path browser and insert the final url: https://www.site.com/categories/men/jackets/the-north-face.html instead of select the page in the blueprints.
Is there a way to this work? All help is appreciated ![]()