在我的网站上,我有子域,示例 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>
从外观上看,您正在尝试设置Google SiteLinks搜索框。根据这篇文章,
很遗憾,Google 目前不支持子域或子文件夹的附加链接搜索框功能。
因此,不可以,无法为子域设置不同的站点链接搜索框。