From 7893de64337a8c54d1a739913a57ea40158f28d2 Mon Sep 17 00:00:00 2001 From: codingsh Date: Tue, 15 Oct 2024 17:18:00 +0400 Subject: [PATCH 1/2] feat(robots): disallow settings on robots --- 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 000000000000..92a1ea8e5c07 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +User-agent: * +Disallow: /settings +Disallow: /#/*/settings + +Sitemap: https://snapshot.org/sitemap.xml \ No newline at end of file From c234e3728273a9673dde190aaef931ba90cce61a Mon Sep 17 00:00:00 2001 From: codingsh Date: Tue, 15 Oct 2024 18:03:55 +0400 Subject: [PATCH 2/2] chore(robots): remove non-existent files --- public/robots.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/robots.txt b/public/robots.txt index 92a1ea8e5c07..0e2e059ae543 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,5 +1,3 @@ User-agent: * -Disallow: /settings Disallow: /#/*/settings -Sitemap: https://snapshot.org/sitemap.xml \ No newline at end of file