雇主总体评分 (EmployerAggregateRating) 结构化数据

如果您的网站发布由用户给出的招聘单位评分,请向网站中添加 EmployerAggregateRating 结构化数据。EmployerAggregateRating 是对招聘单位进行的一项评估,其中汇总了众多用户的意见。添加 EmployerAggregateRating 不仅可以为求职者提供招聘单位评分,有助于他们选择工作,而且还能让品牌醒目地显示在 Google 招聘信息丰富搜索结果中。

搜索结果中的雇主评分示例

示例

下面是一个使用 JSON-LD 代码的 EmployerAggregateRating 示例。


<html>
  <head>
    <title>World's Best Coffee Shop</title>
    <script type="application/ld+json">
    {
      "@context" : "https://schema.org/",
      "@type": "EmployerAggregateRating",
      "itemReviewed": {
        "@type": "Organization",
        "name" : "World's Best Coffee Shop",
        "sameAs" : "https://example.com"
      },
      "ratingValue": "91",
      "bestRating": "100",
      "worstRating": "1",
      "ratingCount" : "10561"
    }
    </script>
  </head>
  <body>
  </body>
</html>

How to add structured data

Structured data is a standardized format for providing information about a page and classifying the page content. If you're new to structured data, you can learn more about how structured data works.

Here's an overview of how to build, test, and release structured data.

  1. Add the required properties. Based on the format you're using, learn where to insert structured data on the page.
  2. Follow the guidelines.
  3. Validate your code using the Rich Results Test and fix any critical errors. Consider also fixing any non-critical issues that may be flagged in the tool, as they can help improve the quality of your structured data (however, this isn't necessary to be eligible for rich results).
  4. Deploy a few pages that include your structured data and use the URL Inspection tool to test how Google sees the page. Be sure that your page is accessible to Google and not blocked by a robots.txt file, the noindex tag, or login requirements. If the page looks okay, you can ask Google to recrawl your URLs.
  5. To keep Google informed of future changes, we recommend that you submit a sitemap. You can automate this with the Search Console Sitemap API.

指南

您的招聘信息必须遵循以下指南,才能显示在 Google 招聘信息搜索结果中。

技术指南

  • 确保用户可以在您添加了 EmployerAggregateRating 结构化数据的网页中查看评分。必须确保用户能够一目了然地发现网页中包含评分内容。
  • 提供与具体招聘单位(而非类别或内容列表)有关的评分信息。例如,“十大最佳工作场所”和“科技公司”就不是具体招聘单位。
  • 默认情况下,Google 假定您的网站使用的是 5 分制,其中 5 是最高评分,1 是最低评分,但您也可以使用其他任何分制。如果您使用其他分制,则可以指定最高和最低评分,然后 Google 会将其调整为 5 星评分制。

内容指南

  • 用户必须能够在您的网站上发布自己的评分,并且您的网站必须托管这些用户评分。
  • 评分数量必须反映用户给出的实际评分数。
  • 必须根据用户给出的评分准确计算总体评分。

结构化数据类型定义

本部分介绍了与雇主总体评分相关的结构化数据类型。为了让您的内容能够显示在增强的搜索结果中,您必须为其添加必要属性。

如需了解 EmployerAggregateRating 的完整定义,请访问 schema.org/EmployerAggregateRating

Google 支持的属性如下:

必需的属性
itemReviewed

Organization

被评单位。itemReviewed 属性必须指向代表被评公司的 schema.org/Organization。 例如:

{
  "@context" : "https://schema.org/",
  "@type": "EmployerAggregateRating",
  "itemReviewed": {
    "@type": "Organization",
    "name" : "World's Best Coffee Shop",
    "sameAs" : "https://www.worlds-best-coffee-shop.example.com"
  }
}
ratingCount

Number

相应单位在您的网站上获得的评分总数量。至少需要 ratingCountreviewCount 其中之一。

ratingValue

NumberText

相应项的质量评分(以数字表示),可以是数字、分数或百分比(例如,“4”、“60%”或“6/10”)。 Google 了解分数和百分比的分制,因为该分制隐含在分数本身或百分比中。数字的默认分制为 5 分制,1 为最低值,5 为最高值。如需采用其他分制,请使用 bestRatingworstRating

reviewCount

Number

指定给出评价的人数,无论是否附有评分。至少需要 ratingCountreviewCount 其中之一。

建议属性
bestRating

Number

相应评分制中允许的最高值。如果省略 bestRating,系统会假定最高评分为 5 分。

worstRating

Number

相应评分制中允许的最低值。如果省略 worstRating,系统会假定最低评分为 1 分。

问题排查

如果您在实施或调试结构化数据时遇到问题,请查看下面列出的一些实用资源。

  • 如果您使用了内容管理系统 (CMS) 或其他人负责管理您的网站,请向其寻求帮助。请务必向其转发列明问题细节的任何 Search Console 消息。
  • Google 不能保证使用结构化数据的功能一定会显示在搜索结果中。如需查看导致 Google 无法将您的内容显示为富媒体搜索结果的各种常见原因,请参阅结构化数据常规指南
  • 您的结构化数据可能存在错误。请参阅结构化数据错误列表
  • 如果您的网页受到结构化数据手动操作的影响,其中的结构化数据将会被忽略(但该网页仍可能会出现在 Google 搜索结果中)。如需修正结构化数据问题,请使用“人工处置措施”报告
  • 再次查看相关指南,确认您的内容是否未遵循指南。问题可能是因为出现垃圾内容或使用垃圾标记导致的。不过,问题可能不是语法问题,因此富媒体搜索结果测试无法识别这些问题。
  • 针对富媒体搜索结果缺失/富媒体搜索结果总数下降进行问题排查
  • 请等待一段时间,以便 Google 重新抓取您的网页并重新将其编入索引。请注意,网页发布后,Google 可能需要几天时间才会找到和抓取该网页。有关抓取和索引编制的常见问题,请参阅 Google 搜索抓取和索引编制常见问题解答
  • Google 搜索中心论坛中发帖提问。