No-follow and noindex
fixes FOO-3134 Change-Id: I4aaf8744675e6abfd5180dab9e1fae55174fb7fa Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/302036 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: August Thornton <august@instructure.com> QA-Review: Jacob Burroughs <jburroughs@instructure.com> Product-Review: Jacob Burroughs <jburroughs@instructure.com>
This commit is contained in:
parent
1734090658
commit
28966b4bd7
|
@ -38,7 +38,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="theme-color" content="<%= brand_variable('ic-brand-global-nav-bgd') %>">
|
||||
<% unless @allow_robot_indexing %>
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="robots" content="noindex,nofollow" />
|
||||
<% end %>
|
||||
<%= benchmark("include_css_bundles") { include_css_bundles } %>
|
||||
<%= include_account_css %>
|
||||
|
|
Loading…
Reference in New Issue