4
I solved it myself
$xoopsTpl->assign( 'xoops_pagetitle' , $poll->getVar("question"));
if(isset($xoTheme) && is_object($xoTheme)) {
$xoTheme->addMeta( "meta", "description", $poll->getVar("description"));
}
I think this should be added by the developer tbh