在我的网站上我有子域名,例如it.mywebsite.com es.mywebsite.com等,我想为我所有的子网站添加1个代码,是否可以自动添加网站链接?
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://mywebsite.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://mywebsite.com/s/{search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
答案 0 :(得分:0)
从外观上看,您正在尝试设置 Google SiteLinks searchbox 。根据 this post ,
很遗憾,Google目前不支持子域名或子文件夹的附加链接搜索框功能。
所以不,不可能为子域设置不同的SiteLinks搜索框。