public function addMetaLink($rel = null, $href = null) {
        
        if ($rel == null || $href == null) {
            return;
        }