如何在Google Site Search结果中添加公司徽标?

时间:2015-01-26 14:45:56

标签: google-custom-search

我已注册Google Site Search的付费帐户。

文档非常糟糕。

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

谢谢

1 个答案:

答案 0 :(得分:3)

查看此网址,也许可以帮到您。

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>