diff --git a/console/SiteMapController.php b/console/SiteMapController.php index d0d0591..bb6dfda 100755 --- a/console/SiteMapController.php +++ b/console/SiteMapController.php @@ -213,7 +213,9 @@ foreach ($this->getCategoriesWithFilters() as $category) { foreach ($category->taxGroups as $group) { + print_r($group->meta_robots); if(strpos($group->meta_robots, 'noindex')) { + print_r('live'); continue; } if($group->is_filter){ -- libgit2 0.21.4