Created
May 23, 2013 03:05
-
-
Save grayghostvisuals/5632523 to your computer and use it in GitHub Desktop.
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: This example indicates to Google that this image is designated as the organization’s logo image for …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment