Wednesday, 22 May 2013

Wolf CMS adding SEO title

I'm recently started using Wolf CMS and during SEO tasks found that same title for menu name and title tag doesn't fit good to the SEO task. So we need to separate that. First of all if you are duplicating title in content like this, you can separate by using $this->breadcrumb() instead, since by default they are the same.


If you are still not good with that, we can go further and use menu_title plugin. This simple plugin which adding second line in the title tab



And it can be used like this


Note that if second line is empty it will give you the original title, and $this->title() still give you the first line.