Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
304 views
in Technique[技术] by (71.8m points)

s - Logo is not loading in structured data

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...