Skip to content

Instantly share code, notes, and snippets.

@PechenkiUA
Created April 7, 2023 09:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PechenkiUA/9043375a8600ea5b46bea5c54bc8bb71 to your computer and use it in GitHub Desktop.
Save PechenkiUA/9043375a8600ea5b46bea5c54bc8bb71 to your computer and use it in GitHub Desktop.
minishop2 modx schema.org Product
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "[[*pagetitle]]",
"image": "[[*image]]",
"description": "[[*introtext:strip_tags:escape:notags]]",
"sku": "[[+id]]",
"brand": {
"@type": "Brand",
"name": "[[*brand]]"
},
"offers": {
"@type": "Offer",
"url": "[[~[[*id]]]]",
"priceCurrency": "UAH",
"price": "[[*price]]",
"availability": "https://schema.org/[[*stock]]"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment