`
kirenenko04
  • 浏览: 145962 次
  • 性别: Icon_minigender_2
  • 来自: 上海
社区版块
存档分类
最新评论

Change any page meta title desc in Magento in controller

 
阅读更多
    public function indexAction()
    {
    	$this->loadLayout();
        $this->_initLayoutMessages('customer/session');
        $this->_initLayoutMessages('catalog/session');
        
        //load meta info 
        $head = $this->getLayout()->getBlock('head');
        $head->setTitle("GoGear - support & warranty");
        $head->setKeywords("gogear, support, warranty, contact us, faq, manual, guarantee");
        $head->setDescription("Get help on your products and warranty information by selecting your country.");
         
        
        $this->renderLayout();
    }

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics