Skip to content

Commit b374803

Browse files
Hard code the ancient ones
1 parent f65ebe2 commit b374803

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/robots.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Disallow: /dev
66
Disallow: /release
77

88
# Disallow EOL versions
9+
Disallow: /2/
10+
Disallow: /2.0/
11+
Disallow: /2.1/
12+
Disallow: /2.2/
13+
Disallow: /2.3/
14+
Disallow: /2.4/
15+
Disallow: /2.5/
916
{% for version in versions -%}
1017
{% if version.status == "EOL" -%}
1118
Disallow: /{{ version.name }}/

0 commit comments

Comments
 (0)