Skip to content

Instantly share code, notes, and snippets.

@pentago
Created July 8, 2021 15:29
Show Gist options
  • Save pentago/c07a51c60e3e3f49f2f2a4d8c1f2a084 to your computer and use it in GitHub Desktop.
Save pentago/c07a51c60e3e3f49f2f2a4d8c1f2a084 to your computer and use it in GitHub Desktop.
<script type="application/ld+json"> {
"@context": "https://schema.org",
"@type": "Product",
"name": "$PRODUCT_NAME_AND_MODEL",
"description": "$PRODUCT_DESCRIPTION_TEXT",
"image": "$PRODUCT_IMAGE_ABSOLUTE_URL",
"brand": {
"@type": "Brand",
"name": "Samsung",
"logo": "$BRAND_IMAGE_LOGO_ABSOLUTE_URL"
},
"category": "Home Appliances", //can be anything you think is relevant (Mobile, Tablet, Router, etc.)
"offers": {
"@type": "Offer",
"priceCurrency": "RSD",
"availability": "http://schema.org/InStock",
"price": "19990",
"seller": {
"@type": "Organization",
"name": "Gigatron",
"url": "https://gigatron.rs"
}
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment