From 06e1656923eb2f4531be497716f9147c09d60b65 Mon Sep 17 00:00:00 2001 From: Etienne <51496600+Etienne-bdt@users.noreply.github.com> Date: Sat, 2 Aug 2025 20:30:50 +0200 Subject: [PATCH] feat: add robots.txt to block indexing (#806) --- frontend/static/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/static/robots.txt diff --git a/frontend/static/robots.txt b/frontend/static/robots.txt new file mode 100644 index 00000000..7085c61d --- /dev/null +++ b/frontend/static/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: / +Noindex: / \ No newline at end of file