i have run a seo check by smart crawl pro and this what it gives me regarding the “landmarks ”
How to Fix
It’s great that you have aria landmarks specified in your code, but duplicates that don’t have an identifier will be confusing to visually impaired users who can’t see the difference between two landmarks,. It’s an easy problem to solve, just add the complimentary aria-label to the duplicate landmarks and clearly label what they are. For example:
<div role=”navigation” aria-label=”Main menu”>
<div role=”navigation” aria-label=”User menu”>
Note: Because aria landmarks are usually containers around sections of your website, it’s likely the output is from your theme itself, or a plugin. Contact your developer and have them adjust the duplicate landmarks.