you can set other meta tags as per your needs. For Example Robots, author contact, submission & all of that what do you want....
Just add your meta tag code after this code in your template/index.php
Code:
<jdoc:include type="head" />
Code you have to add
Code:
<?php
$this->setMetaData('robots', 'ALL' );
$this->setMetaData('author','
www.kamleshpatidar.com');
$this->setMetaData('language','English');
$this->setMetaData('submission','
www.thamesmarketing.com');
$this->setMetaData('contact','
Tato emailová adresa je chráněna před spamboty, abyste ji viděli, povolte JavaScript
');
$this->setMetaData('format','text/html');
$this->setMetaData('document-classification','Website Marketing & Software Development Company');
$this->setMetaData('document-distribution','Global');
$this->setGenerator('');
?>
i couldn't find the meta robots, language, ... in joomsef