From a01c1b2d206d232ab8ba38f482eab5ea29e1644d Mon Sep 17 00:00:00 2001 From: rajasurya-rjs Date: Wed, 9 Oct 2024 16:26:54 +0530 Subject: [PATCH 1/3] updated robots.txt --- docs/robots.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/robots.txt b/docs/robots.txt index 0861521cd..5b2e64ce6 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -1,5 +1,6 @@ User-agent: * Allow: /en/latest/ # Allow all robots to access the latest version of the documentation -Disallow: /en/ # Disallow all robots to access the other versions of the documentation +Disallow: /en/*/ # Disallow all other versions except 'latest' +Disallow: /en/release-3.0/ # Specifically disallow this old version if needed Sitemap: https://docs.taipy.io/sitemap.xml From a2c596cb7fd73836940f3a982cc3e7c9fd602db9 Mon Sep 17 00:00:00 2001 From: Jean-Robin Date: Wed, 30 Oct 2024 16:50:12 +0100 Subject: [PATCH 2/3] Update docs/robots.txt --- docs/robots.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/robots.txt b/docs/robots.txt index 5b2e64ce6..c183c6e88 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -1,6 +1,6 @@ User-agent: * Allow: /en/latest/ # Allow all robots to access the latest version of the documentation -Disallow: /en/*/ # Disallow all other versions except 'latest' -Disallow: /en/release-3.0/ # Specifically disallow this old version if needed +Allow: /en/* # Allow all robots to access the latest version of the documentation +Disallow: /en/release-*/ # Disallow all other versions except 'latest' Sitemap: https://docs.taipy.io/sitemap.xml From b1a39a3fecc9fc73692a4311200161b668ef4727 Mon Sep 17 00:00:00 2001 From: Jean-Robin Date: Wed, 30 Oct 2024 16:53:29 +0100 Subject: [PATCH 3/3] Update docs/robots.txt --- docs/robots.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/robots.txt b/docs/robots.txt index c183c6e88..0db2139d6 100644 --- a/docs/robots.txt +++ b/docs/robots.txt @@ -1,6 +1,5 @@ User-agent: * Allow: /en/latest/ # Allow all robots to access the latest version of the documentation -Allow: /en/* # Allow all robots to access the latest version of the documentation Disallow: /en/release-*/ # Disallow all other versions except 'latest' Sitemap: https://docs.taipy.io/sitemap.xml