我正在为即将到来的培训课程标记内容。我在某种程度上掌握了它的诀窍。然而,我的描述是:
<span itemprop="description">This 2 day certificated course meets the requirements of all management standards for ....</span>但我也想宣布课程的持续时间。我的问题是,我可以在标签中这样做吗?
所以我得到的是:
<span itemprop="description">This <span itemprop="duration">2 day</span> certificated course meets the requirements of all management standards for ....</span>或者,这可能会让谷歌(等)感到困惑?
发布于 2015-05-08 21:14:59
这很好(除了duration property的值应该是"in ISO8601date format")。
每个符合要求的微数据解析器将提取以下值:
description:此为期2天的认证课程符合....的所有管理标准的要求
duration:2天
https://stackoverflow.com/questions/30121544
复制相似问题