In previous versions of #Umbraco I used to use the "VirtualNodes" package to allow a node to be ignored in the request URL. So I could make a node called "temp" for example and the pages underneath it would be accessible at "/page/" instead of "/temp/page/" - Any way to do this in v10 without a package? Thinking (hoping) @kevinjump might have some insight as someone who is frequently in the guts of Umbraco?
@Brobot You could use URL rewriting for this.
@simonhl - thanks! Yeah you're right, when I dig into the VirtualNodes code, that is basically what he's doing, but in a smart way where I can say ignore a certain doctype in the URL and requires content creators to have no knowledge of the behavior.