What is the best practice when it comes to menus. I need two menus, one top menu and one main menu.
Today I have created the structure like this (first screenshot), but I have some questions regarding this.
What if I need one of the pages to be visible in both menus, how can this be done.
Like the front page, I have the front page in root, I also have it in the main menu, but I cant create two front pages, that would be bad practice.
Next question is regarding the url's (second screenshot), I do not want to show "top-menu" in the link, I just want it to be localhost/search.aspx not localhost/top-menu/search.aspx is this possible?