[Typo3-UG UK] keywords and description

Matthew Manderson matthew at manderson.co.uk
Mon Nov 7 18:15:23 CET 2005


> I need to place specific keywords and description on each page i
> create in typo3.

One way is to use the BE > Template > Object Browser and overide the
template defaults in an extension template on your subpages

//snip
page.meta.KEYWORDS = keyword1, keyword2
page.meta.DESCRIPTION = Keyword phrase description
//snip 

There are also extensions and you could also use typoscript to grab a field
from the fields on the page and insert it into the page.meta.DESCRIPTION
object etc. I don't have any code handy.

Enjoy!
Matthew



More information about the TYPO3-uk mailing list