'WebSite', '@id' => $homeUrl . '#website', 'url' => $homeUrl, 'name' => aioseo()->helpers->getWebsiteName(), 'alternateName' => aioseo()->tags->replaceTags( aioseo()->options->searchAppearance->global->schema->websiteAlternateName ), 'description' => aioseo()->helpers->decodeHtmlEntities( get_bloginfo( 'description' ) ), 'inLanguage' => aioseo()->helpers->currentLanguageCodeBCP47(), 'publisher' => [ '@id' => $homeUrl . '#' . aioseo()->options->searchAppearance->global->schema->siteRepresents ] ]; return $data; } }