Re: Error Incomplete microdata with schema.org

>> Hi, does anybody know why I get the error: Incomplete microdata with
>> schema.org

Try using http://schema.org/AggregateOffer instead http://schema.org/pricespecification. Smth like this
> <div itemscope itemtype="http://schema.org/Product">
>   <span itemprop="name">Kenmore White 17&#8243; Microwave</span><br />
>   <img src="kenmore-microwave-17in.jpg" alt='Kenmore 17" Microwave' /></p>
> <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
>    Rated <span itemprop="ratingValue">3.5</span>/5<br />
>    based on <span itemprop="reviewCount">11</span> customer reviews
>   </div>
> <div itemprop="offers" itemscope itemtype="http://schema.org/AggregateOffer">
>     <span itemprop="lowPrice">$55.00</span><br />
>     <span itemprop="highPrice">$155.00</span>
> </div>
> 
> <p>  Product description:<br />
>   <span itemprop="description">0.7 cubic feet countertop microwave.<br />
>   Has six preset cooking categories and convenience features like<br />
>   Add-A-Minute and Child Lock.</span></p>
> </div>


This will give you


Beware of another common mistake with float points for price and special format for currency (for details, look http://stackoverflow.com/questions/17314333/googles-testing-tool-thinks-product-markup-is-incomplete-why/17359160).

But Dan is right - this question is more suited for some Google specific group.
----
Alex Shubin
Yandex.com
On Aug 12, 2013, at 8:42 PM, Dan Brickley <danbri@danbri.org> wrote:

> On 12 August 2013 11:08, Willem-Siebe Spoelstra <wsspoelstra@gmail.com> wrote:
>> Hi, does anybody know why I get the error: Incomplete microdata with
>> schema.org
>> 
>> Rich snippet tool:
>> http://www.google.nl/webmasters/tools/richsnippets?q=http%3A%2F%2Ftoolsetbootstrap.wpplayground.wpengine.com%2Fmin-and-max-price-not-working%2F
> 
> This is more a Google product question than something for this group,
> but I'm afraid the answer is roughly: it's a known problem
> (vague/unhelpful error messages), and the Structured Data Testing Tool
> team are working on it. Perhaps
> http://stackoverflow.com/questions/17955572/rich-snippets-micro-data-for-products-error-incomplete-microdata-with-schema
> might help too?
> 
> Dan
> 

Received on Monday, 12 August 2013 19:56:40 UTC