diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 17e4f13..771b917 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -100,7 +100,7 @@ class Seo extends Widget $filter = \Yii::$app->request->get('filter', []); $sort = \Yii::$app->request->get('sort', []); - + $paginate = \Yii::$app->request->get('page', []); if (!empty($meta)) { $this->getView()->registerMetaTag([ @@ -123,7 +123,7 @@ class Seo extends Widget } else if ( isset($filter['brands']) && count($filter['brands']) <= 1 && isset($filter['options']) && count($filter['options'], COUNT_RECURSIVE) >= 4 || isset($filter['options']) && count($filter['options'], COUNT_RECURSIVE) > 4 - || !empty($sort) || isset($filter['prices']) + || !empty($sort) || !empty($paginate) || isset($filter['prices']) ) { $this->getView()->registerMetaTag([ 'name' => 'robots', -- libgit2 0.21.4