Hello, I would like to display a thumbnail for my homepage in the serp (not a google + author but a thumbnail). How can I do that? I've tried this into my <head> but it's not working. Thanks for your help! <!-- Google Search PageMap <PageMap> <DataObject type="thumbnail"> <Attribute name="src">thumb.jpg</Attribute> <Attribute name="width">100</Attribute> <Attribute name="height">60</Attribute> </DataObject> </PageMap> --> HTML:
<PageMap> <DataObject type="thumbnail"> <Attribute name="src">http://YOURSITEHERE.COM/thumb.jpg</Attribute> <Attribute name="width">100</Attribute> <Attribute name="height">60</Attribute> </DataObject> </PageMap> HTML: Try to change the image file to a direct link instead of a relative link.