定义" SearchAction"的查询类型

时间:2017-07-26 19:39:52

标签: search schema.org google-rich-snippets

我正在努力寻找解决方案。我正在寻找定义搜索关键字的方法。对于网站,您可以通过vin号查找车辆信息。与查找电话号码相同的思考过程

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

我试图让Google(Sitelinks Searchbox)知道&#34; search_term_string&#34;是一个vin号码。即使只需要准确的17个字符也不错。

有什么想法吗?这个架构甚至支持它吗?它支持电话号码吗?

0 个答案:

没有答案