Craft\SeomaticService::renderIdentity PHP Method

renderIdentity() public method

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