isSimilarTo

From getSchema

Revision as of 10:39, 10 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, functionally similar product (or multiple products).

Example

<div itemscope itemtype="http://schema.org/Product">   <h2 itemprop="name">Product A</h2>   ...   Similar products:   <div itemprop="isSimilarTo" itemscope itemtype="http://schema.org/Product">     <h2 itemprop="name">Product B</h2>     ...   </div>   <div itemprop="isSimilarTo" itemscope itemtype="http://schema.org/Product">     <h2 itemprop="name">Product C</h2>     ...   </div> </div>

Personal tools

Namespaces

Variants

Actions

Navigation

Toolbox