How to set SEO page title in typo3 Extension

In your Controller file add below code.

$GLOBALS['TSFE']->page['title'] = $pagetitle;

Where $pagetitle contains your page title string.

Post a Comment

0 Comments