// layout <?php echo $this->headTitle(); echo $this->headMeta(); // controller <?php $this->view->headTitle()->set("software | zfsite.ro"); $this->view->headMeta()->setName('keywords', "keywords text"); $this->view->headMeta()->setName('description', "description text");