我的Rich Snippets与Schema.org已经有很长一段时间了。
现在,当我在Google's Rich Snippets testing tool尝试产品页面时,出现以下错误:
使用schema.org进行不完整的微数据。
我不确定我错过了什么,谷歌最近做了什么改变? 我一百次读过Google的政策,但到目前为止仍然没有运气。
更新
我使用最少的代码代码创建了一个页面,仍然在Google的Rich Snippets测试工具中:错误:使用schema.org进行不完整的微数据。
这是我的源代码:
<div itemscope itemtype="http://schema.org/Product">
<span itemprop="name" id="product-name">ZTechnik Windscherm VStream</span>
<img itemprop="image" id="image" src="http://www.mlmparts.com/media/catalog/product/cache/1/image/325x325/9df78eab33525d08d6e5fb8d27136e95/v/s/vstream_4.jpg" alt="ZTechnik Windscherm VStream" title="ZTechnik Windscherm VStream" /></a>
<span itemprop="description"><p>Dit is de nieuwe norm op het gebied van design, technologie en comfort voor de touring rijder.</p></span>
<div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<meta itemprop="itemReviewed" style="display:none;" content="ZTechnik Windscherm VStream" />
<meta itemprop="ratingValue" style="display:none;" content="5" />
<span itemprop="reviewCount">1</span>
</div>
<div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
<meta itemprop="pricecurrency" content="EUR" />
<span itemprop="lowPrice">€ 119,00</span>
<span itemprop="highPrice">€ 399,00</span>
<link itemprop="availability" href="http://schema.org/InStock" />
</div>
<div itemprop="reviews" itemscope itemtype="http://schema.org/Review">
<div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating" style="display:none;">
<meta itemprop="worstRating" content = "1"/>
<span itemprop="ratingValue">5</span>
<span itemprop="bestRating">5</span>
</div>
<h3><span itemprop="name">Een prima scherm</span></h3>
<span itemprop="reviewbody">Het scherm is goed afgewerkt en heeft een uitstekende pasvorm.</span>
<strong><time itemprop="datepublished" datetime="202013-10-28">Posted on 28-10-2013</time> by <span itemprop="author">Ztechnik verhoogd scherm BMW F650CS</span></strong>
</div>
我错过了什么?
答案 0 :(得分:2)
我的不好,我发现了这个问题。
<strong><time itemprop="datepublished" datetime="202014-02-13">Posted on 13-02-2014</time> by <span itemprop="author">Tom</span></strong>
这一年是“202014”,在将这一年定为“2014”之后,一切正常。
感谢您的帮助
答案 1 :(得分:0)
尝试其他验证工具来解决可能出现的问题:
他们都显示致命错误并提供有关他们的具体信息(比Google更详细)。修好后,再使用Google Richsnippets测试工具进行测试。