Thursday, May 16, 2013

English: Google Logo officially released on Ma...
English: Google Logo officially released on May 2010 (Photo credit: Wikipedia)

Official Google Webmaster Central Blog

Link to Google Webmaster Central Blog

Using schema.org markup for organization logos
Posted: 15 May 2013 01:52 PM PDT
Webmaster level: all

Today, we’re launching support for the schema.org markup for organization logos, a way to connect your site with an iconic image. We want you to be able to specify which image we use as your logo in Google search results.

Using schema.org Organization markup, you can indicate to our algorithms the location of your preferred logo. For example, a business whose homepage is www.example.com can add the following markup using visible on-page elements on their homepage:

<div itemscope itemtype="http://schema.org/Organization">
  <a itemprop="url" href="http://www.example.com/">Home</a>
  <img itemprop="logo" src="http://www.example.com/logo.png" />
</div>
 
More... 
Enhanced by Zemanta

1 comment:

  1. Hello,
    Please kindly teach me where should I insert the above code in my blogspot ?

    ReplyDelete