Commit dd34be36ac0df406f194f52ee58aa373bd3a10db

Authored by Timur Kastemirov
1 parent b53af29a

meta robots

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -59,6 +59,13 @@
59 59 'name' => 'description',
60 60 'content' => $seo->desc,
61 61 ]
  62 + );
  63 +
  64 + $this->registerMetaTag(
  65 + [
  66 + 'name' => 'robots',
  67 + 'content' => $seo->robots,
  68 + ]
62 69 )
63 70 ?>
64 71  
... ...