产品类别
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Google 将使用商品选项中的 option_categories
字段,在某些用户体验中提供类别过滤条件。虽然 Google 建议填写适用于商品选项的所有类别,但以下类别非常重要,可能会对用户体验产生重大影响。
- 仅限成人
- audio-guide
- city-cards
- 适合全家共享
- fast-track
以下是可在每个商品 option_categories
中使用的有效类别 label
的完整列表:
label: "adults-only"
exclusive_with: "family-friendly"
comment: "Activity is suitable for adults only"
label: "animals"
comment: "Activity is largely centered around animals"
label: "audio-guide"
comment: "Tour is guided by pre-recorded commentary"
label: "beaches"
comment: "Activity visits or happens at a beach"
label: "bike-tours"
comment: "Tour involves sightseeing by bicycle"
label: "boat-tours"
comment: "Tour involves sightseeing by boat"
label: "city-cards"
comment: "Card or pass that offers admission to multiple top attractions"
label: "classes"
comment: "Activity is conducted in a class or workshop setting"
label: "day-trips"
comment: "Activity is a full-day or multi-day trip"
label: "family-friendly"
exclusive_with: "adults-only"
comment: "Activity is suitable for adults and children of all ages"
label: "fast-track"
comment: "Activity includes skip-the-line admission"
label: "food"
comment: "Activity is largely centered around food"
label: "guided-tours"
exclusive_with: "self-guided"
comment: "Tour is conducted by a guide"
label: "history"
comment: "Activity is history-related or happens in a historical location"
label: "hop-on-hop-off"
comment: "Hop-on hop-off tour by bus, boat, etc"
label: "literature"
comment: "Activity is largely centered around a literature theme"
label: "live-music"
comment: "Activity includes a live music performance"
label: "museums"
comment: "Activity visits or happens at a museum"
label: "nightlife"
comment: "Activity includes social activities or entertainment at night"
label: "outdoors"
comment: "Activity happens outside or in nature"
label: "private-tours"
exclusive_with: "small-group-tours"
comment: "Tour is conducted with a private group of participants"
label: "romantic"
comment: "Activity is recommended for couples"
label: "recurring-events"
comment: "Activity is a recurring tourist event taking place at the same venue lasting for at least four weeks, such as weekly shows or seasonal events."
label: "self-guided"
exclusive_with: "guided-tours"
comment: "Activity is self-guided with prepared instructions"
label: "small-group-tours"
exclusive_with: "private-tours"
comment: "Tour is conducted with a small group of participants"
label: "sports"
comment: "Activity is largely centered around a sport or fitness theme"
label: "theme-parks"
comment: "Activity visits or happens at an amusement park"
label: "walking-tours"
comment: "Tour involves sightseeing on foot"
label: "wheelchair-accessible"
comment: "Participants in wheelchairs can participate fully"
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eGoogle will leverage the \u003ccode\u003eoption_categories\u003c/code\u003e field in product options to enable category filters, enhancing user experience.\u003c/p\u003e\n"],["\u003cp\u003eWhile comprehensive categorization is recommended, Google emphasizes "adults-only," "audio-guide," "city-cards," "family-friendly," and "fast-track" due to their significant impact on user search and filtering.\u003c/p\u003e\n"],["\u003cp\u003eA comprehensive list of valid category labels and their descriptions are provided for detailed product categorization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eexclusive_with\u003c/code\u003e attribute indicates mutually exclusive categories, ensuring accurate and logical filtering.\u003c/p\u003e\n"]]],["Google utilizes the `option_categories` field to filter product options in user experiences. Key categories include `adults-only`, `audio-guide`, `city-cards`, `family-friendly`, and `fast-track`. Other valid categories include `animals`, `beaches`, `bike-tours`, `boat-tours`, and more. Certain categories are mutually exclusive, such as `adults-only` and `family-friendly`. Each category has a label, a comment describing its use, and optionally, a field `exclusive_with` defining the mutually exclusive category.\n"],null,["# Product categories\n\nGoogle will use the `option_categories` field in product options to provide\ncategory filters on certain user experiences. While Google recommends to fill in\nall categories applicable to a product option, the following categories are\nimportant and likely play a large role in the user experience.\n\n- adults-only\n- audio-guide\n- city-cards\n- family-friendly\n- fast-track\n\nFollowing is the full list of valid Category `label` which can be used in each\nproduct `option_categories`: \n\n\n label: \"adults-only\"\n exclusive_with: \"family-friendly\"\n comment: \"Activity is suitable for adults only\"\n\n label: \"animals\"\n comment: \"Activity is largely centered around animals\"\n\n label: \"audio-guide\"\n comment: \"Tour is guided by pre-recorded commentary\"\n\n label: \"beaches\"\n comment: \"Activity visits or happens at a beach\"\n\n label: \"bike-tours\"\n comment: \"Tour involves sightseeing by bicycle\"\n\n label: \"boat-tours\"\n comment: \"Tour involves sightseeing by boat\"\n\n label: \"city-cards\"\n comment: \"Card or pass that offers admission to multiple top attractions\"\n\n label: \"classes\"\n comment: \"Activity is conducted in a class or workshop setting\"\n\n label: \"day-trips\"\n comment: \"Activity is a full-day or multi-day trip\"\n\n label: \"family-friendly\"\n exclusive_with: \"adults-only\"\n comment: \"Activity is suitable for adults and children of all ages\"\n\n label: \"fast-track\"\n comment: \"Activity includes skip-the-line admission\"\n\n label: \"food\"\n comment: \"Activity is largely centered around food\"\n\n label: \"guided-tours\"\n exclusive_with: \"self-guided\"\n comment: \"Tour is conducted by a guide\"\n\n label: \"history\"\n comment: \"Activity is history-related or happens in a historical location\"\n\n label: \"hop-on-hop-off\"\n comment: \"Hop-on hop-off tour by bus, boat, etc\"\n\n label: \"literature\"\n comment: \"Activity is largely centered around a literature theme\"\n\n label: \"live-music\"\n comment: \"Activity includes a live music performance\"\n\n label: \"museums\"\n comment: \"Activity visits or happens at a museum\"\n\n label: \"nightlife\"\n comment: \"Activity includes social activities or entertainment at night\"\n\n label: \"outdoors\"\n comment: \"Activity happens outside or in nature\"\n\n label: \"private-tours\"\n exclusive_with: \"small-group-tours\"\n comment: \"Tour is conducted with a private group of participants\"\n\n label: \"romantic\"\n comment: \"Activity is recommended for couples\"\n\n label: \"recurring-events\"\n comment: \"Activity is a recurring tourist event taking place at the same venue lasting for at least four weeks, such as weekly shows or seasonal events.\"\n\n label: \"self-guided\"\n exclusive_with: \"guided-tours\"\n comment: \"Activity is self-guided with prepared instructions\"\n\n label: \"small-group-tours\"\n exclusive_with: \"private-tours\"\n comment: \"Tour is conducted with a small group of participants\"\n\n label: \"sports\"\n comment: \"Activity is largely centered around a sport or fitness theme\"\n\n label: \"theme-parks\"\n comment: \"Activity visits or happens at an amusement park\"\n\n label: \"walking-tours\"\n comment: \"Tour involves sightseeing on foot\"\n\n label: \"wheelchair-accessible\"\n comment: \"Participants in wheelchairs can participate fully\""]]