Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function noindex()
 {
     $this->_doc->setMetadata('robots', 'noindex, nofollow');
     $this->_cms['response']->setHeader('X-Robots-Tag', 'noindex, nofollow');
 }