Here is the code to load organizations logo and other details, but the logo is not loading
<script type="application/ld+json">
{
"@context" : "https://schema.org/",
"@type" : "JobPosting",
"title" : "PHP Developer",
"description" : "<p>We are looking for PHP Developers with good coding skills,
logical ability to develop and enhance websites/web applications in PHP or
CMSplatforms</p>",
"datePosted" : "2017-01-18",
"validThrough" : "2021-01-18T00:00",
"employmentType" : "FULL TIME",
"hiringOrganization" : {
"@type" : "Organization",
"name" : "Brahmanet",
"sameAs" : "https://www.brahmanet.com/",
"logo" : {
"@type": "ImageObject",
"url": "https://www.brahmanet.com/assets/images/logostruct.png"
},
"image": "https://www.brahmanet.com/assets/images/whitelogo.png"
}
}
</script>
The image is in png format with 112*112px dimension We have validated the code onto the structured data testing tool and there is no errors or warnings on that. Can anyone have an idea, why the logo is not displayed on this?
question from:
https://stackoverflow.com/questions/65936821/logo-is-not-loading-in-structured-data 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…