Review(评价/评论)

Review(评价/评论)

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

Review 表示对某项事物(如产品、服务、创意作品等)的评价,通常包含评分和文字内容。

子类型

  • ClaimReview(声明评价)
  • CriticReview(评论家评价)
  • EmployerReview(雇主评价)
  • MediaReview(媒体评价)
  • Recommendation(推荐)
  • UserReview(用户评价)

属性

属性 预期类型 描述
name Text 评价标题
description Text 或 TextObject 描述
url URL 评价网址
author Organization 或 Person 作者
datePublished Date 或 DateTime 发表日期
dateModified Date 或 DateTime 修改日期
itemReviewed Thing 被评价的项目
reviewBody Text 评价主体内容
reviewRating Rating 评价评分
reviewAspect Text 评价方面
positiveNotes ItemList 或 ListItem 或 Text 或 WebContent 正面说明
negativeNotes ItemList 或 ListItem 或 Text 或 WebContent 负面说明
associatedReview Review 相关评价
relatedClaimReview Review 相关声明评价
relatedMediaReview Review 相关媒体评价
text Text 文本内容
headline Text 标题
inLanguage Language 或 Text 语言
keywords DefinedTerm 或 Text 或 URL 关键词
license CreativeWork 或 URL 许可证
publisher Organization 或 Person 发布者
copyrightHolder Organization 或 Person 版权持有者
copyrightYear Number 版权年份
creditText Text 署名文本
creator Organization 或 Person 创建者
contributor Organization 或 Person 贡献者
provider Organization 或 Person 提供者
sponsor Organization 或 Person 赞助者
funder Organization 或 Person 资助者
isFamilyFriendly Boolean 家庭友好
genre Text 或 URL 类型
audience Audience 目标受众
award Text 奖项
aggregateRating AggregateRating 总体评分
comment Comment 评论
interactionStatistic InteractionCounter 互动统计
thumbnailUrl URL 缩略图网址
image ImageObject 或 URL 图像
video Clip 或 VideoObject 视频
audio AudioObject 或 Clip 或 MusicRecording 音频
encoding MediaObject 编码
about Thing 关于
mentions Thing 提及
sameAs URL 同义
additionalType Text 或 URL 附加类型
alternateName Text 别名
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
mainEntityOfPage CreativeWork 或 URL 主实体页面
potentialAction Action 潜在行动
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
{
"@context": "https://schema.org",
"@type": "Review",
"name": "Great microwave for the price",
"author": {
"@type": "Person",
"name": "Lucas"
},
"datePublished": "2011-03-25",
"reviewBody": "Great microwave for the price. It is small and fits in my apartment.",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"itemReviewed": {
"@type": "Product",
"name": "Kenmore White 17\" Microwave"
}
}

Review 用于描述用户、评论家或其他人对产品、服务、创意作品等的评价,常与 Rating 结合使用。


Review(评价/评论)
https://www.gjxx.dev/schema/schemas/Review/
作者
gjxx
发布于
2025年10月16日
许可协议