Stay organized with collections
Save and categorize content based on your preferences.
June 12, 2025
As part of our ongoing efforts to
simplify the Google Search results page, we will be phasing out support for a few
structured data features in
Search. We regularly evaluate the usefulness of Search features, both for users and website owners.
We're phasing out these specific structured data types because our analysis shows that they're
not commonly used in Search, and we found that these specific displays are no longer providing
significant additional value for users. Removing them will help streamline the results page and
focus on other experiences that are more useful and widely used.
This update won't affect how pages are ranked. This simplification means that for some results,
the specific visual enhancements powered by these lesser-used markups will no longer appear,
leading to a more streamlined presentation. The use of these structured data types outside of
Google Search (and dependent features) is not affected.
The following structured data types will no longer be supported in Google Search results and will
be phased out over the coming weeks and months:
Structured data can be a valuable way for website owners to describe their content and enable
helpful Search features. While we're retiring some lesser-used displays, we'll continue to
actively support a range of structured data types that users find helpful when evaluating
content to visit.
We believe this change contributes to a cleaner, more focused Search results page for everyone.
We'll keep looking for ways to simplify the Search results page to provide the best experience for
users and website owners, and we'll share updates as we continue this work. If you have any
questions or concerns, please reach out to us in the
Google Search Central Community
or on LinkedIn.
Posted by Henry Hsu, Product Manager, Google Search
Updates
Update on September 8, 2025
We are removing support in Search Console for the
following structured data types, as these types have been phased out from Search results:
Course Info, Claim Review, Estimated Salary, Learning Video, Special Announcement, and Vehicle
Listing. Starting on September 9, these types will be removed from Search Console rich result
reporting, the Rich Result Test, and the list of Search appearance filters
(if applicable for the type). The Search Console API
will continue to support these types through December 2025.
For bulk data export users,
keep in mind that the deprecated search appearance fields
will be reported as NULL by October 1, 2025. If your queries have conditions, you may need
to update them.
For example, the following query should be updated, as it doesn't account for the possibility of
a deprecated search appearance:
SELECTdata_date,SUM(clicks)FROM`myproject.searchconsole.searchdata_url_impressions`WHEREdata_date>DATE('2025-09-01')ANDNOTis_learning_videos-- skips rows where is_learning_videos is NULLGROUPBY1;
Instead, we recommend using the IS operator to write future-proof queries that will
continue to work even if an appearance becomes NULL.
SELECTdata_date,SUM(clicks)FROM`myproject.searchconsole.searchdata_url_impressions`WHEREdata_date>DATE('2025-09-01')ANDis_learning_videosISNOTTRUE-- works whether is_learning_videos is false or NULLGROUPBY1;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],[],[],[],null,["# Simplifying the search results page\n\nJune 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](https://developers.google.com/search/docs/appearance/structured-data/book)\n- [Course Info](https://developers.google.com/search/docs/appearance/structured-data/course-info)\n- [Claim Review](https://developers.google.com/search/docs/appearance/structured-data/factcheck)\n- [Estimated Salary](https://developers.google.com/search/docs/appearance/structured-data/estimated-salary)\n- [Learning Video](https://developers.google.com/search/docs/appearance/structured-data/learning-video)\n- [Special Announcement](https://developers.google.com/search/docs/appearance/structured-data/special-announcements)\n- [Vehicle Listing](https://developers.google.com/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"]]