From 947a20c96a39d4d78199d2072a108f7c4b90da0f Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:45:25 +0300 Subject: [PATCH] Add basic robots.txt --- rsconcept/frontend/public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rsconcept/frontend/public/robots.txt diff --git a/rsconcept/frontend/public/robots.txt b/rsconcept/frontend/public/robots.txt new file mode 100644 index 00000000..087e56dc --- /dev/null +++ b/rsconcept/frontend/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Disallow: /library \ No newline at end of file