7
if you're concerned about this...
there are a few things you 'could' do...what i did was just put some meta lines into my default theme's themeheader function:
from theme.php in the bluely directory (as that's my default theme:
...
function themeheader($show_rblock){
global $xoopsConfig, $xoopsTheme;
?>
echo "n";
...
if you check
http://www.bcollar.org on that site you listed, you'll see my keywords show up. you could do this in a host of other places as well, like in the functions.php file, and actually change the XOOPS meta tags to do it this way instead, i just chose the theme.php cause i didn't want to change anything in the main XOOPS files..
but like others have said, keywords aren't really used by the major search engines, google has it's own ranking system which is based off of the content in your site, not your meta tags.
- Harkov