diff --git a/app/Http/routes.php b/app/Http/routes.php
index 0943ace43682c62e00d9c1a0818947fcd69b1d67..d03b355fcf205f61e8be52f8126824c74e2f2f0c 100644
--- a/app/Http/routes.php
+++ b/app/Http/routes.php
@@ -31,6 +31,10 @@
 				->with('css', 'impressum.css')
 				->with('navbarFocus', 'kontakt');
 		});
+		Route::get('impressum.html', function()
+		{
+			return redirect(url('impressum'));
+		});
 
 		Route::get('about', function()
 		{
diff --git a/resources/views/layouts/staticPages.blade.php b/resources/views/layouts/staticPages.blade.php
index 1e64121c55917e28428bccb7026db88f0d607f2f..3533b020a8d5cbaa3fce0c978eaca13343d50251 100644
--- a/resources/views/layouts/staticPages.blade.php
+++ b/resources/views/layouts/staticPages.blade.php
@@ -93,7 +93,7 @@
 			@if( App::isLocale('de') )
 			<div class="mg-panel container" id="spendenaufruf" style="margin-bottom:-6%;max-height:126px;text-align:center;padding:0px;margin-top:0px">
 					<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}">
-					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;">
+					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
 					</a>
 			</div>
 			@endif
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
diff --git a/resources/views/metager3bilder.blade.php b/resources/views/metager3bilder.blade.php
index a066e2fc9aa887179dc937d56b0e9095fcb303ef..7f95018a2ff304eba533756c1404335bb3802cee 100644
--- a/resources/views/metager3bilder.blade.php
+++ b/resources/views/metager3bilder.blade.php
@@ -22,7 +22,7 @@
 	@if( !$metager->validated && App::isLocale('de') )
 	<div class="mg-panel container" id="spendenaufruf" style="margin-bottom:20px;max-height:126px;max-width:100%;text-align:center;padding:0px;margin-top:0px">
 					<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}">
-					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;">
+					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
 					</a>
 			</div>
 	@endif
diff --git a/resources/views/metager3bilderresults.blade.php b/resources/views/metager3bilderresults.blade.php
index a299a042d3f2953a69a40079e532365f75c977c4..65dc59ee98f4c40e51858ddae927cbd2fb6241c3 100644
--- a/resources/views/metager3bilderresults.blade.php
+++ b/resources/views/metager3bilderresults.blade.php
@@ -19,7 +19,7 @@
 @if( !$metager->validated && App::isLocale('de') )
 	<div class="mg-panel container" id="spendenaufruf" style="margin-bottom:20px;max-height:126px;max-width:100%;text-align:center;padding:0px;margin-top:0px">
 					<a href="{{ LaravelLocalization::getLocalizedURL(LaravelLocalization::getCurrentLocale(), "/spendenaufruf") }}">
-					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;">
+					<img src="/img/aufruf.png" style="max-width:100%;max-height:126px;" alt="Spendenaufruf für die unabhängige, nicht-kommerzielle Internet-Suche" >
 					</a>
 			</div>
 	@endif
diff --git a/resources/views/metager3results.blade.php b/resources/views/metager3results.blade.php
index 1e8039ed34d0cd65a6cd8e674809e57f205b430c..fd8f1eb6bc7c335dc057f1b926737eb3005e2d76 100644
--- a/resources/views/metager3results.blade.php
+++ b/resources/views/metager3results.blade.php
@@ -20,7 +20,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