diff --git a/resources/views/metager3.blade.php b/resources/views/metager3.blade.php
index a6365fd7e3f0fd7c8606765f2478dee15cab9091..0514aa160f05f046caa2147b549fd90676a2854b 100644
--- a/resources/views/metager3.blade.php
+++ b/resources/views/metager3.blade.php
@@ -27,7 +27,7 @@
 	@if( !$metager->validated && App::isLocale('de') )
 	<div class="mg-panel container" style="margin-bottom:20px;max-height:90px;text-align:left; max-width:100%; padding:0px;margin-top:0px">
 		<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}" target="_blank">
-			<img src="/img/aufruf.png" style="max-width:100%;max-height:90px;">
+			<img src="/img/aufruf.png" style="max-width:100%;max-height:90px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
 		</a>
 	</div>
 	@endif