When I crawled my website via a robot, the navigation links showed their 2 times and when I checked the code, it was actually showing up 3 times. It doesn’t seems good to me in terms of optimization! Please have a check on any navigation item.
You checked the actual link appearing at page. Look for the URL after pressing ctrl+i in chrome, the URL will show in tag 3 times. Why it’s repeated in code?
there are three navigations being generated, one for the primary navigation static, one for when it is sticky and one for the mobile header. Each one is displayed when required. Let me know if thats what you mean.