What is the Schema.org markup for a group of Things?

不打扰是莪最后的温柔 提交于 2019-12-02 11:36:11

问题


I understand how to do schema markup for a specific thing (a shoe, for example). But how do you do the schema markup for a group of things? "Men's Running Shoes" for example.


回答1:


A page that is primarily about one thing:

ItemPage mainEntity Thing

A page that is primarily about a list of things:

CollectionPage mainEntity ItemList

A page that is primarily about a collection of things:

CollectionPage mainEntity Collection

A page that is about multiple things (where a list/collection isn’t needed or doesn’t make sense):

CollectionPage hasPart Thing



来源:https://stackoverflow.com/questions/53266384/what-is-the-schema-org-markup-for-a-group-of-things

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!