简化搜索结果页
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
2025 年 6 月 12 日
作为持续简化 Google 搜索结果页的举措之一,我们将逐步停止在 Google 搜索结果中支持一些结构化数据功能。我们会定期评估搜索功能对用户和网站所有者的实用性。
我们正在逐步淘汰这些特定的结构化数据类型,因为我们的分析表明,这些类型在 Google 搜索中并不常用,并且我们发现,这些特定的显示功能不再为用户提供显著的附加价值。移除这些类型有助于简化结果页面,并专注于更实用且更广泛使用的其他体验。
此更新不会影响网页的排名。这种简化意味着,对于某些结果,由这些较少使用的标记提供支持的特定视觉增强功能将不再显示,从而使呈现方式更加简洁。在 Google 搜索(以及相关依赖功能)之外使用这些结构化数据类型不会受到影响。
以下结构化数据类型将不再支持在 Google 搜索结果中显示,并将在未来几周和几个月内逐步停用:
结构化数据是网站所有者描述其内容并启用实用搜索功能的一种有用的方式。虽然我们会停用一些较少使用的显示功能,但我们会继续积极支持一系列结构化数据类型,因为用户在评估要访问的内容时会发现这些数据类型很有帮助。
我们相信,这项变更有助于为所有人提供更简洁、更专注的搜索结果页。
我们将继续寻找简化搜索结果页面的方法,以便为用户和网站所有者提供最佳体验,并会在继续开展这项工作时分享最新动态。如果您有任何问题或疑虑,请通过 Google 搜索中心社区或 LinkedIn 与我们联系。
发布者:Google 搜索产品经理 Henry Hsu
更新
2025 年 9 月 8 日更新
-
我们将移除 Search Console 对以下结构化数据类型的支持,因为这些类型已从搜索结果中逐步淘汰:课程信息、声明审核、估算工资、学习视频、特别通知和车辆详情。自 9 月 9 日起,这些类型将从 Search Console 富媒体搜索结果报告、富媒体搜索结果测试和搜索结果呈现过滤器列表(如果适用)中移除。Search Console API 将继续支持这些类型,直至 2025 年 12 月。
对于批量数据导出用户,请注意,自 2025 年 10 月 1 日起,已弃用的搜索结果呈现字段将报告为 NULL
。如果您的查询包含条件,可能需要更新这些条件。
例如,以下查询应更新,因为它未考虑搜索结果呈现被弃用的可能性:
SELECT data_date, SUM(clicks) FROM `myproject.searchconsole.searchdata_url_impressions`
WHERE data_date > DATE('2025-09-01') AND NOT is_learning_videos -- skips rows where is_learning_videos is NULL
GROUP BY 1;
我们建议您使用 IS
运算符编写可应对未来变化的查询,即使某个搜索结果呈现变为 NULL
,这些查询也能继续正常运行。
SELECT data_date, SUM(clicks) FROM `myproject.searchconsole.searchdata_url_impressions`
WHERE data_date > DATE('2025-09-01') AND is_learning_videos IS NOT TRUE -- works whether is_learning_videos is false or NULL
GROUP BY 1;
如需了解详情,请参阅 Google Cloud 的 BigQuery 文档,了解 IS
运算符。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
[null,null,[],[],[],null,["June 12, 2025\n\n\nAs part of our [ongoing efforts](/search/blog/2025/01/simplifying-breadcrumbs) to\nsimplify the Google Search results page, we will be phasing out support for a few\n[structured data](/search/docs/appearance/structured-data/search-gallery) features in\nSearch. We regularly evaluate the usefulness of Search features, both for users and website owners.\n\n\nWe're phasing out these specific structured data types because our analysis shows that they're\nnot commonly used in Search, and we found that these specific displays are no longer providing\nsignificant additional value for users. Removing them will help streamline the results page and\nfocus on other experiences that are more useful and widely used.\n\n\nThis update won't affect how pages are ranked. This simplification means that for some results,\nthe specific visual enhancements powered by these lesser-used markups will no longer appear,\nleading to a more streamlined presentation. The use of these structured data types outside of\nGoogle Search (and dependent features) is not affected.\n\n\nThe following structured data types will no longer be supported in Google Search results and will\nbe phased out over the coming weeks and months:\n\n- [Book Actions](/search/docs/appearance/structured-data/book)\n- [Course Info](/search/docs/appearance/structured-data/course-info)\n- [Claim Review](/search/docs/appearance/structured-data/factcheck)\n- [Estimated Salary](/search/docs/appearance/structured-data/estimated-salary)\n- [Learning Video](/search/docs/appearance/structured-data/learning-video)\n- [Special Announcement](/search/docs/appearance/structured-data/special-announcements)\n- [Vehicle Listing](/search/docs/appearance/structured-data/vehicle-listing)\n\n\nStructured data can be a valuable way for website owners to describe their content and enable\nhelpful Search features. While we're retiring some lesser-used displays, we'll continue to\nactively support a range of structured data types that users find helpful when evaluating\ncontent to visit.\n\n\nWe believe this change contributes to a cleaner, more focused Search results page for everyone.\nWe'll keep looking for ways to simplify the Search results page to provide the best experience for\nusers and website owners, and we'll share updates as we continue this work. If you have any\nquestions or concerns, please reach out to us in the\n[Google Search Central Community](https://support.google.com/webmasters/threads?thread_filter=(category%3Astructured_data))\nor on [LinkedIn](https://www.linkedin.com/showcase/googlesearchcentral/).\n\n\nPosted by Henry Hsu, Product Manager, Google Search\n\n*** ** * ** ***\n\nUpdates\n\nUpdate on September 8, 2025\n\n:\n We are removing support in Search Console for the\n following structured data types, as these types have been phased out from Search results:\n Course Info, Claim Review, Estimated Salary, Learning Video, Special Announcement, and Vehicle\n Listing. Starting on September 9, these types will be removed from Search Console rich result\n reporting, the Rich Result Test, and the [list of Search appearance filters](https://support.google.com/webmasters/answer/7576553#by_search_appearance&zippy=%2Csearch-appearance)\n (if applicable for the type). The [Search Console API](/webmaster-tools)\n will continue to support these types through December 2025.\n\n\n For [bulk data export users](https://support.google.com/webmasters/answer/12918484),\n keep in mind that the deprecated [search appearance fields](https://support.google.com/webmasters/answer/7576553#by_search_appearance&zippy=%2Csearch-appearance)\n will be reported as `NULL` by October 1, 2025. If your queries have conditions, you may need\n to update them.\n\n\n For example, the following query should be updated, as it doesn't account for the possibility of\n a deprecated search appearance: \n\n ```sql\n SELECT data_date, SUM(clicks) FROM `myproject.searchconsole.searchdata_url_impressions`\n\n WHERE data_date \u003e DATE('2025-09-01') AND NOT is_learning_videos -- skips rows where is_learning_videos is NULL\n\n GROUP BY 1;\n ```\n\n\n Instead, we recommend using the `IS` operator to write future-proof queries that will\n continue to work even if an appearance becomes `NULL`. \n\n ```sql\n SELECT data_date, SUM(clicks) FROM `myproject.searchconsole.searchdata_url_impressions`\n\n WHERE data_date \u003e DATE('2025-09-01') AND is_learning_videos IS NOT TRUE -- works whether is_learning_videos is false or NULL\n\n GROUP BY 1;\n ```\n\n For more information, refer to Google Cloud's\n [BigQuery documentation on the `IS` operator](https://cloud.google.com/bigquery/docs/reference/standard-sql/operators#is_operators)."]]