Can different menu items point to different sections of a single page?

Can I have 2 different menu items point to the same page, but a different section of each page? For example, I want the “bio” menu item to point to the top “bio” part of a page and the “contact” menu item to point to the “contact” part lower down on the same page as “bio”. Will that screw up having these individual sections being found on search engines?

Wix Studio Editor

Thanks in advance!

You sure can!

It’ll be based on “anchors”. In short:

  • The section on the page will be given an anchor
  • In the menu you’ll add the anchors
  • When the menu item is clicked, it’ll scroll the user to the relevant part of the page.

This article goes into more detail about using anchors - Studio Editor: Adding and Using Anchors | Help Center | Wix.com

1 Like

Thanks so much, Noah.