Commit f72eba2bfd121114da1ccf997a3215bbbf12f828
1 parent
4ca21c3e
closing from search bot
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -11,6 +11,11 @@ use yii\helpers\Html; |
11 | 11 | use yii\helpers\Url; |
12 | 12 | use yii\widgets\Breadcrumbs; |
13 | 13 | |
14 | +$this->registerMetaTag([ | |
15 | + 'name' => 'robots', | |
16 | + 'content' => 'noindex,nofollow', | |
17 | +]); | |
18 | + | |
14 | 19 | AppAsset::register($this); |
15 | 20 | |
16 | 21 | $brands = Category::find() | ... | ... |