Commit c08456485fc612f5b69ec03251708c3bcfbe6634
1 parent
5cf1ef7b
site map
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
console/SiteMapController.php
@@ -213,7 +213,9 @@ | @@ -213,7 +213,9 @@ | ||
213 | 213 | ||
214 | foreach ($this->getCategoriesWithFilters() as $category) { | 214 | foreach ($this->getCategoriesWithFilters() as $category) { |
215 | foreach ($category->taxGroups as $group) { | 215 | foreach ($category->taxGroups as $group) { |
216 | + print_r($group->meta_robots); | ||
216 | if(strpos($group->meta_robots, 'noindex')) { | 217 | if(strpos($group->meta_robots, 'noindex')) { |
218 | + print_r('live'); | ||
217 | continue; | 219 | continue; |
218 | } | 220 | } |
219 | if($group->is_filter){ | 221 | if($group->is_filter){ |