From d62ff24f4eb0d72f824af59068a45c689fa1e3b6 Mon Sep 17 00:00:00 2001 From: Vaishnav88sk Date: Thu, 9 Apr 2026 13:46:37 +0530 Subject: [PATCH] feat: add robots.txt for SEO and bot management Signed-off-by: Vaishnav88sk --- static/robots.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 static/robots.txt diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 00000000..19737b43 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,10 @@ +User-agent: * +Allow: / + +User-agent: GPTBot +Disallow: / + +User-agent: CCBot +Disallow: / + +Sitemap: https://microcks.io/sitemap.xml