我注意到,schema.org被搜索引擎用來索引關於你網站的信息,並使用戶更容易找到那裏尋找的東西,只對選擇性網站有效。爲什麼Schema出現在某些網站的搜索結果中,而不是其他網站?
我不理解的是爲什麼搜索欄會出現在搜索結果中的生活社區和Groupon,但不是Experience。現在這些都是基於相同的網站類型。
現在我想輸入的代碼爲JSON,使搜索欄的方式出現將是
,但這也不起作用我的網站的搜索仍然沒有出現在谷歌上的搜索結果。有人可以告訴我,我是否做錯了或更好的方式來做到這一點。 ?
<div itemscope itemtype="http://schema.org/WebSite">
<meta itemprop="url" content="https://www.example.com/"/>
<form itemprop="potentialAction" itemscope itemtype="http://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>
我投票結束這個問題作爲題外話,因爲它屬於[專業Wemasters網站](http://webmasters.stackexchange.com) –