What microdata should I use for a blog?

前端 未结 5 801
被撕碎了的回忆
被撕碎了的回忆 2020-12-23 16:51

The blog is basically a page that lists the summary of like 10 articles, each item title linking to the full article page.

I\'ve seen:

  • http://schema.or
5条回答
  •  暖寄归人
    2020-12-23 17:21

    The Article and Blog schema descriptions are pretty vague right now and will probably change sometime in the future, but i believe the Blog schema to be a little more relevant for a, well, blog (it's even implied in the Article schema description page down below, under "More specific types").

    So, you can start by defining your main blog page with the higher level schema:

    
    
    
    
    
    

    And you can define your blog pages with the second level blog schema, BlogPosting, and define the appropriate item properties, like so:

    
    
    
    
    
    

    Urghh, complicated :P, there are a million properties you can employ, but just focus on the most important ones.

提交回复
热议问题