[TYPO3-german] TypoScript page.headTag wird ignoriert

Rainer Mihlan rm at trend-solutions.de
Mon Feb 2 15:23:45 CET 2015


Hallo Liste,

für die Einbindung einer Buchungssoftware muss ich den HEAD und den 
BODY-Tag per TypoScript manipulieren und jeweils eine ID hinzufügen. 
Beim BODY klappt das mit

page.bodyTag >
page.bodyTagCObject = TEXT
page.bodyTagCObject.wrap = <body id="wbe" style="rgba">

auch perfekt. Beim HEAD funktioniert weder

page.headTag (
<head id="abc">
)

noch

page.headTag = <head id="abc">

Auch was man bei Google so findet wird bei mir ignoriert:

page.headTag (
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
)

oder

page.headTag = <head><meta http-equiv="X-UA-Compatible" 
content="IE=EmulateIE7" />


System: TYPO3 CMS 6.2.9

Hat jemand eine Idee? Die TSref hat mir auch nicht weitergeholfen.

Viele Grüße
Rainer


More information about the TYPO3-german mailing list