Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoussenMoshine/9154a1927cd496701d441b9f09101c36 to your computer and use it in GitHub Desktop.
Save HoussenMoshine/9154a1927cd496701d441b9f09101c36 to your computer and use it in GitHub Desktop.
Exemple de la balise Product avec AggregateOffer de Schema.org
<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>
@HoussenMoshine
Copy link
Author

Vous pouvez trouver un guide complet de Schema.org avec des exemples et conseils sur : https://housseniawriting.com/schema-org/guide-schema-org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment