Multiple Schema.org ItemList elements on one page
Asked Answered
N

1

12

I defined multiple ItemLists on one page, and the Chrome extension Structured Data Testing Tool says: "ITEMLISTS_MULTIPLE_LISTS_ON_PAGE"

Error for ItemList markup in the Chrome extension 'Structured Data Testing Tool'

Is there any way to define multiple ItemList elements within one page while being still valid?

<div vocab="http://schema.org/" typeof="ItemList">
 <h2 property="name">Top 10 laptops</h2><br>
 <link property="itemListOrder" href="http://schema.org/ItemListOrderDescending" />
 <p>1. <span property="itemListElement">HP Pavilion dv6-6013cl</span></p>
 <p>2. <span property="itemListElement">Dell XPS 15 (Sandy Bridge)</span></p>
 <p>3. <span property="itemListElement">Lenovo ThinkPad X220</span></p>
 ...
</div>

<div vocab="http://schema.org/" typeof="ItemList">
 <h2 property="name">Top 10 tablets</h2><br>
 <link property="itemListOrder" href="http://schema.org/ItemListOrderDescending" />
 <p>1. <span property="itemListElement">Apple iPad</span></p>
 <p>2. <span property="itemListElement">Samsung Galaxy Tab S3</span></p>
 <p>3. <span property="itemListElement">Asus ZenPad 3S 10</span></p>
 ...
</div>
Nasser answered 11/4, 2017 at 14:5 Comment(2)
have you found a solution for this?Traduce
This answer on Webmasters which might be helpful: webmasters.stackexchange.com/questions/122513/…Jens
C
0

Google doesn't allow this. What one could do is create an ItemList for the h2 items and create intermediary pages per h2 element

Conqueror answered 5/11, 2019 at 15:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.