Created
July 8, 2021 15:29
-
-
Save pentago/c07a51c60e3e3f49f2f2a4d8c1f2a084 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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