[TYPO3] Editing the <title> tag for specific pages?

Tyler Kraft headhunterxiii at yahoo.ca
Wed Aug 23 10:03:47 CEST 2006


meta is a property of page....

so it needs to be page.meta.keywords or if your trying to use the curly 
braces....

page.meta{
	keywords =
	description =
}


alternatively you can also just write in html like this

page.headerData.10 = HTML
page.headerData.10.value(
	<meta name="generator" content="TYPO3 4.0 CMS" />
	<meta name="description" content="...." />
	<meta name="keywords" content="...." />
)

Amir M. wrote:
> Cate & Peter wrote:
>> Hi Amir
>>
>>
>>> I have a website with 3 subsites, each subsite using its own 
>>> subdomain, however they all use the same root template.  I would like 
>>> to know how can I customize the <title> tags for each subsite and its 
>>> pages?
>>>
>>> I would assume this is possible with extension templates?  If it is, 
>>> what TS Code do I use to make this possible?
>>
>>
>> You can ...check out p59 of TSRef.
>>
>>
>>> And if this is possible, is it also possible to add unique meta 
>>> keyword tags to specific pages and its subsites.
>>
>>
>> And P63 TSRef
>>
>> Cate
>>
>>
>>
>>
> 
> Thanks Cate.
> 
> Ok, I solved the title problem by simply filling in the website title in 
> the extension template.  However, I can't seem to get the meta keyword 
> tags to work.
> 
> This is what I added in the setup of one of my extension templates:
> 
> META {
> ..KEYWORDS = Civilization, Civilization 4, civ4, Cheats, downloads, 
> Strategy, News, forums}
> 
> I assume this is wrong.



More information about the TYPO3-english mailing list