Skip to content

Commit

Permalink
Merge pull request #1442 from kyoshino/bug-937983-firefox-all-noindex
Browse files Browse the repository at this point in the history
Bug 937983 - [SEO] Consider delisting /firefox/all/ from search results
  • Loading branch information
craigcook committed Dec 2, 2013
2 parents f8aa9fb + 8a837a5 commit 8fe900a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bedrock/firefox/templates/firefox/all.html
@@ -1,5 +1,7 @@
{% extends "firefox/base-resp.html" %}

{% block extra_meta %}<meta name="robots" content="noindex">{% endblock %}

{% block page_title %}{{ _('Download Firefox in your language') }}{% endblock %}
{% block page_desc %}{{ _('Firefox is available in more than 70 languages thanks to the contributions of Mozilla community members from around the world.') }}{% endblock %}
{% block body_id %}firefox-all{% endblock %}
Expand Down

0 comments on commit 8fe900a

Please sign in to comment.