isRelatedTo

From getSchema

Revision as of 20:18, 8 March 2013 by CosminP (Talk | contribs)
(diff) ? Older revision | Latest revision (diff) | Newer revision ? (diff)

Jump to: navigation, search

This Page Semantic Annotations

Domain = Product
Range = Product
Cardinality = 0..*

Description

A pointer to another, somehow related product (or multiple products).

Example

<div itemscope itemtype="http://schema.org/Product">   <h3 itemprop="name">Product A</h3>   ...   Related products:   <div itemprop="isRelatedTo" itemscope itemtype="http://schema.org/Product">     <h3 itemprop="name">Product B</h3>     ...   </div>   <div itemprop="isRelatedTo" itemscope itemtype="http://schema.org/Product">     <h3 itemprop="name">Product B</h3>     ...   </div>   <div itemprop="isRelatedTo" itemscope itemtype="http://schema.org/Product">     <h3 itemprop="name">Product B</h3>     ...   </div> </div>

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox