Google Search Console's warning: missing logo url

Posted in: Newspaper
Post count: 4

Hi there,

I’m getting a Google Search Console’s warning about publisher’s logo url:

https://imgur.com/a/LdEm4

The code is injected from /includes/wp_booster/td_module_single_base.php

// publisher
$buffy .= ‘<span style=”display: none;” itemprop=”publisher” itemscope itemtype=”https://schema.org/Organization”>&#8217;;
$buffy .= ‘<span style=”display: none;” itemprop=”logo” itemscope itemtype=”https://schema.org/ImageObject”>&#8217;;
$buffy .= ‘<meta itemprop=”url” content=”‘ . $td_publisher_logo . ‘”>’;
$buffy .= ‘</span>’;
$buffy .= ‘<meta itemprop=”name” content=”‘ . $td_publisher_name . ‘”>’;
$buffy .= ‘</span>’;

and the problem is that I do not know where I should provide that information, do you have any hints?

thank you

  • This topic was modified 8 years by h79er.
Post count: 20688

Hi,

I have tested the same post you mention, there is no error anymore
https://www.screencast.com/t/vRooh7BIzog
You could mark that as solved and monitor if it comes back.

Thanks

Post count: 4

Yes, there’s no warning anymore because I’ve edit the .php directly buts that’s not the proper way no solve it…

Post count: 20688

Maybe that is happening because you are not using a header logo, I can’t say for sure. On our live demo it detects the header logo
https://www.screencast.com/t/V6YsH0rH7Vx

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.