I am new to Cakephp and searching for how to set page titles and meta keywords,desc. for best SEO management.
I have checked any tutorials and question , I would like to ask that is it necessary to set up title in controller page and then fetch in any page of VIEW/mypage?
I am trying to set direct title in my home page in a way like :
$this->set('title', 'My Page Title');
But this is not working , Is there any way to direct set title without connection with controller?
I am using Version 2.6.3 of CakePhp.