Fix the link’s href attribute or remove it in case the href is unnecessary.
Engine scans for all <a>
elements with href=“#value” and then scans for ID with the same value.
All users will fail to use the link.
<a href="#example">Example headline</a>