Zend框架元数据

时间:2011-04-04 21:18:33

标签: html zend-framework metadata

您好我知道如何在Zend中编写Meta标签以加强这样的操作:

// 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的语法

由于

1 个答案:

答案 0 :(得分:2)

$this->view->headMeta()->appendProperty('rel', 'nofollow');