[Typo3] Change sequence of metatags

Bert Hiddink hiddink at bendoo.com
Tue Oct 11 10:09:28 CEST 2005


Hello!

I would like to change the sequence of the metatags. Instead of:

<meta name="generator" content="TYPO3 3.8 CMS" />
<meta name="description" content="The best CMS you have ever seen" />
<meta name="keywords" content="The,best,CMS,you,have,ever,seen" />

...I would like to print:

<meta name="description" content="The best CMS you have ever seen" />
<meta name="keywords" content="The,best,CMS,you,have,ever,seen" />
<meta name="generator" content="TYPO3 3.8 CMS" />


I control the meta-tags "description" and "keywords" with:
page.meta.description.field = description
page.meta.keywords.field = keywords

If I add here:
page.meta.generator.field = TYPO3 3.8 CMS

...I get:

<meta name="generator" content="TYPO3 3.8 CMS" />
<meta name="description" content="The best CMS you have ever seen" />
<meta name="keywords" content="The,best,CMS,you,have,ever,seen" />
<meta name="generator" content="TYPO3 3.8 CMS" />

How can I suppress the first line? Is the meta-tag "generator" 
hard-coded somewhere? I can hardly imagine that. Please let me know 
where I go wrong.

Many thanks in advance!

grt,
-brt

-- 
Bert Hiddink
hiddink at bendoo.nl
BENDOO e-work solutions
http://www.bendoo.nl
Harterinkdijk 8, 7065 AR SINDEREN
The Netherlands
Tel. 0315 244525



More information about the TYPO3-english mailing list