Skip to content

Commit

Permalink
Add robots.txt file to prevent indexing outdated docs
Browse files Browse the repository at this point in the history
Cherry-picked from 2e37935e73b629fd9ecaabf958943cabc3ac825 and follow-ups.
  • Loading branch information
akien-mga committed Mar 16, 2020
1 parent d2d8659 commit eb3fda0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
user-agent: *
disallow: /*/3.2
disallow: /*/3.1
disallow: /*/3.0
disallow: /*/2.1

sitemap: https://docs.godotengine.org/sitemap.xml

0 comments on commit eb3fda0

Please sign in to comment.