You are not logged in.
Pages: 1
Google displays our old logo in SERPs, so we'd like to update that. I don't know too much about this, but Googling around, it looks like we can add schema data somewhere in the <body> to suggest Google use our new logo instead:
<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>
Supposedly, this need to appear on every page of the site, so I'm thinking module/plug-in.
Thoughts on this?
Offline
There's most likely already a linked up header image that would just need the schema data added to it. Probably in a _header.php file in your layouts directory.
Offline
Perfect - I'll take a look as soon as I get ftp access. Thanks!
Offline
Pages: 1