Add nofollow metatag to untrusted pages (#611)
This commit is contained in:
parent
209053dd9d
commit
0327585b03
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
<% if (@article.positive_reactions_count < 8 && @article.user.comments_count < 1 && !@article.featured) ||
|
||||
@article.featured_number < 1500000000 %>
|
||||
<meta name="googlebot" content="noindex">
|
||||
<meta name="googlebot" content="nofollow">
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue