From adaa7a72dd1fa769c59dbaadc9a90a4731bd0e6c Mon Sep 17 00:00:00 2001 From: evgeniywas Date: Sun, 4 Jun 2023 16:28:05 +0100 Subject: [PATCH] init: add a default robots.txt to public folder --- public/robots.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..145b0bc --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Disallow: / +Sitemap: /sitemap.xml \ No newline at end of file