Using microdata, is there a way to add an image into an Event by using a meta tag?
In the official Microdata site I see the option of adding images to events:
<img itemprop="image" src="image.jpg" alt="An image"/>
which works fine. However, I wonder if it is possible to add that image by using something like:
<meta itemprop="image" src="image.jpg" />
which according to my tests does not work.