Commit f2f3817fbe715612f1842537ff8fc6ccf160cb62
Merge remote-tracking branch 'origin/master'
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -53,7 +53,8 @@ JS; | @@ -53,7 +53,8 @@ JS; | ||
| 53 | $this->registerMetaTag( | 53 | $this->registerMetaTag( |
| 54 | [ | 54 | [ |
| 55 | 'name' => 'robots', | 55 | 'name' => 'robots', |
| 56 | - 'content' => $seo->robots, | 56 | + 'content' => 'noindex, nofollow', |
| 57 | + // 'content' => $seo->robots, | ||
| 57 | ] | 58 | ] |
| 58 | ); | 59 | ); |
| 59 | ?> | 60 | ?> |
| @@ -252,4 +253,4 @@ JS; | @@ -252,4 +253,4 @@ JS; | ||
| 252 | <?php $this->endBody()?> | 253 | <?php $this->endBody()?> |
| 253 | </body> | 254 | </body> |
| 254 | </html> | 255 | </html> |
| 255 | -<?php $this->endPage() ?> | ||
| 256 | \ No newline at end of file | 256 | \ No newline at end of file |
| 257 | +<?php $this->endPage() ?> |
frontend/web/robots.txt