I was trying to implement a rich snippet for Google results with the Person
object. We list out doctors and hence we chose the Person
object. Everything works great, for example, title, address, affiliation. The only thing which doesnt work is the photo.
I have followed the instructions mentioned in http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146646 which mentions photo parameter should be used.
My Microdata code for photo is
<img itemprop="photo" src="http://medeasy.in/web/images/doctorImages250/y5v9fna4nx11t542s4.jpg" alt="">
The rich snippet testing tool does show the URL of the image for the photo parameter, however the photo isn't displayed on the rich snippet tool.
Can someone suggest what I am doing wrong?