TYPO3 - Overriding & adding meta tags (from tx_metaseo) on detail view of custom extension
问题 I have a custom extension and on the detail page of the records I want to seo pimp the profile sites. I'm also using tx_metaseo. I'm already changing the 'title' tag via the show action like this: /** * action show * * @param Application $record * @return void */ public function showAction(Application $record=null) { // For the search $GLOBALS['TSFE']->indexedDocTitle = $record->getName(); } } But since I have tx_metaseo installed ... I'm also getting the generall meta tags. So on the detail