From f39998d57bd2531fd1bd8b21e32ca563baf7565c Mon Sep 17 00:00:00 2001 From: zyachel Date: Sun, 5 Jun 2022 19:19:29 +0530 Subject: [PATCH] fix(robots.txt): disallow all robots crawl way too much --- public/robots.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index a721e0c..6ffbc30 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,3 @@ -user-agent: * -disallow: /img/ -disallow: /contact \ No newline at end of file +User-agent: * +Disallow: / +