答案 0 :(得分:3)
对于同一项目,只需use the corresponding property several times。
微数据中的示例:
<div itemscope itemtype="http://schema.org/Person">
<div itemprop="name">John</div>
<div itemprop="name">Johannes</div>
</div>
(请注意,还有alternateName
属性。)
您可能希望使用lang
属性来指定语言。
答案 1 :(得分:0)
如何使用“givenName”或“alternateName”属性?