From 70072bf7b0a471598b3f6ebc7aebefdca15bb521 Mon Sep 17 00:00:00 2001 From: stes Date: Thu, 21 Sep 2017 10:32:52 +0300 Subject: [PATCH] noindex nofollow --- frontend/views/layouts/main.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 4c514da..8abad51 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -77,7 +77,11 @@ 'name' => 'description', 'content' => $seo->desc, ] - ) + ); + $this->registerMetaTag([ + 'name' => 'robots', + 'content' => 'noindex nofollow', + ]); ?> beginPage() ?> -- libgit2 0.21.4