|
English: Google Logo officially released on May 2010 (Photo credit: Wikipedia) |
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...