There was an error while loading. Please reload this page.
1 parent f0b4963 commit a1a8487Copy full SHA for a1a8487
1 file changed
bedrock/firefox/templates/firefox/all/base.html
@@ -15,8 +15,8 @@
15
16
{% block canonical_urls %}
17
{% if product %}
18
- {# do not index child pages, we prefer people visit more user friendly pages from search results #}
19
- <meta name="robots" content="noindex,follow">
+ {# do not index or follow child pages, we prefer people visit more user friendly pages from search results #}
+ <meta name="robots" content="noindex,nofollow">
20
{% else %}
21
{{ super() }}
22
{% endif %}
0 commit comments