public function renderIdentity($metaVars, $locale, $isPreview = false) { $this->sanitizeMetaVars($metaVars); $htmlText = $this->renderJSONLD($metaVars['seomaticIdentity'], $isPreview); return $htmlText; }