[fix bug 1359878] Add noindex to /new variation templates

This commit is contained in:
Jon Petto 2017-05-09 13:15:23 -05:00
Родитель 54b256bf74
Коммит c53176d7e0
10 изменённых файлов: 16 добавлений и 24 удалений

Просмотреть файл

@ -4,6 +4,10 @@
{% extends "base-pebbles.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block page_title_prefix %}{{_('Download Firefox')}} — {% endblock %}
{% block page_title %}{{_('Free Web Browser')}}{% endblock %}
{% block page_desc %}{{_('Download Mozilla Firefox, a free Web browser. Firefox is created by a global non-profit dedicated to putting individuals in control online. Get Firefox for Windows, Mac OS X, Linux, Android and iOS today!')}}{% endblock %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/break-free/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% from "macros.html" import google_play_button with context %}
{% block body_class %}scene-2{% endblock %}

Просмотреть файл

@ -4,6 +4,10 @@
{% extends "firefox/base-resp.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block page_title_prefix %}{% endblock %}
{% block page_title %}{{_('Free Web Browser for Android, iOS, Desktop | Firefox')}}{% endblock %}
{% block page_desc %}{{_('Millions of people around the world trust Firefox Web browsers on Android, iOS and desktop computers. Fast. Private. Download now!')}}{% endblock %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/fx-lifestyle/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block body_class %}fx-lifestyle-scene2{% endblock %}
{% block page_css %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/fx-lifestyle/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block body_class %}fx-lifestyle-scene2{% endblock %}
{% block page_css %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/fx-lifestyle/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block body_class %}fx-lifestyle-scene2{% endblock %}
{% block page_css %}

Просмотреть файл

@ -6,6 +6,10 @@
{% extends "firefox/base-resp.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block page_title_prefix %}{{_('Download Firefox')}} — {% endblock %}
{% block page_title %}{{_('Free Web Browser')}}{% endblock %}
{% block page_desc %}{{_('Download Mozilla Firefox, a free Web browser. Firefox is created by a global non-profit dedicated to putting individuals in control online. Get Firefox for Windows, Mac OS X, Linux, Android and iOS today!')}}{% endblock %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/onboarding/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block extrahead %}
{% stylesheet 'firefox_new_onboarding_common' %}
{% stylesheet 'firefox_new_onboarding_scene2' %}

Просмотреть файл

@ -4,6 +4,10 @@
{% extends "base-pebbles.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% block page_title_prefix %}{{_('Download Firefox')}} — {% endblock %}
{% block page_title %}{{_('Free Web Browser')}}{% endblock %}
{% block page_desc %}{{_('Download Mozilla Firefox, a free Web browser. Firefox is created by a global non-profit dedicated to putting individuals in control online. Get Firefox for Windows, Mac OS X, Linux, Android and iOS today!')}}{% endblock %}

Просмотреть файл

@ -4,10 +4,6 @@
{% extends "firefox/new/way-of-the-fox/base.html" %}
{% block extra_meta %}
<meta name="robots" content="noindex,follow">
{% endblock %}
{% from "macros.html" import google_play_button with context %}
{% block body_class %}scene-2{% endblock %}