commit ba12ad63c9d90c1ae93b3231d54f90fe08518042
parent a89a08c459b505b41589a5e768f766d6d10b3122
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 23 Mar 2025 13:12:58 +0100
feat: disallow crawlers
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/index.php b/index.php
@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="robots" content="noindex">
<link rel=stylesheet type=text/css href=/assets/css/simple.min.css />
<link rel=icon href=/assets/img/favicon.ico>
<link rel=icon type=img/png sizes=128x128 href=/assets/img/favicon_128.png>
diff --git a/robots.txt b/robots.txt
@@ -0,0 +1,3 @@
+# Disallow all bots anywhere on the site
+User-agent: *
+Disallow: /