From 7d6913d7209f863e881c238974b5c2614e513f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Le=C5=9Bniak?= Date: Wed, 20 Aug 2025 10:39:14 +0200 Subject: [PATCH] RDoc-3469 Updated robots.txt --- static/robots.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/static/robots.txt b/static/robots.txt index 78b1dc99fb..a80f891fbc 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,6 +1,19 @@ # robots.txt for RavenDB Documentation User-agent: * +Disallow: /5.4/ +Disallow: /5.3/ +Disallow: /5.2/ +Disallow: /5.1/ +Disallow: /5.0/ +Disallow: /4.2/ +Disallow: /4.1/ +Disallow: /4.0/ +Disallow: /3.5/ +Disallow: /3.0/ +Disallow: /2.5/ +Disallow: /2.0/ +Disallow: /1.0/ Allow: / # Sitemaps -Sitemap: https://test.docs.ravendb.net/sitemap.xml \ No newline at end of file +Sitemap: https://docs.ravendb.net/sitemap.xml