At tag not showing in SEO toos

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>

Hi @A_Myg,

try to delete the last ‘comma’ so the code will be

<div class="aa-employees-item__header aa-object-cover">
{{ macro.image({
image: item.image,
container_width: 380,
alt: item.title
}) }}
</div>

best,

Anton

Thanks for the reply.

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..

Hi @A_Myg, what SEO tool are you using?

Would you mind sharing a link to the page so I can also check the alt tag directly?