GX-Bug #68206
Von Ulrich Wenk vor fast 4 Jahren aktualisiert
Den folgenden Bildern fehlen im Shop die Alt-Tags. /public/theme/images/svgs/basket.svg /public/theme/images/svgs/search.svg /public/theme/images/svgs/bars.svg Aus SEO-Sicht wäre es wichtig, dass auch diese Alt-Tags besitzen. --- The following images are missing the alt-tags on the shop page. /public/theme/images/svgs/basket.svg /public/theme/images/svgs/search.svg /public/theme/images/svgs/bars.svg In case of a SEO point of view, it'd be important, even for these icons, to have alt-tags. ____________ **EDIT** 1. open shop frontend 2. right-click on the search icon, choose inspect 3. look for the alt tag, e.g. ``` <img src="public/theme/images/svgs/search.svg" class="gx-search svg--inject" alt=""> ``` expected: * alt="" shouldn't be empty actual: * alt="" is empty