Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/modules/case-studies-page/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const buildIndexSeoData = function (req) {
}
let robots = 'index,follow';
if (shouldNoindex) {
robots = 'noindex,follow';
robots = 'noindex,nofollow';
}
return {
canonicalUrl: pageUrl,
Expand Down
2 changes: 1 addition & 1 deletion website/modules/case-studies-page/views/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="canonical" href="{{ data.piece._url | e }}" />
<meta
name="robots"
content="{% if data.hasQueryParams %}noindex,follow{% else %}index,follow{% endif %}"
content="{% if data.hasQueryParams %}noindex,nofollow{% else %}index,follow{% endif %}"
/>
{% endblock %}
{% block main %}
Expand Down
Loading