我正在尝试使用 Google 的结构化标记助手(突出显示工具)向我的餐厅列表网站添加一些结构化标记。
当我突出显示餐厅的工作日和营业时间时,标记助手告诉我,营业时间“需要”日、月和年(什么?)。无论如何,当我尝试生成 HTML 时,助手会显示嵌入在标记中的错误:
<span itemprop="dayOfWeek" itemscope itemtype="http://schema.org/DayOfWeek"><td itemprop="name">Monday</td></span><td><strong itemprop="opens" content="Please insert valid ISO 8601 date/time here. Examples: 2015-07-27 or 2015-07-27T15:30">8:30am</strong> - <strong itemprop="closes" content="Please insert valid ISO 8601 date/time here. Examples: 2015-07-27 or 2015-07-27T15:30">Midnight</strong></td>
我无法解决这个问题。为什么我要输入日/月/年作为开放时间?开放时间与工作日有关,而不是日/月/年。
好像这个人有同样的问题,但没有发布解决方案。
帮助?