diff --git a/www/admin.php b/www/admin.php
index 0a80d77..57a80ed 100644
--- a/www/admin.php
+++ b/www/admin.php
@@ -12,6 +12,7 @@ echo '<!DOCTYPE html><html><head>';
 echo "<title>$I[admintitle]</title>";
 echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
 echo '<meta name=viewport content="width=device-width, initial-scale=1">';
+echo '<meta name="robots" content="noindex">';
 echo '<style type="text/css">'.$style.'</style>';
 echo '</head><body>';
 echo "<h1>$I[admintitle]</h1>";
diff --git a/www/onions.php b/www/onions.php
index 610a54b..5ea3077 100644
--- a/www/onions.php
+++ b/www/onions.php
@@ -69,6 +69,7 @@ function send_html(){
 	echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
 	echo '<meta name="author" content="Daniel Winzen">';
 	echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
+	echo '<meta name="description" content="Huge link list of Tor hidden service onions. All the darknet links you need in one place.">';
 	echo '<style type="text/css">'.$style.'</style>';
 	echo '<base rel="noopener" target="_blank">';
 	echo '</head><body>';
diff --git a/www/test.php b/www/test.php
index a137099..41a7181 100644
--- a/www/test.php
+++ b/www/test.php
@@ -7,6 +7,7 @@ echo "<title>$I[testtitle]</title>";
 echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
 echo '<meta name="author" content="Daniel Winzen">';
 echo '<meta name="viewport" content="width=device-width, initial-scale=1">';
+echo '<meta name="description" content="Test whether a Tor hidden service onion is online or offline">';
 echo '<style type="text/css">'.$style.'</style>';
 echo '</head><body>';
 echo '<h1>Online-Test</h1>';