I'm having a bit of a problem getting rich snippets shown properly on the testing tool for my site (I understand that Google can take some time / decisions as to if a result shows up on the actual site).
Here's an example Google Rich Snippets Result for one of my pages: http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fwww.makemeacocktail.com%2Fcocktail%2F6741%2Fcosmopolitan%2F
Which is for this url: http://www.makemeacocktail.com/cocktail/6741/cosmopolitan/
Everything looks good - but for some reason no image is shown with the example result. I'm a bit confused here. I have the correct meta tag in place:
<meta itemprop="image" content="http://images.makemeacocktail.com/cocktails/6741/cosmo_4.jpg" class="photo" />
But no image shown in the testing tool result?
As a side - is there anything else that needs including? It does seem to have everything that is required, but can't seem to get the image shown properly.