Skip to content

Instantly share code, notes, and snippets.

@sfelde
Created May 9, 2012 14:13
Show Gist options
  • Save sfelde/2644761 to your computer and use it in GitHub Desktop.
Save sfelde/2644761 to your computer and use it in GitHub Desktop.
typoscript meta tags
page.meta.keywords.data = register:newsKeywords // field : keywords // levelfield:-1,keywords,slide
page.meta.description.data = register:newsSubheader // field : description // levelfield:-1,description,slide
#add in localconf.php
$TYPO3_CONF_VARS['FE']['addRootLineFields'] = ',description,keywords';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment