I have been searching through the forum for an answer to this issue, but to no avail. My setup is:
itssoftball.com/
Joomla 1.0.13
PHP 5.1.4
MySQL 5.0.45
ARTIO JoomSEF v2.2.6
ARTIO JoomSEF MetaBot
For some reason, meta description and meta keywords are not generated.
I read about the template index.php hack, so I added the following to my template:
checkSEFtitle();
generateSEFmeta();
mosShowHead();
This fixed the title tag so that it properly reflected the section of the site. But for some reason, the description and keywords are still set to the global setting.
What else should I check? Should the default Joomla SEF mambot be enabled or disabled? Thanks!