So far I have
<div itemscope itemtype="http://schema.org/Product"><span itemprop="image" class="fn"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" /></span></div>
I understand that the fn
is supposed to be a value as in <span class="fn">Name</span>
, but doesn't an image count as one?
Syntax's: http://schema.org/Product