我想在同一页面中为不同的作业提交多个架构。我还使用了@graph属性,但是单个作业架构由google索引,并且在搜索查询(google作业)中也有结果,但是在我的google搜索查询中没有针对多个作业架构的结果。 (将它们添加到不同的页面时,它们都可以正常工作)
<script type="application/ld+json">
{"@context":"http://schema.org/",
"@graph":
[
{
"@type":"JobPosting","title":"Lhr Software Engineer - AppLogics","employmentType":"FULL_TIME","datePosted":"2019-02-05","hiringOrganization":{"@type":"Organization","name":"App Logics"},"jobLocation":{"@type":"Place","address":{"addressCountry":{"@type":"Country","name":"PK"},"addressLocality":"Lahore"}},"image":null,"description":"No description is specified"
},
{
"@type":"JobPosting","title":"Lhr Web Developer - AppLogics","employmentType":"FULL_TIME","datePosted":"2019-02-06","hiringOrganization":{"@type":"Organization","name":"App Logics"},"jobLocation":{"@type":"Place","address":{"addressCountry":{"@type":"Country","name":"PK"},"addressLocality":"Lahore"}},"image":null,"description":"This is description"
}
]
}
我希望我的html页面上具有此(多个作业)架构,并希望google对此进行抓取,并将其添加以建立索引并显示在google作业中。