I'm not an expert with SEO although I've been observant as to larger more popular sites. So I'm wondering how to remove a few different tags. I would like to remove the follow:
Looks like you have to hack joomla (1.6!) in this case
open this file
joomla-1-6-root/includes/application.php
and uncomment line 174 and 175 like this
$document->setMetaData('rights', $this->getCfg('MetaRights'));
$document->setMetaData('language', $lang_code);
to
//$document->setMetaData('rights', $this->getCfg('MetaRights'));
//$document->setMetaData('language', $lang_code);
not sure if it's worth the trouble ...
I do not recommend hacking a thing that is not even stable