Set Meta Options

Navigation:  Development > MVC (Model View Controller) > Controller >

Set Meta Options

Previous pageReturn to chapter overviewNext page

It's common practice to set Meta options for pages like Page Title, Keyword, Description. In Page Manager(*) there have options to edit meta options.
 
We just need to set all those information in right place. Below method used to set a Page data as meta options:
 
$pageinfo = $this->staticPageNameToMetaInfo('home-page');

 

This method set meta attributes as well as return page content.

 

 

Page Manager: Page Manager is a section in admin panel to create Static/Dynamic page. See bellow Location:
 
 Log in Admin Panel > Page Manager