Skip to content

Commit

Permalink
Update robots.txt to hide older versions of the docs (#3030)
Browse files Browse the repository at this point in the history
* Update robots.txt to hide older versions of the docs

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

* Update robots.txt

Signed-off-by: Tynan DeBold <thdebold@gmail.com>

---------

Signed-off-by: Tynan DeBold <thdebold@gmail.com>
Co-authored-by: Jo Stichbury <jo_stichbury@mckinsey.com>
  • Loading branch information
tynandebold and stichbury authored Sep 13, 2023
1 parent b87af34 commit 0fd1cac
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docs/source/robots.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
User-agent: *
Disallow: *
Allow: /en/stable
Allow: /en/latest
Allow: /en/0.18.*
Disallow: /
Allow: /en/stable/
Allow: /en/latest/
Allow: /en/0.18.5/
Allow: /en/0.18.6/
Allow: /en/0.18.7/
Allow: /en/0.18.8/
Allow: /en/0.18.9/
Allow: /en/0.18.10/
Allow: /en/0.18.11/
Allow: /en/0.18.12/
Allow: /en/0.18.13/
Allow: /en/0.17.7/

0 comments on commit 0fd1cac

Please sign in to comment.