如何将公司徽标添加到 Google 网站搜索结果中



我已经注册了谷歌网站搜索的付费帐户。

文档非常糟糕。

有谁知道如何将我公司的徽标添加到结果页面?

谢谢

看看这个网址,也许可以帮助你。

https://developers.google.com/structured-data/customize/logos?hl=ro

我使用了以下代码:

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "Organization",
  "url": "http://yoursiteURL.com",
  "logo": "http://yoursiteURL.com/images/logo.png"
}
</script>

最新更新