Skip to content

Instantly share code, notes, and snippets.

@adampmoss
Created January 10, 2014 16:07
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 adampmoss/8357118 to your computer and use it in GitHub Desktop.
Save adampmoss/8357118 to your computer and use it in GitHub Desktop.
Magento Logo with Schema
<div itemscope itemtype="http://schema.org/Organization">
<a itemprop="url" href="<?php echo $this->getUrl('') ?>">
<img itemprop="logo" src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" />
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment