Skip to content

Commit db3f8a6

Browse files
authored
Disallow readme.io paths (#138)
1 parent 88677a3 commit db3f8a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/robots.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
User-agent: *
22
Allow: /
3+
4+
# Block deprecated `readme.io` URLs
5+
Disallow: /v1.0/*
6+
Disallow: /v0.9.0/*
7+
Disallow: /logout
8+
Disallow: /discuss
9+
Disallow: /docs/*
10+
Disallow: /blog/*
11+
Disallow: /_footer/
12+
13+

0 commit comments

Comments
 (0)