I'm getting the Schema microdata set up on my product page, but I'm stuck on the one for the image.
If it was a single image that doesn't use Miva's image machine it would simply be:
If I add itemprop="image" into this line on my product display:
The data pulled from this tag is (which won't work):
http: //www.rainebrooke.com/product/graphics/en-US/mmui/dot.gif
It needs to be the URL to the image.
Anyone know how to implement the itemprop="image" tag in this situation?
If it was a single image that doesn't use Miva's image machine it would simply be:
Code:
<img itemprop="image" src="XXXXX.jpg" />
Code:
<img id="closeup_image" itemprop="image" src="graphics/en-US/mmui/dot.gif" alt="&mvte:product:name;" />
http: //www.rainebrooke.com/product/graphics/en-US/mmui/dot.gif
It needs to be the URL to the image.
Anyone know how to implement the itemprop="image" tag in this situation?
Comment