当用户在谷歌搜索我的网站时,我想整合谷歌搜索框。像Mashable一样,BuzzFeed也是如此

时间:2016-01-15 05:57:06

标签: web

我想在网站上集成谷歌搜索,这样每当我们在谷歌搜索时,搜索框应该显示如下图像。我们使用了@context和schema,我在谷歌代码块上找到的地方是:

<script type="application/ld+json">         
    "@context": "http://schema.org",
    "potentialAction": 
    {
       "@type": "SearchAction",
       "target": "http://www.WEBSITENAME.com/search?q={search_term}",
       "query-input": "required name=search_term"
    }
</script>

1 个答案:

答案 0 :(得分:0)

我从这里得到了帮助。

http://searchenginewatch.com/sew/how-to/2431095/how-do-i-get-a-search-box-to-appear-in-my-site-s-search-results

希望这会对你有所帮助。还需要一些时间。