【发布时间】:2021-12-12 19:54:12
【问题描述】:
我正在为 Google 的附加链接搜索框搜索微数据。所以我在谷歌网站上找到了一个页面。
这是微数据代码 -
<div itemscope itemtype="https://schema.org/WebSite">
<meta itemprop="url" content="https://www.example.com/"/>
<form itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction">
<meta itemprop="target" content="https://query.example.com/search?q={search_term_string}"/>
<input itemprop="query-input" type="text" name="search_term_string" required/>
<input type="submit"/>
</form>
</div>
网址->https://developers.google.com/search/docs/advanced/structured-data/sitelinks-searchbox
【问题讨论】:
标签: html seo schema google-search microdata