The metatext is deactivated by default. It can be activated with this snippet.
So sometimes I wonder - the metatext fields are provided under page properties / metadata. But they are not included by default. God knows why.
Procedure
The following must be included in the setup in order to be visible as a metatag in the source text:
<meta name="description" content="test"> <meta name="abstract" content="test"> <meta name="keywords" content="test">
page.meta.description.field = description #page.meta.description.ifEmpty = page.meta.abstract.field = abstract #page.meta.abstract.ifEmpty = page.meta.keywords.field = keywords #page.meta.keywords.ifEmpty =
©2025 DbjE
Legal information