Blocking one specific category for robots – Magento 2.2.11
I want to set robots: noindex, nofollow for 1 specific category. I thought I just add a line in a source code like: if (stripos($categoryName, ‘MyCategoryName’) !== false) { $this->layoutFactory->setRobots(‘NOINDEX,NOFOLLOW’); but I cannot locate the source code file, where the… Read More »Blocking one specific category for robots – Magento 2.2.11