diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl
index a04f0df6b..452036997 100644
--- a/backend/resources/error-report.tmpl
+++ b/backend/resources/error-report.tmpl
@@ -2,6 +2,7 @@
+
penpot - error report {{id}}
diff --git a/backend/src/app/loggers/database.clj b/backend/src/app/loggers/database.clj
index 782f3ac2c..2685661d8 100644
--- a/backend/src/app/loggers/database.clj
+++ b/backend/src/app/loggers/database.clj
@@ -119,7 +119,8 @@
(render-template))]
(if result
{:status 200
- :headers {"content-type" "text/html; charset=utf-8"}
+ :headers {"content-type" "text/html; charset=utf-8"
+ "x-robots-tag" "noindex"}
:body result}
{:status 404
:body "not found"})))))