我已在职位详细信息页面上实现了代码,该脚本具有读取职位的脚本以将其发布到Google搜索上。
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "JobPosting",
"baseSalary":{
"@type": "MonetaryAmount",
"value": " £10,000 - £20,000",
"currency": "EUR"
},
"datePosted":"2019-03-14",
"description":"<p>&bull; Design and developing of laboratory under their respective department/ section.&nbsp;</p><p>&bull; Student assessment, evaluation and work related to BTE exam .&nbsp;</p><p>&bull; Developing resource materials and assisting in curriculum development&nbsp;</p><p>&bull; Work on industrial problems and projects and assisting in extension services to the community&nbsp;</p><p>&bull; Coordinating education related activities.</p><p>&bull; Co-curricular and extra-curricular activities.&nbsp;</p><p>&bull; Assisting in department administration.&nbsp;</p><p>&bull; Student counseling.&nbsp;</p><p>&bull; Any other duties/work assigned from time to time Profile Summary&nbsp;</p><p>EmploymentType:Full Time&nbsp;</p><p>Eligibility:Any Graduate&nbsp;</p><p>Role:Lecturer/Professor,Special EducationTeaching&nbsp;</p><p>Industry:Educational/Training&nbsp;</p><p>Salary:7 Lacs Function:Teaching/Education&nbsp;</p><p>Experience:6 - 10 Years</p><p><br></p>",
"employmentType":"Full Time",
"hiringOrganization": {
"@type": "Organization",
"name": "Surat Recruiters",
"logo": "https://markallendevelopment.blob.core.windows.net/iris/Admin/upload/d00bb99c-34bf-4e2a-881b-009318b74bfb.jpg",
"sameAs":"http://xitstaging-001-site6.mysitepanel.net/employer/surat-recruiters/889435f4-462d-4f7e-8edb-abd2f1383f4d"
},
"jobLocation": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Ring Road",
"addressRegion": "Surat",
"postalCode": "395001",
"streetAddress": "220, 2nd Floor, Multistoried building"
},
"description":"Surat Gujarat"
},
"salaryCurrency": "EUR",
"title": "Surat Health Jobs in Physiotherapy",
"validThrough":"2019-04-12"
}
</script>
我的工作会显示在Google搜索工作浏览器中,但不会显示徽标。相反,工作标题的首字母会显示在google上。尽管我还没有任何解决方案,但我查看了各种文档并在Google上进行了大量搜索,以了解为什么未显示图像。 我有大约1.5年的旧文章(https://developers.google.com/search/docs/data-types/job-posting)指出,这是Google职位面临的常见问题,但是,如果Azure Image Blob中存在url,我想不惜一切代价聘用招聘公司的徽标。
我尝试将Azure Image Blob的徽标URL替换为基于本地域的URL路径,以将作业徽标带入Google搜索浏览器,但这也没有用。
任何人都可以最早帮助我解决此问题,因为我一直在寻找解决方案,因此需要在本周内将其交付给我的客户。
参考 职位发布文档链接:https://developers.google.com/search/docs/data-types/job-posting