#1 November 26, 2014 9:59am

acutair
Member
Registered: November 5, 2014
Posts: 27

Adding schema data to website

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

#2 November 26, 2014 2:35pm

timbuckingham
Administrator
From: Baltimore, MD
Registered: April 2, 2012
Posts: 970

Re: Adding schema data to website

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

#3 November 26, 2014 2:38pm

acutair
Member
Registered: November 5, 2014
Posts: 27

Re: Adding schema data to website

Perfect - I'll take a look as soon as I get ftp access. Thanks!

Offline

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.