Commit 70072bf7b0a471598b3f6ebc7aebefdca15bb521
1 parent
3d397a5d
noindex nofollow
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -77,7 +77,11 @@ | @@ -77,7 +77,11 @@ | ||
77 | 'name' => 'description', | 77 | 'name' => 'description', |
78 | 'content' => $seo->desc, | 78 | 'content' => $seo->desc, |
79 | ] | 79 | ] |
80 | - ) | 80 | + ); |
81 | + $this->registerMetaTag([ | ||
82 | + 'name' => 'robots', | ||
83 | + 'content' => 'noindex nofollow', | ||
84 | + ]); | ||
81 | ?> | 85 | ?> |
82 | 86 | ||
83 | <?php $this->beginPage() ?> | 87 | <?php $this->beginPage() ?> |