Posted May 13, 20169 yr is there way where I can have the Seo titles for pages without the category names? In the above example I want to remove the word Medical which is a category name
May 15, 20169 yr Community Expert Yes. You can override the default sharer title like this: {{\IPS\Output::i()->metaTags['og:title'] = $record->_title;}} In this example, one would put in the record display template, only the record name would be used. Customize it however you like it. Edited May 15, 20169 yr by opentype
May 16, 20169 yr Author On 5/15/2016 at 5:27 PM, opentype said: Yes. You can override the default sharer title like this: {{\IPS\Output::i()->metaTags['og:title'] = $record->_title;}} In this example, one would put in the record display template, only the record name would be used. Customize it however you like it. where do i edit this? thanks in advance
Archived
This topic is now archived and is closed to further replies.