You can define its manually, add next lines into index.php file
PHP Code:
$xaSmarty->assign('meta_keywords', 'keywords, here');
$xaSmarty->assign('meta_description', 'and here is meta description located');
above the line
PHP Code:
$xaSmarty->display('index.tpl');