From ce25d172ee83a59695ad78bb3ae9ca689a949267 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 11 May 2026 20:41:09 +0200 Subject: [PATCH] Add `robots.txt` to disallow all web crawlers --- backend/api/src/public/robots.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backend/api/src/public/robots.txt diff --git a/backend/api/src/public/robots.txt b/backend/api/src/public/robots.txt new file mode 100644 index 00000000..77470cb3 --- /dev/null +++ b/backend/api/src/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / \ No newline at end of file