Meta-Tags
Es gibt 2 Möglichkeiten um in Typo3 Websites Meta Tags einzubinden.
1. im Template unter Setup folgende Zeilen hinzufügen:
page.meta.keywords = keyword1,keyword2
page.meta.description = this is the descirption
page.meta.author = name of the author
ODER
2. mittels Extension:
Nachem die Extension xxx installiiert wurde, im Template unter Constants folgendes einfügen:
plugin.meta.copyright = © 2001-2005 all rights reserved
plugin.meta.email = email@email.com
plugin.meta.author = your name
plugin.meta.revisit = 14 days
plugin.meta.includeGlobal = 1
styles.content.meta.site_description = description
styles.content.meta.site_keywords = keyword1, keyword2
In das Setup-Feld:
plugin.meta.global.description = thist ist the description plugin.meta.global.keywords = global keywords
plugin.meta.flags.useSecondaryDescKey = 0
plugin.meta.flags.alwaysGlobalDescription = 1
plugin.meta.flags.alwaysGlobalKeywords = 1
plugin.meta.flags.DC = 0
page.headerData.999 < plugin.meta