google-custom-search - 如何将公司 Logo 添加到 Google Site Search 结果中?

标签 google-custom-search

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

文档非常糟糕。

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

谢谢

最佳答案

看看这个网址,也许对你有帮助。

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>

关于google-custom-search - 如何将公司 Logo 添加到 Google Site Search 结果中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28152390/

相关文章:

google-chrome - 排除某些网站的自定义 Google 搜索网址

google-custom-search - 谷歌网站搜索 : customising rich snippets with metadata in search results

c# - Google自定义搜索API指定图像尺寸

multi-tenant - Google 自定义搜索和 Multi-Tenancy 多域 Web 应用程序

google-api - 正方形图片的Google自定义搜索API

javascript - 带有自定义搜索框的 Google 自定义搜索?

search - 如何将图片搜索的谷歌自定义搜索配额增加到 10000 以上?

css - Google Custom Search Foundation 5 Zurb 显示问题

adsense - Google 自定义搜索广告 : When and why it is needed to use maxTop?

ios - 我是否必须付费才能在我的应用程序中使用 Google 自定义搜索?