如何显示Google职位发布的徽标图像

时间:2019-03-18 14:06:34

标签: azure-storage-blobs google-search-api google-crawlers google-search-console

我已在职位详细信息页面上实现了代码,该脚本具有读取职位的脚本以将其发布到Google搜索上。

<script type="application/ld+json">
    {
    "@context": "http://schema.org",
    "@type": "JobPosting",
    "baseSalary":{
    "@type": "MonetaryAmount",
    "value": "  &#xA3;10,000 - &#xA3;20,000",
    "currency": "EUR"
    },
    "datePosted":"2019-03-14",
    "description":"&lt;p&gt;&amp;bull; Design and developing of laboratory under their respective department/ section.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Student assessment, evaluation and work related to BTE exam .&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Developing resource materials and assisting in curriculum development&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Work on industrial problems and projects and assisting in extension services to the community&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Coordinating education related activities.&lt;/p&gt;&lt;p&gt;&amp;bull; Co-curricular and extra-curricular activities.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Assisting in department administration.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Student counseling.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;bull; Any other duties/work assigned from time to time Profile Summary&amp;nbsp;&lt;/p&gt;&lt;p&gt;EmploymentType:Full Time&amp;nbsp;&lt;/p&gt;&lt;p&gt;Eligibility:Any Graduate&amp;nbsp;&lt;/p&gt;&lt;p&gt;Role:Lecturer/Professor,Special EducationTeaching&amp;nbsp;&lt;/p&gt;&lt;p&gt;Industry:Educational/Training&amp;nbsp;&lt;/p&gt;&lt;p&gt;Salary:7 Lacs Function:Teaching/Education&amp;nbsp;&lt;/p&gt;&lt;p&gt;Experience:6 - 10 Years&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;",
    "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

0 个答案:

没有答案