Re: Does order of itemscope and itemprop matter?

(Correction of previous e-mail)

Hi,

I've remembered an issue for rich snippet testing tool.
I was confused on those days about wrong(!) placement of itemscope.

I've tried again:

When itemscope is at the end:

<div id="rat" itemtype="http://schema.org/Product" itemscope>
 <div itemtype="http://data-vocabulary.org/Review-aggregate" itemscope>
 .
 .
 </div>
</div>
Rich snippet testing tool does not parse and generate snippet properly.
Attached screenshot: s1.png (http://www.freeimagehosting.net/4ngob)
-----
when the code is:
<div id="rat" itemscope itemtype="http://schema.org/Product">
 <div itemscope itemtype="http://data-vocabulary.org/Review-aggregate">
 .
 .
 </div>
</div>
Rich snippet testing tool parses and generates snippet properly.
Attached sceenshot: s2.png (http://www.freeimagehosting.net/gtbod)

Ozer Kavak


(example page is from local playground site. It contains sseveral other errors)

Received on Wednesday, 11 January 2012 07:03:42 UTC