How to display a thumbnail?

Discussion in 'Microdata' started by jinch, Apr 3, 2014.

  1. #1
    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:

     
    jinch, Apr 3, 2014 IP
  2. Helge Sverre

    Helge Sverre Prominent Member Affiliate Manager

    Messages:
    840
    Likes Received:
    99
    Best Answers:
    2
    Trophy Points:
    305
    Digital Goods:
    2
    #2

    <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.
     
    Helge Sverre, Apr 8, 2014 IP