Mobile app version of vmapp.org
Login or Join
Lee4591628

: Google Webmaster Tools Not Reporting a Logo from JSON-LD Schema.org [Organization] Markup I have been waiting for 6+ months for Google Webmaster Tools to report that is has found the logo which

@Lee4591628

Posted in: #GoogleSearchConsole

I have been waiting for 6+ months for Google Webmaster Tools to report that is has found the logo which is nested our Organization markup. I see no syntax error and the testing tool reports is Good to go. Not sure why it is not able to pull it. Here is the snippet with HTTPS and CaSe sensitive src we use:

<script type="application/ld+json"> {
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "A Giant Corporation",
"url" : "https://www.example.com",
"logo" : "https://www.example.com/image/data/SampleLogoWithCaps-2015-01-15-BLACK.png",
"founder" : "A Dude",
"foundingDate" : "1648",
"sameAs" : "http://plus.google.com/21324354324324",
"contactPoint" : {
"@type" : "ContactPoint",
"contactType" : "Customer Service",
"telephone" : "+1-888-888-8888",
"faxNumber" : "+1-555-555-5555",
"contactOption" : "TollFree",
"areaServed" : "US",
"availableLanguage" : "English",
"email" : "support@example.com"
},
"hasPos" : {
"@type" : "Place",
"name" : "An Arm or Store",
"photo" : "https://www.example.com/image/data/this-store-photo.png",
"hasMap" : {
"@type" : "Map",
"url" : "https://maps.google.com/maps?q=xxxxxxxxxxxxx"
},
"address" : {
"@type" : "PostalAddress",
"name" : "An Arm or Store",
"streetAddress" : "124 Main St",
"addressLocality" : "Beverly Hills",
"addressRegion" : "California",
"postalCode" : "90210",
"addressCountry" : "US"
}
}}
</script>


Here is what GWT sees in the "search appearance > structured data > organization"


Upon clicking an entry, we can see that the logo does indeed have a source.



Does anyone else see this happening, perhaps with HTTPS src specifically?
Is GWT not able to use HTTPS for a logo src?
Is GWT not able to understand CaPs in a URL?
Is GWT limited to a certain length of URL?
Is there something wrong with the validator in GWT in general?

googlewebmastercentral.blogspot.com/2013/05/using-schemaorg-markup-for-organization.html

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme