I don't know if this is too esoteric a question, but here goes. I am learning to use rich snippets for videos on my Joomla site and I have implemented this for videos (Vimeo hosted) that I have embedded on pages. I am using the rich snippet VideoObject item type from Schema.org's microdata protocol. But. There are situations where instead of embedded video I have thumbnails which the user clicks on to launch the Vimeo video, and I don't know how to implement a rich snippet for this, or if it's even possible. All the examples I see on the web involve using the <object> style embed code. The situation I am describing just uses an "href". Here is the code that I am now using to launch the video: <a rel="width[854];height[480]" class="jcepopup" href="http://player.vimeo.com/video/5555555?title=0&amp;byline=0&amp;portrait=0&amp;&autoplay=true" target="_blank"><img src="images/site/every%2015%20minutes.png" alt="Educational Video" style="margin-right: 10px;" height="84" width="149" /></a> I did not create this; my original web designer did. I've been learning a lot and changing things on my site with a fair amount of success, but this situation flummoxes me. It's not an embed situation, so does this simply mean I can't use rich snippets?