@@ -816,6 +816,9 @@ This example is JSON only.
816816
817817JSON:
818818
819+ Note: see https://github.com/rvguha/schemaorg/issues/148
820+ which discusses options for representing game series.
821+
819822<script type="application/ld+json">
820823{
821824 "@context": "http://schema.org",
@@ -857,93 +860,6 @@ JSON:
857860 </script>
858861
859862
860- TYPES: FakeEntryNeeded, FixMeSomeDay
861- >>>>>>> a7cd0fd34b49693e2514f2f6aa0a28438972b338
862-
863- PRE-MARKUP:
864-
865- <div>
866- <link href="http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600" />
867- <span>315</span>
868- <div>
869- <img src="http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg" />
870- <a href="http://multivarki.ru/brand_502/">
871- <span>BRAND 502</span>
872- </a>
873- <div>
874- <span>4399 р.</span>
875- </div>...
876- <div>
877- ...
878- </div>
879- </div>
880- </div>
881-
882- MICRODATA:
883-
884- <div itemtype="http://schema.org/ItemList">
885- <link itemprop="url" href="http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600" />
886- <span itemprop="numberOfItems">315</span>
887- <div itemprop="itemListElement" itemscope="" itemtype="http://schema.org/Product">
888- <img itemprop="image" src="http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg" />
889- <a itemprop="url" href="http://multivarki.ru/brand_502/">
890- <span itemprop="name">BRAND 502</span>
891- </a>
892- <div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
893- <span itemprop="price">4399 р.</span>
894- </div>...
895- <div itemprop="itemListElement" itemtype="http://schema.org/Product">
896- ...
897- </div>
898- </div>
899- </div>
900-
901- RDFA:
902-
903- <div vocab="http://schema.org/" typeof="ItemList">
904- <link property="url" href="http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600" />
905- <span property="numberOfItems">315</span>
906- <div property="itemListElement" typeof="Product">
907- <img property="image" src="http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg" />
908- <a property="url" href="http://multivarki.ru/brand_502/">
909- <span property="name">BRAND 502</span>
910- </a>
911- <div property="offers" typeof="http://schema.org/Offer">
912- <span property="price">4399 р.</span>
913- </div>...
914- <div property="itemListElement" typeof="Product">
915- ...
916- </div>
917- </div>
918- </div>
919-
920- JSON:
921-
922- <script type="application/ld+json">
923- {
924- "@context": "http://schema.org",
925- "@type": "ItemList",
926- "url": "http://multivarki.ru?filters%5Bprice%5D%5BLTE%5D=39600",
927- "numberOfItems": "315",
928- "itemListElement": [{
929- "@type": "Product",
930- "image": "http://img01.multivarki.ru.ru/c9/f1/a5fe6642-18d0-47ad-b038-6fca20f1c923.jpeg",
931- "url": "http://multivarki.ru/brand_502/",
932- "name": "Brand 502"
933- },{
934- "@type": "Product",
935- "name": "..."
936- }
937- ],
938- "offers": {
939- "@type": "Offer",
940- "price": "4399 p."
941- }
942- }
943- </script>
944-
945-
946-
947863TYPES: FakeEntryNeeded, FixMeSomeDay
948864PRE-MARKUP:
949865MICRODATA:
0 commit comments