我应该以什么格式表示DATE
类型?Schema.org 或 Google 对此进行了澄清。
搜索引擎期望它是怎样的?文字(April 3rd, 2013
)?04/03/2013
?
我们将不胜感激有关首选哪种(以及为什么)格式的任何信息。
我应该以什么格式表示DATE
类型?Schema.org 或 Google 对此进行了澄清。
搜索引擎期望它是怎样的?文字(April 3rd, 2013
)?04/03/2013
?
我们将不胜感激有关首选哪种(以及为什么)格式的任何信息。
采用 ISO 8601 格式!
来源: http: //schema.org/
日期信息:http ://en.wikipedia.org/wiki/ISO_8601
如果您关注 microformats.org:http://microformats.org/code/hcalendar/creator
应该 :
<time datetime="2013-07-08">Example Event</time>
或者 :
<span class="vevent">
<span class="summary">The microformats.org site was launched</span>
on <span class="dtstart">2005-06-20</span>
at the Supernova Conference
in <span class="location">San Francisco, CA, USA</span>.
</span>
microformats.org 网站于 2005 年 6 月 20 日在美国加利福尼亚州旧金山举行的超新星会议上启动。
阅读有关微格式的更多信息:http: //microformats.org/wiki/hcalendar