Commit 09348f4cb541bbe6b6bd8854a8cf35165ae226be
1 parent
28c07ff9
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
widgets/Seo.php
| @@ -205,7 +205,7 @@ class Seo extends Widget | @@ -205,7 +205,7 @@ class Seo extends Widget | ||
| 205 | 205 | ||
| 206 | $this->getView()->registerMetaTag([ | 206 | $this->getView()->registerMetaTag([ |
| 207 | 'name' => 'robots', | 207 | 'name' => 'robots', |
| 208 | - 'content' => 'noindex,follow' | 208 | + 'content' => 'noindex,nofollow' |
| 209 | ]); | 209 | ]); |
| 210 | 210 | ||
| 211 | } else if ( | 211 | } else if ( |