列出文章的类别页面的Schema.org

时间:2018-11-26 22:15:33

标签: schema.org microdata

我正在用微数据标记我的网站,并质疑自己是否要标记文章列表。

在类别页面上,有一篇大文章被加了标签,但我不知道是否也应该对清单进行加标签。

<article itemscope itemtype="http://schema.org/NewsArticle" itemref="author publisher">
    <header class="entry-header">
        <h3 class="entry-title" itemprop="headline"><a href="/article1" rel="bookmark">article 1/a></h3>
        <link itemprop="sameAs mainEntityOfPage" href=/article1">
    </header>
    <div>
        <a href="/article1"><img width="150" height="150"  itemprop="image" src="image1.jpg" /></a>
        <div class="resume-article-list">bépo bépo bépo … <a href=" /article1" class="more-link">(Lire la suite…)</a></div> </div>
    <footer class="entry-meta">
        <time itemprop="datePublished" datetime="2018-03-15T04:48:53+00:00">
        <time itemprop="dateModified" class="updated" datetime="2018-11-14T13:52:00+00:00"></time>
    </footer>
</article>

<article itemscope itemtype="http://schema.org/NewsArticle" itemref="author publisher">
    <header class="entry-header">
        <h3 class="entry-title" itemprop="headline"><a href="/article2" rel="bookmark">article 2/a></h3>
        <link itemprop="sameAs mainEntityOfPage" href=/article2">
    </header>
    <div>
        <a href="/article2"><img width="150" height="150"  itemprop="image" src="image1.jpg" /></a>
        <div class="resume-article-list">bépo bépo bépo … <a href=" /article2" class="more-link">(Lire la suite…)</a></div> </div>
    <footer class="entry-meta">
        <time itemprop="datePublished" datetime="2018-03-15T04:48:53+00:00">
        <time itemprop="dateModified" class="updated" datetime="2018-11-14T13:52:00+00:00"></time>
   </footer>
</article>

对吗?

我非常怀疑NewsArticle是否可以用于简历, 以及使用mainEntityOfPage是否像整篇文章一样没有什么麻烦?

1 个答案:

答案 0 :(得分:0)

如果您要标记其他页面上存在的事物的列表,则Google建议使用仅包含URL的ItemList。目标页面应包含有关实体的完整标记:

https://developers.google.com/search/docs/guides/mark-up-listings