From 6ad823f787596dcf92c9c3ad166976d381abf3b2 Mon Sep 17 00:00:00 2001 From: lauralani Date: Tue, 8 Aug 2023 09:26:33 +0200 Subject: [PATCH] add robots.txt --- static/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..b7ccd81 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,2 @@ +User-agent: GPTBot +Disallow: / \ No newline at end of file