Skip to content

Instantly share code, notes, and snippets.

@bavington
Last active December 21, 2015 10:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bavington/6291281 to your computer and use it in GitHub Desktop.
Save bavington/6291281 to your computer and use it in GitHub Desktop.
Optimise your website's logo with Google's logo Schema Mark up.
<div itemscope itemtype="http://schema.org/Organization">
<a itemprop="url" href="http://www.yourdomain.co.uk/">
<img itemprop="logo" src="http://www.yourdomain.co.uk/logo.png" alt="Company Name ALT Text" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment