Hi guys,
Ran into something I haven't seen.
My dev created a top nav menu that has images (icons).
Looks like my anchored links are mixed up in the image code:
<img class="link-icon" src="/wp-content/themes/********/images/********.svg" alt="Photo description">
<a href="/********/**********/" alt="photo description">Accidente de auto</a>
My anchor text has an alt tag right before it. Anyone know if this will still be crawled just fine by Google. Will Google still recognize my anchor text or will they think it's an alt text?
Thanks!