From 35f0381b08bc2c9637ab80bb560aea62f704374d Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sat, 17 Sep 2022 14:02:28 +0630 Subject: [PATCH] Add robots.txt --- public/robots.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/robots.txt diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..da95c4e --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +User-agent: Googlebot +Disallow: /nogooglebot/ + +User-agent: * +Allow: / \ No newline at end of file