Skip to content

Commit

Permalink
Merge pull request mozilla#2805 from mythmon/non-support-locales-robots
Browse files Browse the repository at this point in the history
Include non-supported locales in robots.txt
  • Loading branch information
Osmose committed Mar 4, 2016
2 parents 558c928 + 002c65b commit 026a5be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kitsune/sumo/jinja2/sumo/robots.html
Expand Up @@ -6,3 +6,8 @@
Disallow: /{{ l }}/users
Disallow: /{{ l }}/user
{% endfor %}
{% for l in settings.NON_SUPPORTED_LOCALES.keys() %}
Disallow: /{{ l }}/forums
Disallow: /{{ l }}/users
Disallow: /{{ l }}/user
{% endfor %}

0 comments on commit 026a5be

Please sign in to comment.