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:
- How to – redirect restricted TYPO3 pages to loginform and back
- How to … change the standard target for links in TYPO3
- How to … change the RTE linktext in TYPO3
- mixed TypoScript Snippets Vol. 1
- How to … set the favicon in TYPO3
- How to … integrate a YAML Menu to TYPO3
- How to … add metatags to TYPO3 website
- mixed TYPO3 & TypoScript Snippets Vol. 3
1 Responses to “How to … change the title-element in TYPO3”
Leave a Reply