diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 97fa405..f0c13f1 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -11,6 +11,11 @@ use yii\helpers\Html; use yii\helpers\Url; use yii\widgets\Breadcrumbs; +$this->registerMetaTag([ + 'name' => 'robots', + 'content' => 'noindex,nofollow', +]); + AppAsset::register($this); $brands = Category::find() -- libgit2 0.21.4