Re: Product type

Hi Robert,
You can achieve this by doing the following:

<div itemscope itemref="img-2 img-3">
<img itemprop="image" src="">
</div>

<img itemprop="image" src="" id="img-2">
<img itemprop="image" src="" id="img-3">

Though, I'm not sure how this could improve your (seo) markup when you 
want to nest the images in the original scope.

> Is there an itemref example? I can’t find any on schema.org

Received on Thursday, 2 February 2012 15:38:44 UTC