diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 4b2093b..c3f95ee 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -59,6 +59,13 @@ 'name' => 'description', 'content' => $seo->desc, ] + ); + + $this->registerMetaTag( + [ + 'name' => 'robots', + 'content' => $seo->robots, + ] ) ?> -- libgit2 0.21.4