diff --git a/templates/error.php b/templates/error.php
index 64e100315e694cc516ec50660e75c92012abfc21..3c36f67fbfceab52c7e659e13e93879313661874 100644
--- a/templates/error.php
+++ b/templates/error.php
@@ -1,6 +1,11 @@
 <?php 
 	$this->data['header'] = $this->t('error_header');
 	$this->data['icon'] = 'bomb_l.png';
+	
+	$this->data['head'] = '
+<meta name="robots" content="noindex, nofollow" />
+<meta name="googlebot" content="noarchive, nofollow" />';
+	
 	$this->includeAtTemplateBase('includes/header.php'); 
 ?>