Created
May 6, 2017 07:44
-
-
Save HoussenMoshine/9154a1927cd496701d441b9f09101c36 to your computer and use it in GitHub Desktop.
Exemple de la balise Product avec AggregateOffer de Schema.org
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org/", | |
"@type": "Product", | |
"name": "Workload Intensive Cloud Servers", | |
"image": "https://s3-eu-west-1.amazonaws.com/s3.housseniawriting.com/wp-content/uploads/2017/04/19071244/Scaleway-serveurs.jpg", | |
"description": "Scaleway propose désormais des serveurs Workload Intensive Cloud Servers à partir de 24,99 euros par mois.", | |
"brand": { | |
"@type": "Thing", | |
"name": "Scaleway" | |
}, | |
"Offers": { | |
"@type": "AggregateOffer", | |
"priceCurrency": "EUR", | |
"lowPrice" : "24.99", | |
"highPrice" : "179.99", | |
"price": "24.99", | |
"priceValidUntil": "2020-12-28", | |
"availability": "http://schema.org/InStock", | |
"seller": { | |
"@type": "Organization", | |
"name": "Scaleway" | |
} | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/