Skip to content

Commit 1a820ff

Browse files
committed
1 parent e675a2f commit 1a820ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/retail/templates/robots.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
User-agent: *
22

33
{% for handle in hidden_profiles %}
4-
Disallow: {{ handle }}*
5-
Disallow: profile/{{ handle }}*
4+
Disallow: /{{ handle }}*
5+
Disallow: /profile/{{ handle }}*
66
{% endfor %}
77

8-
Disallow: kudos/redeem/*
9-
Disallow: dynamic/avatar/*
10-
Disallow: login/github/*
8+
Disallow: /kudos/redeem/*
9+
Disallow: /dynamic/avatar/*
10+
Disallow: /login/github/*
1111

1212
User-agent: Yandex
1313
Disallow: /

0 commit comments

Comments
 (0)