自定义模块控制器的前端未显示meta_keywords

时间:2018-11-14 11:11:37

标签: magento

“ meta_keywords”未在自定义模块控制器的前端显示。 这是我的代码段:

公共函数indexAction(){

    $this->loadLayout();
    $head = $this->getLayout()->getBlock('head');
                $head->setTitle('metaTitle')->setKeywords('meta_keywords')
                    ->setDescription('meta_description');
     $this->renderLayout();
} 

0 个答案:

没有答案