【发布时间】:2015-05-26 14:25:11
【问题描述】:
使用 Schema.org,我可以为我的网站设置名称,使其在 Google 搜索中可见:https://developers.google.com/structured-data/site-name
例子:
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Your WebSite Name",
"alternateName" : "An alternative name for your WebSite",
"url" : "http://www.your-site.com"
}
</script>
如果我有多语言网站怎么办? 5 种语言 → 5 个索引页,例如:http://www.example.com/en/
为每种语言设置不同的网址和不同的网站名称是否正确?我找不到任何相关文档。
【问题讨论】:
标签: html seo schema.org google-rich-snippets