diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 47699f6..81a86da 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -184,6 +184,13 @@ class Seo extends Widget 'content' => $meta ]); + } else if(!empty($filter['special'])){ + + $this->getView()->registerMetaTag([ + 'name' => 'robots', + 'content' => 'noindex,follow' + ]); + } else if ( isset($filter['brands']) && count($filter['brands']) > 1 || isset($filter['options']["pol"]) && count($filter['options']["pol"]) > 1 -- libgit2 0.21.4