2021 年 11 月 1 日,星期一
我们发现,只需对 description
字段进行几项更改即可改进招聘信息页面。
在 Google 搜索上的招聘信息体验中,我们只会在招聘信息的 description
部分显示 description
属性中包含的文本。因此,务必要在 description
字段中提供任职资格、技能要求和福利等信息。
以下屏幕截图显示了 description
字段的正确用法,因为招聘信息中包含所有相关数据,可以让用户更明智地决定自己是否要申请相应职位。
下面两个示例分别显示了完整和不完整的招聘信息标记实施:
以下示例是完整的 description
字段。职位 description
字段包含职位的所有相关信息,包括任职资格。
{ { "@context" : "https://schema.org/", "@type" : "JobPosting", "title" : "Software Engineer", "description" : "Software Engineer responsible for creating web applications. Knowledge of HTML, Javascript, APIs, and relational databases. Must have 2-5 years of experience.", // this description was shortened for this example "qualifications": "Knowledge of HTML, Javascript, APIs, and relational databases. Must have 2-5 years of experience." // this is an optional property } }
以下示例是不完整的 description
字段。description
只包含职位的简短 description
,任职资格仅列在 qualifications
属性中。如需更正此问题,请在 description
字段中添加 qualifications
字段中的所有信息。
{ { "@context" : "https://schema.org/", "@type" : "JobPosting", "title" : "Software Engineer", "description" : "Software Engineer responsible for creating web applications", "qualifications": "Knowledge of HTML, Javascript, APIs, and relational databases. Must have 2-5 years of experience." } }
为了确保用户可以在 Google 搜索上的招聘信息体验中查看完整的职位说明,请查看 description
字段,并确保其中包含您可能仅在特定字段(例如 qualifications
属性)中添加的所有信息。您无需移除更具体的字段;只需确保 description
属性本身中也包含同样的信息。
如果您有任何疑问,欢迎随时在我们的 Google 搜索中心社区与专家讨论,或通过 Twitter 与我们联系。