VideoObject(视频对象)

VideoObject(视频对象)

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

VideoObject 表示视频文件,如电影、电视节目、在线视频等。

子类型

  • VideoObjectSnapshot(视频对象快照)

属性

属性 预期类型 描述
name Text 视频对象名称
description Text 或 TextObject 描述
url URL 视频对象网址
actor PerformingGroup 或 Person 演员
caption MediaObject 或 Text 字幕
director Person 导演
musicBy MusicGroup 或 Person 音乐作曲
transcript Text 转录文本
videoFrameSize Text 视频帧大小
videoQuality Text 视频质量
bitrate Text 比特率
contentSize Text 文件大小
contentUrl URL 内容URL
duration Duration 或 QuantitativeValue 时长
embedUrl URL 嵌入URL
encodesCreativeWork CreativeWork 编码的创意作品
encodingFormat Text 或 URL 编码格式
endTime DateTime 或 Time 结束时间
height Distance 或 QuantitativeValue 高度
playerType Text 播放器类型
productionCompany Organization 制作公司
regionsAllowed Place 允许区域
requiresSubscription Boolean 或 MediaSubscription 需要订阅
sha256 Text SHA256哈希
startTime DateTime 或 Time 开始时间
uploadDate Date 或 DateTime 上传日期
width Distance 或 QuantitativeValue 宽度
inLanguage Language 或 Text 语言
aggregateRating AggregateRating 汇总评分
review Review 评论
author Organization 或 Person 作者
creator Organization 或 Person 创建者
publisher Organization 或 Person 发布者
datePublished Date 或 DateTime 发布日期
thumbnail ImageObject 或 URL 缩略图
additionalType Text 或 URL 附加类型
alternateName Text 别名
disambiguatingDescription Text 消歧描述
identifier PropertyValue 或 Text 或 URL 标识符
image ImageObject 或 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
23
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Interview with the Foo Fighters",
"description": "Catch this exclusive interview with Dave Grohl and the Foo Fighters about their new album, Rope.",
"duration": "PT4M5S",
"thumbnail": {
"@type": "ImageObject",
"url": "foo-fighters-interview-thumb.jpg"
},
"uploadDate": "2011-05-01",
"author": {
"@type": "Organization",
"name": "Rolling Stone"
},
"interactionStatistic": [
{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/WatchAction",
"userInteractionCount": 4356
}
]
}

VideoObject 用于描述各种视频内容,包括电影、电视节目、在线视频等,支持元数据标记以便搜索引擎理解视频内容和播放信息。


VideoObject(视频对象)
https://www.gjxx.dev/schema/schemas/VideoObject/
作者
gjxx
发布于
2025年10月16日
许可协议