【发布时间】:2015-06-12 01:04:54
【问题描述】:
我正在使用一些微数据来描述一篇博文,我对 Schema.org 的 BlogPosting 由 Google Developers 测试工具返回的值感到惊讶。
我原以为它是 itemprop url,而不是网站 URL 和项目 id 的合并。
是我做错了什么,还是只是 Google 显示问题?
<div itemscope="itemscope"
itemprop="blogPost"
itemtype="http://schema.org/BlogPosting"
id="foobar">
<a itemprop="url" href="/realone">real</a>
</div>
https://developers.google.com/structured-data/testing-tool/返回的值:
BlogPosting: http://www.example.com/foobar
url: http://www.example.com/realone
【问题讨论】:
标签: schema.org microdata google-rich-snippets structured-data