I wanted to add keywords META tag for a long time to this site. While it does not change page rank, it is still good to have. So I took a look to tt_news code and added the following to my main TS setup:
page.headerData {
10 = TEXT
10.data = register : newsKeywords
10.required = 1
10.wrap = <meta name="keywords" content="|" />
}
Now each blog posts displays keywords for each blog post. For eample this page will have this:
<meta name="keywords" content="keywords,timtab,tt_news,typoscript" />
