Skip to content

Commit

Permalink
Update docs/robots.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV authored Oct 30, 2024
1 parent a01c1b2 commit a2c596c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a2c596c

Please sign in to comment.