Going through a complete site overhaul and wanted to ask a question as it relates to our navigation.
We have 4 main navigation items on our website. When you click on a main nav item it goes to it's landing page and from there the secondary nav items load (depending of what main nav item you're on.) Some of the secondary nav items have drop down menus, some do not. The first two levels would look like this, the third level would be the drop down menu which is not illustrated below.
Main Nav 1 | Main Nav 2 | Main Nav 3 | Main Nav 4
Secondary Nav 1 | Secondary Nav Item 2 | Secondary Nav Item 3 | Secondary Nav Item 4 | | Secondary Nav Item 5
The secondary nav items that do not have drop down menus are #anchors to content down the current page you're on. The secondary nav items that have drop down items are linked to a different page.
My problems with this is that say your entrance page is one of those drop down menu pages and you're on domain.com/parent/child/page1.html. From there the user decides to click on a secondary nav item that does not have a drop down menu. They're taken to domain.com/parent/#anchorname, a different URL with an anchor.
Do you think this is confusing from a user perspective? I'm trying to get the designers to buy into the fact that the secondary nav items with no drop down menu should be their own page for SEO purposes. That way we are not covering multiple topics on one page and having links to separate content blocks from different URLs.
I would be okay with the anchors if they only linked to a spot on the page you were currently on, but that's not the case they way the nav is setup.
Any opinions on this matter as it relates to SEO or UX?