Categories

Meeting Minutes 12/9/14

No I was not being an ass on my cell phone the entire meeting, I was recording the meeting minutes 🙂 and taking selfies with Tom. Minor cleanup – make sure we aren’t telling clients that we are too busy. Not acceptable excuse. Don’t say you’re not my only client. Audits – have been doing… Read more »

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 »