您可以使用富媒体商品内容 [rich_product_content]
属性撰写融合文本和媒体内容的丰富说明,从而借助富媒体内容重点介绍商品或服务的特殊功能。富媒体内容可通过 JSON-LD、RDFa 和微数据三种不同的编码方式来提供。
我们建议您使用 Google 结构化数据测试工具测试您的富媒体内容,确保其中不含错误。本文中的所有示例都可以通过该测试工具进行测试。
本文介绍了不同富媒体内容所需的数据结构。
[rich_product_content]
属性。了解如何开始使用 Manufacturer Center API工作原理
富媒体内容
富媒体内容由一系列展示区块构成。每个区块都是一个展示功能集或媒体库。区块纵向呈现在一个列中。富媒体内容使用 Showcase 类型的元素指定。
Showcase 类型继承自 CollectionPage |
||
属性 | 预期类型 | 说明 |
showcaseBlock |
ShowcaseFeatureSet 或 MediaGallery |
富媒体内容区块。该区块必须是展示功能集或媒体库。 |
展示功能集
展示功能集包含可选标题和一系列展示功能。功能集可以通过单列或多列的形式呈现。
ShowcaseFeatureSet 类型继承自 ItemList |
||
属性 | 预期类型 | 说明 |
layoutHint |
文本 |
一个可选提示,指示要用多少列呈现内容。功能会首先呈现在行中,然后再呈现在列中。支持使用以下值:
系统会尽可能严格落实布局提示。在小屏幕上,使用的列数可能少于所请求的列数。 |
headline |
文本 |
用于描述功能集的可选标题。 |
itemListElement |
ShowcaseFeature |
集内的展示功能。功能首先呈现在行中,然后再呈现在列中。 |
展示功能
展示功能包含标题、说明和可选图片。
ShowcaseFeature 类型继承自 ListItem |
||
属性 | 预期类型 | 说明 |
layoutHint |
文本 |
一个可选提示,用于指明图片相对于标题和说明的呈现位置。支持使用以下值:
|
headline |
文本 |
功能的标题。 |
description |
文本 |
功能的说明。 |
image |
URL 或 ImageObject |
用于展示功能的可选图片 |
媒体库
媒体库包含可选标题和一系列图片。图片呈现在一个列或多个列中。
MediaGallery 类型继承自 CollectionPage |
||
属性 | 预期类型 | 说明 |
layoutHint |
文本 |
一个可选提示,指示要用多少列呈现内容。这些图片首先以行呈现,然后以列呈现。支持使用以下值:
|
headline |
文本 |
在媒体库顶部显示的可选标题。 |
image |
URL 或 ImageObject |
在媒体库中显示的图片。 |
有关命名空间的说明
Showcase
、ShowcaseFeatureSet
、ShowcaseFeature
和 MediaGallery
类型以及 showcaseBlock
和 layoutHint
属性都是 http://schema.googleapis.com/ 下定义的架构扩展。所有其他类型和属性都是在 http://schema.org/ 下定义的。
示例
空富媒体内容格式
空富媒体内容 | |
JSON-LD | |
|
|
RDFa | |
<div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/"> |
|
微数据 | |
<div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
包含标题和说明但不含图片的单个展示功能
包含以下各项要素的单个展示功能
|
|
JSON-LD | |
>{ |
|
RDFa | |
<div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
><div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
包含标题、说明和图片的单个展示功能
包含以下各项要素的单个展示功能
|
|
JSON-LD | |
>{ |
|
RDFa | |
><div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
><div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
使用布局提示且包含标题、说明和图片的单个展示功能
包含以下各项要素的单个展示功能
|
|
JSON-LD | |
>{ |
|
RDFa | |
><div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
><div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
使用布局提示来更改布局的展示功能集
单个展示功能集
|
|
JSON-LD | |
>{ |
|
RDFa | |
><div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
<div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
媒体库:单个横幅图片
媒体库
|
|
JSON-LD | |
{ |
|
RDFa | |
<div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
><div itemscope itemtype="http://schema.googleapis.com/Showcase"> |
三个展示区块:单个功能、展示功能集、单个横幅图片
三个展示区块
|
|
JSON-LD | |
{ |
|
RDFa | |
<div vocab="http://schema.org/" prefix="g: http://schema.googleapis.com/" typeof="g:Showcase"> |
|
微数据 | |
<div itemscope itemtype="http://schema.googleapis.com/Showcase"> |