Which Schema.org property should I use for popular posts item list?
问题 Example markup of what I have: <body itemscope='itemscope' itemtype='http://schema.org/WebPage'> <div id="main" itemprop='mainContentOfPage' itemscope='itemscope' itemtype="http://schema.org/Blog"> <article itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> blah blah blah </article> <div> <aside> <ul> <li><article><img/>popular post article</article></li> <li><article><img/>popular post article</article></li> </ul> </aside> </body> What should I use for the