From d7922b47fa4c73335c22c00a0791182b87b3caf0 Mon Sep 17 00:00:00 2001 From: Alexander Daichendt Date: Sat, 30 Jul 2022 00:42:34 +0200 Subject: [PATCH] chore: add robots.txt --- static/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..7569b7b --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: /contact +Disallow: /admin \ No newline at end of file