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 … change the RTE linktext in TYPO3
  2. How to … change the standard target for links in TYPO3
  3. How to … set the favicon in TYPO3
  4. How to … integrate a YAML Menu to TYPO3
  5. How to … add metatags to TYPO3 website
  6. mixed TypoScript Snippets Vol. 1
  7. TYPO3 Version 4.4.0 released
  8. Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images

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


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

Leave a Reply