Last active
April 26, 2019 18:18
-
-
Save patrickcoombe/6754a46ab4fe6d1be983 to your computer and use it in GitHub Desktop.
list item
This file contains 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": "ItemList", | |
"url": "http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600", | |
"numberOfItems": "315", | |
"itemListElement": [{ | |
"@type": "Product", | |
"image": "http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg", | |
"url": "http://multivarki.ru/brand_502/", | |
"name": "Brand 502" | |
},{ | |
"@type": "Product", | |
"name": "..." | |
} | |
], | |
"offers": { | |
"@type": "Offer", | |
"price": "4399 p." | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment