Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 30, 2020
1 parent e675a2f commit 1a820ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/retail/templates/robots.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
User-agent: *

{% for handle in hidden_profiles %}
Disallow: {{ handle }}*
Disallow: profile/{{ handle }}*
Disallow: /{{ handle }}*
Disallow: /profile/{{ handle }}*
{% endfor %}

Disallow: kudos/redeem/*
Disallow: dynamic/avatar/*
Disallow: login/github/*
Disallow: /kudos/redeem/*
Disallow: /dynamic/avatar/*
Disallow: /login/github/*

User-agent: Yandex
Disallow: /
Expand Down

0 comments on commit 1a820ff

Please sign in to comment.