Last active
June 21, 2022 10:40
-
-
Save pentago/2453ec09a3bdd09c4a6540637ff0b6c9 to your computer and use it in GitHub Desktop.
a1.rs
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": "Apple iPhone 13 128GB", | |
"description": "\"6.1\" / 2532x1170 ekran\", | |
\"12 + 12 MP / 12 MP kamere\", | |
\"Hexa-core / 4 GB platforma\", | |
\"do 128 GB memorije\"", | |
"image": "https://cdn.a1.rs/a1website/upload/devices_thumbs/APPA2633/APPA2633_image001_300_450.png", | |
"brand": { | |
"@type": "Brand", | |
"name": "Apple", | |
"logo": "https://a1.rs/img/brand-image-logo/apple-logo.png", | |
"category": "Telefon", | |
"offers": { | |
"@type": "AggregateOffer", | |
"priceCurrency": "RSD", | |
"availability": "InStoreOnly", | |
"lowPrice": 19800, | |
"highPrice": 124990, | |
"offerCount": 8, | |
"seller": { | |
"@type": "Organization", | |
"name": "A1", | |
"url": "[https://a1.rs|https://a1.rs/]" | |
} | |
} | |
} | |
</script> |
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": "Apple iPhone 13 128GB", | |
"description": "6.1in / 2532x1170 ekran, Hexa-core / 4 GB platforma, do 128GB memorije", | |
"image": "https://cdn.a1.rs/a1website/upload/devices_thumbs/APPA2633/APPA2633_image001_300_450.png", | |
"brand": { | |
"@type": "Brand", | |
"name": "Apple", | |
"logo": "https://a1.rs/img/brand-image-logo/apple-logo.png" | |
}, | |
"category": "Telefon", | |
"offers": { | |
"@type": "AggregateOffer", | |
"priceCurrency": "RSD", | |
"availability": "InStoreOnly", | |
"lowPrice": 19800, | |
"highPrice": 124990, | |
"offerCount": 8 | |
}, | |
"seller": { | |
"@type": "Organization", | |
"name": "A1", | |
"url": "https://a1.rs" | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment