[Typo3] Meta-tag Keywords

Miller, Eric A. EricMiller at creighton.edu
Mon Apr 11 21:44:57 CEST 2005


We disabled header code to allow us to pull in HTML templates that were
xhtml complaient, but when we did that we lost ability to modify the
Meta tags.

I tried going this route:
--------------------------------------------------------
# Build Template
temp.mainTemplate = TEMPLATE
temp.mainTemplate {
   template = FILE
   template.file = fileadmin/templates/oneCol.html
}
# XHTML Compliance
config.xhtml_cleaning = all
# Build Page Information
page = PAGE
page.typeNum = 0
page.config.disableAllHeaderCode=1
page.10 < temp.mainTemplate
# Meta Tag Information
page.meta.KEYWORDS = This is, a, Keyword
-------------------------------------------------------
With no resolution.

And I tried to go 
--------------------------------------------------------
Subparts.KEYWORDS = TEXT
Subparts.KEYWORDS.value = This is, a, Keyword
-------------------------------------------------------
But because it is placed inside a string Typo3 doesn't seem to see it,
what am I doing wrong ?


Eric Miller
Web Systems Engineer
Creighton University

Office: 402.280.3933
Cell:   402.740.2518

----------------------------------------
"A conservative is a man who believes that nothing should be done for
the first time." ~ Alfred E. Wiggam
----------------------------------------



More information about the TYPO3-english mailing list