谷歌在搜索結果中已經推出了一個新的網站連結功能,它會顯示上述網站鏈接一個網站的搜索框。
新的搜索框可用於桌上型和手機的設備上。這是桌面:
這是手機版本:
接下來教你如何安裝
以下是語法的部分,紅色式改成你的網址
<script type="application/ld+json">
{
“@context": “http://schema.org",
“@type": “WebSite",
“url": “https://www.example-petstore.com/“,
“potentialAction": {
“@type": “SearchAction",
“target": “https://query.example-petstore.com/search?q={search_term_string}",
“query-input": “required name=search_term_string"
}
}
</script>