Commit c08456485fc612f5b69ec03251708c3bcfbe6634

Authored by Administrator
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 213  
214 214 foreach ($this->getCategoriesWithFilters() as $category) {
215 215 foreach ($category->taxGroups as $group) {
  216 + print_r($group->meta_robots);
216 217 if(strpos($group->meta_robots, 'noindex')) {
  218 + print_r('live');
217 219 continue;
218 220 }
219 221 if($group->is_filter){
... ...