JSON-LD schema markup for a category landing page
-
I'm working on some schema for a client and have a question regarding the use of schema for a high-level category page. This page is merely the main lander for Categories. For example:
https://www.examples.com/pages/categories
And all it does is list links to the three main categories (Men's, Women's, Kid's) - it's a clothing store.
This is the code I have right now. In short, simply using type @Itemlist and an array that uses @ListItem. Structured Data Testing Tool returns no errors with it, but my main question is this:
Is this the _correct _way to do a page like this, or are there better options? Thanks.