Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update robots.txt for Improved SEO and Documentation Visibility #1160

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
loadinglit marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ target/
.venv
ENV/
venv/
os/
loadinglit marked this conversation as resolved.
Show resolved Hide resolved

# Spyder project settings
.spyderproject
Expand Down
9 changes: 8 additions & 1 deletion docs/robots.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
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
Allow: /en/release-4.0/ # Allow robots to access version 4.0, which is a newer version
loadinglit marked this conversation as resolved.
Show resolved Hide resolved
Disallow: /en/release-3.0/ # Disallow older version 3.0 to avoid confusion
loadinglit marked this conversation as resolved.
Show resolved Hide resolved
Disallow: /en/release-3.1/
Disallow: /en/release-2.0/
Disallow: /en/release-2.1/
Disallow: /en/release-2.2/
Disallow: /en/release-2.3/
Disallow: /en/release-2.4/

Sitemap: https://docs.taipy.io/sitemap.xml