Tagged: svg
Hi enfold team,
I hope you can help me with this one:
my seo program (website auditor) tells me that I have a missing alt tag for these images:
https://bothwelltransport.com/wp-content/uploads/2021/08/distribution-logistics.svg
https://bothwelltransport.com/wp-content/uploads/2021/08/international-shipping-2.svg
https://bothwelltransport.com/wp-content/uploads/2021/08/resolution-management.svg
https://bothwelltransport.com/wp-content/uploads/2021/08/warehouse-storage.svg
In the media folder they do have alt tags. Is there something I missed to do?
Thanks
Tina
these are the svgs itself
you can open with a good texteditor your svgs and place your wanted alt and title tags you like – before uploading.
On media library the alt tag is only if you use the svg as img tag ( <img src="/wp-content/uploads/abc.svg" alt="" />
on default a svg starts with the svg tag – put in what you need – f.e.:
<svg xmlns="http://www.w3.org/2000/svg" id="nicht_animiertes_Logo" alt="Mein Logo" title="Logo" x="0" y="0" preserveAspectRatio="xMinYMid meet" version="1.1" viewBox="0 0 420 150" xml:space="preserve">
Hi,
Thanks for helping out @guenni007. Did you try that out and did you have any luck with it @webdesignphx?
Best regards,
Rikard
Hi Günni and Rikard. Thanks so much for your help.
Tina
sorry – forgot to mention – each of the entries in the svg tag is separated by a space ; as you can see in the example above.
👍 danke