isSimilarTo

From getSchema

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