Здравствуйте, я знаю, как написать мета-теги в Zend, чтобы они работали так:
// action body
$this->_helper->layout()->getView()->headTitle(' Title Here') // setting the page title
$this->view->headMeta()->appendName('keywords', 'heywords here');
$this->view->headMeta()->appendName('description', 'description here');
Мне хотелось бы узнать синтаксис meta nofollow
Спасибо