Filtered by tag title-tag Reset filter

TYPO3 v14 has made working with SEO-relevant page data considerably easier. Whereas previously TypoScript, custom PageTitleProviders or bespoke PHP solutions were often required, specialised Fluid ViewHelpers are now available to define the title tag and meta tags directly within templates. This makes managing search engine and social media metadata much more convenient and straightforward.

Read Article

The title tag is one of the most important SEO factors for a website. Not only is it displayed in the browser tab, but it can also be used as the headline for search results on Google and other search engines.

In TYPO3, the title tag can be controlled very flexibly using TypoScript. For example, the page title, the name of the website or even individual values from page properties can be combined with one another.

In this article, I’ll show you how to customise the title tag in TYPO3 using TypoScript and how to change it depending on different conditions.

Read Article