Add Meta Keywords / Description

Submitting your vote...
Rating: 4.0 of 5. 1 vote(s).
Click the rating bar to rate this item.

To add Meta-Keywords and Meta-Description to a frameset in TYPO3 you can use the following snippet, Using this snippets the meta tags are the same for the whole site.

 

myframeset.meta.keywords=keyword1,keyword2
myframeset.meta.description=the meta description

 

 

With this second snippet you can set the meta description and meta keywords per page. You choose page type "advanced" and fill the fields keyword and description.

 

myframeset.meta.keywords.field=keywords
myframeset.meta.description.field=description

 

 

This third snippet sets the keywords through TypoScript. Its adds the field title.

 

myframesset=PAGE
myframeset.headerData.20 = TEXT
myframeset.headerData.20.insertData=1
myframeset.headerData.20.value={field:title},keyword1,keyword2
myframeset.headerData.20.wrap2 = <meta NAME="KEYWORDS" CONTENT="|">
myframeset.meta.description=the meta description

 

 

Another snippets reads the default values for meta description and meta keywords from a constant and you can override it by setting the values in the page type advanced

 

page.meta.DESCRIPTION = {$meta.description}
page.meta.DESCRIPTION.override.field = description
page.meta.KEYWORDS = {$meta.keywords}
page.meta.KEYWORDS.override.field = keywords

 

 

More information can be found on TSREF

TSREF PAGE Object

TSREF META


Top 10 Updates

Using Transparent PNG's in IE5/6 without JavaScript geändert am  04-Oct-2008 12:27:15
Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
Deutsch
Search: