How to … change the title-element in TYPO3

How to

The standard TYPO3 Installation show us just the normal sitetitle in the <title> element. But for usability and SEO it is comfortable to change this …

I use this short snippet in my root TS:

page.config.noPageTitle = 1
page.headerData.5 = HTML
page.headerData.5.field = title // subtitle
page.headerData.5.wrap = <title>something before  | something after</title>

This little TS generates now a nice <title> like:

something before SITETITLE something after

so enjoy the meal!

Martin

Related posts:

  1. How to – redirect restricted TYPO3 pages to loginform and back
  2. How to … change the standard target for links in TYPO3
  3. How to … change the RTE linktext in TYPO3
  4. mixed TypoScript Snippets Vol. 1
  5. How to … set the favicon in TYPO3
  6. How to … integrate a YAML Menu to TYPO3
  7. How to … add metatags to TYPO3 website
  8. mixed TYPO3 & TypoScript Snippets Vol. 3

1 Responses to “How to … change the title-element in TYPO3”


  1. No Comments
  1. 1 HTML title - TYPO3 Forum & Portal

Leave a Reply

*