From 09348f4cb541bbe6b6bd8854a8cf35165ae226be Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 16 Dec 2016 17:15:10 +0200 Subject: [PATCH] site map --- widgets/Seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/Seo.php b/widgets/Seo.php index 703b5c3..86827d4 100755 --- a/widgets/Seo.php +++ b/widgets/Seo.php @@ -205,7 +205,7 @@ class Seo extends Widget $this->getView()->registerMetaTag([ 'name' => 'robots', - 'content' => 'noindex,follow' + 'content' => 'noindex,nofollow' ]); } else if ( -- libgit2 0.21.4