Look inside the default.php file, there you can enter hard-coded default tags to use if not viewing a comment. If you are viewing a discussion, the first comment ends up in the meta tag. Really cool and very SEO friendly.
Ahh thank you then I need to edit the php of the extension. It is somehow hard? Coudl someone post an exmaple on how to edit it? There is no explanation about this, anywhere or I didn't find it. Nor even on the extension page. I'm afraid I could do something wrong
Around line 73 is where your keywords go... // From here one you can add whatever you want to the meta tags untill the template closes // Start Meta Template // $MetaTags->AddData('keywords', 'Coffee, beans, sugar, arabica, roasted, ground');
Around line 93 is where the default description goes... $MetaTags->AddData('description', 'We sell coffee and coffee making paraphenalia');
Comments
If you are viewing a discussion, the first comment ends up in the meta tag.
Really cool and very SEO friendly.
// From here one you can add whatever you want to the meta tags untill the template closes
// Start Meta Template //
$MetaTags->AddData('keywords', 'Coffee, beans, sugar, arabica, roasted, ground');
Around line 93 is where the default description goes...
$MetaTags->AddData('description', 'We sell coffee and coffee making paraphenalia');
Posted: Saturday, 31 March 2007 at 8:40AM