Categories

Schema.org Logo Markup – Magento

Go into header.phtml file (path below) /app/design/frontend/rwd/default/template/page/html/header.phtml On line ~68 or so, wrap the following code: <a class=”logo” href=”<?php echo $this->getUrl(”) ?>”> <img src=”<?php echo $this->getLogoSrc() ?>” alt=”<?php echo $this->getLogoAlt() ?>” class=”large” /> <img src=”<?php echo $this->getLogoSrcSmall() ?>” alt=”<?php echo $this->getLogoAlt() ?>” class=”small” /> </a> With: <div itemscope itemtype=”http://schema.org/Organization”> </div> Also add the following attribute… Read more »