From 4c3fa4e5ff1fffe2704491c1d926de986c8f401b Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Wed, 5 Jul 2023 13:45:17 -0700 Subject: [PATCH] Add robots file --- static/robots.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000000..928fb6c43c8 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: + +Sitemap: https://ranchermanager.docs.rancher.com/sitemap.xml \ No newline at end of file