[TYPO3-german] Metatags per TS

Mathias Schreiber [wmdb >] mathias.schreiber at wmdb.de
Thu Apr 30 12:22:00 CEST 2009


Lisa Schmidt schrieb:
> Hallo,
> wie bekomme ich diese Metatags per TS eingebunden?
> <meta http-equiv="Pragma" content="no-cache">
> <meta http-equiv="cache-control" content="no-cache">
> <meta http-equiv="expires" content="-1">
> 
> Im Moment binde ich die Meta-Tags so ein:
> page = PAGE
> plugin.meta.global.description =
> plugin.meta.global.keywords =
> plugin.meta.flags.useSecondaryDescKey = 1
> plugin.meta.flags.alwaysGlobalDescription = 0
> plugin.meta.flags.alwaysGlobalKeywords = 0
> plugin.meta.flags.DC = 0
> page.headerData.999 < plugin.meta
> page.meta.PAGE-TOPIC = Consulting
> page.meta.COMPANY = Lynx-Consulting GmbH
>

Ich würds so machen:
page.headerData.5 = TEXT
page.headerData.5.value (
<meta blabla />
)

cheers
mathias


More information about the TYPO3-german mailing list