Product
From getSchema
This Page Semantic Annotations
- type = http://schema.org/CreativeWork
- name = Product
- url = http://getschema.org/Product
- inLanguage = en
- discussionUrl = http://getschema.org/Talk:Product
- publisher = http://binarypark.org
- publishingPrinciples = getSchema:About
- dateModified = 2013-01-20
- interactionCount = 294,717
- version = 1423
![]()
|
Supertypes = Thing |
Subtypes = IndividualProduct, ProductModel, SomeProducts |
Inherited properties = additionalType:URL, description:Text, image:URL, name:Text, url:URL |
Properties = aggregateRating:AggregateRating, brand🙁Brand or Organization), color:Text, depth🙁Distance or QuantitativeValue), gtin13:Text, gtin14:Text, gtin8:Text, height🙁Distance or QuantitativeValue), isAccessoryOrSparePartFor:Product, isConsumableFor:Product, isRelatedTo:Product, isSimilarTo:Product, itemCondition:OfferItemCondition, logo🙁ImageObject or URL), manufacturer:Organization, model🙁ProdutModel or Text), mpn:Text, offers:Offer, productID:Text, releaseDate:Date, reviews:Review, sku:Text, weight:QuantitativeValue, width🙁Distance or QuantitativeValue) |
Defined by = http://schema.org/Product |
Install RuleTheWeb! the Firefox extension using Schema.org annotations! |
Contents |
Description
A product is anything that is made available for sale?for example, a pair of shoes, a concert ticket,a cellphone or a car.
Examples
Using Microdata
<div itemscope itemtype="http://schema.org/Product"> <h2 itemprop="name"> Samsung Galaxy S II Epic Touch 4G Android Phone (Sprint) </h2> <p> by <span itemprop="brand" itemscope itemtype="http://schema.org/Organization"> <span itemprop="name">Samsung</span> </span> </p> <a property="url" href="http://www.amazon.com/gp/product/B005LHN47S">at Amazon</a> <strong>ASIN:</strong> <span itemprop="productID">B005LHN47S</span> <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <p><strong>Rated:</strong> <span itemprop="ratingValue">3.9</span>/5 </p> <p> <strong>Based on: </strong> <span itemprop="reviewCount">61</span>customer reviews </p> </div> <div itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <strong>Price: </strong> <span itemprop="price"> $99.99 </span> </div> <strong>Product description: </strong> <span itemprop="description"> Premium Android-powered smartphone with ultra-fast 4G connectivity and brilliant 4.52-inch Super AMOLED Plus multi-touch display </span> <p> <strong>Customer reviews:</strong> </p> <div itemprop="reviews" itemscope itemtype="http://schema.org/Review"> <span itemprop="name">Change</span>- by <span itemprop="author">Shienko</span> <span itemprop="datePublished">November 5, 2011</span> <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <span itemprop="ratingValue">3</span>/ <span itemrop="bestValue">5</span>stars </div> <span itemprop="reviewBody"> This phone was a big change for me, I really wanted to stick with HTC but I don't want or need 3d, so after being on the fence I just took the plug. </span> </div> ........ </div>
Using RDFa 1.1 Lite
<div vocab="http://schema.org/" typeof="Product"> <h2 property="name"> Samsung Galaxy S II Epic Touch 4G Android Phone (Sprint) </h2> <p> by <span property="brand"> <span typeof="Organization"> Samsung </span> </span> </p> <a property="url" href="http://www.amazon.com/gp/product/B005LHN47S">at Amazon</a> <br /> <strong>ASIN:</strong> <span property="productID">B005LHN47S</span> <div property="aggregateRating"> <div typeof="AggregateRating"> <p><strong>Rated:</strong> <span property="ratingValue">3.9</span>/5 </p> <p> <strong>Based on: </strong> <span property="reviewCount">61</span>customer reviews </p> </div> </div> <div property="offers"> <span typeof="Offer"> <strong>Price: </strong> <span property="price"> $99.99 </span> </span> </div> <strong>Product description: </strong> <span property="description"> Premium Android-powered smartphone with ultra-fast 4G connectivity and brilliant 4.52-inch Super AMOLED Plus multi-touch display </span> <p> <strong>Customer reviews:</strong> </p> <div property="reviews"> <div typeof="Review"> <span property="name">Change</span>- by <span property="author">Shienko</span> <span property="datePublished">November 5, 2011</span> <div property="reviewRating"> <span typeof="Rating"> <span property="ratingValue">3</span>/ <span itemrop="bestValue">5</span>stars </span> </div> <span property="reviewBody"> This phone was a big change for me, I really wanted to stick with HTC but I don't want or need 3d, so after being on the fence I just took the plug. </span> </div> </div> ........ </div>
Using Microformats