我按照谷歌的教程在搜索结果中改进搜索框,就像上面的截图一样。
我在我的首页添加了这段代码:
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.xxx.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.xxx.com/search/site/{keys}",
"query-input": "required name=keys"
}
}
</script>
难道我做错了什么?我的网站使用 Drupal 7。