Hi, I have an issue with my alt-tags as my SEO tool can’t read them. I have added the alt-tags in the code template and can see them when inspecting the code on the front-end.
Does anyone know why this issue occur?
Here is a code example:
<div class=“aa-employees-item__header aa-object-cover”>
{{ macro.image({
image: item.image,
container_width: 380,
alt: item.title,
}) }}
</div>
Removing the comma doesn’t make any difference. I can still see the alt-tag description in the front-end, when inspecting, but my SEO tool can’t find it..