Product(产品)

Product(产品)

来源: https://schema.org/Product

Product 表示任何提供的商品或服务。例如:一双鞋、一张演唱会门票、汽车租赁、美发服务或在线流媒体的电视剧集。

子类型

  • DietarySupplement(膳食补充剂)
  • Drug(药品)
  • IndividualProduct(单个产品)
  • ProductCollection(产品集合)
  • ProductGroup(产品组)
  • ProductModel(产品型号)
  • SomeProducts(某些产品)
  • Vehicle(车辆)

属性

属性 预期类型 描述
name Text 产品名称
description Text 或 TextObject 描述
image ImageObject 或 URL 产品图片
url URL 产品网址
brand Brand 或 Organization 品牌
manufacturer Organization 制造商
model ProductModel 或 Text 型号
mpn Text 制造商零件号
sku Text 库存单位
productID Text 产品标识符
category CategoryCode 或 PhysicalActivityCategory 或 Text 或 Thing 或 URL 类别
color Text 颜色
colorSwatch ImageObject 或 URL 颜色样本
material Product 或 Text 或 URL 材料
pattern DefinedTerm 或 Text 图案
size DefinedTerm 或 QuantitativeValue 或 SizeSpecification 或 Text 尺寸
weight Mass 或 QuantitativeValue 重量
width Distance 或 QuantitativeValue 宽度
height Distance 或 QuantitativeValue 高度
depth Distance 或 QuantitativeValue 深度
gtin Text 或 URL 全球贸易项目编号
gtin8 Text GTIN-8
gtin12 Text GTIN-12
gtin13 Text GTIN-13
gtin14 Text GTIN-14
asin Text 或 URL Amazon 标准识别号
nsn Text NATO 库存号
countryOfOrigin Country 原产国
countryOfAssembly Text 组装国家
countryOfLastProcessing Text 最后加工国家
productionDate Date 生产日期
releaseDate Date 发布日期
purchaseDate Date 购买日期
offers Demand 或 Offer 报价
aggregateRating AggregateRating 总体评分
review Review 评论
hasMerchantReturnPolicy MerchantReturnPolicy 退货政策
hasCertification Certification 认证
hasEnergyConsumptionDetails EnergyConsumptionDetails 能耗详情
hasGS1DigitalLink URL GS1 数字链接
hasMeasurement QuantitativeValue 测量
isVariantOf ProductGroup 或 ProductModel 变体
isRelatedTo Product 或 Service 相关产品
isSimilarTo Product 或 Service 相似产品
isAccessoryOrSparePartFor Product 配件或备件
isConsumableFor Product 耗材
inProductGroupWithID Text 产品组 ID
itemCondition OfferItemCondition 项目状况
keywords DefinedTerm 或 Text 或 URL 关键词
slogan Text 标语
logo ImageObject 或 URL 标志
mobileUrl Text 移动 URL
audience Audience 目标受众
award Text 奖项
hasAdultConsideration AdultOrientedEnumeration 成人考虑
isFamilyFriendly Boolean 家庭友好
positiveNotes ItemList 或 ListItem 或 Text 或 WebContent 正面说明
negativeNotes ItemList 或 ListItem 或 Text 或 WebContent 负面说明
additionalProperty PropertyValue 附加属性
additionalType Text 或 URL 附加类型
alternateName Text 别名
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
mainEntityOfPage CreativeWork 或 URL 主实体页面
potentialAction Action 潜在行动
sameAs URL 同义
subjectOf CreativeWork 或 Event 主题

示例

以下是一个使用 JSON-LD 描述产品的示例:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Kenmore White 17\" Microwave",
"image": "kenmore-microwave-17in.jpg",
"description": "0.7 cubic feet countertop microwave. Has six preset cooking categories and convenience features like Add-A-Minute and Child Lock.",
"brand": {
"@type": "Brand",
"name": "Kenmore"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "3.5",
"reviewCount": "11"
},
"offers": {
"@type": "Offer",
"price": "55.00",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}

Product 用于描述各种商品和服务,支持电商、零售等场景的结构化数据标注。


Product(产品)
https://www.gjxx.dev/schema/schemas/Product/
作者
gjxx
发布于
2025年10月16日
许可协议