Skip to content

Commit a1a8487

Browse files
alexgibsonIngi-Hong
authored andcommitted
Add add nofollow to pages under /all (Fixes #16104)
1 parent f0b4963 commit a1a8487

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • bedrock/firefox/templates/firefox/all

bedrock/firefox/templates/firefox/all/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
{% block canonical_urls %}
1717
{% 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">
18+
{# do not index or follow child pages, we prefer people visit more user friendly pages from search results #}
19+
<meta name="robots" content="noindex,nofollow">
2020
{% else %}
2121
{{ super() }}
2222
{% endif %}

0 commit comments

Comments
 (0)