Answer the question
In order to leave comments, you need to log in
How to make Schema.org microdata for a rating article?
I have a top selection, in which there are about 10 tops. Each of them has a title, image, description. How to make Schema.org markup for this case?
The problem is that I don’t think it’s right to mark up a regular article, but each top as a separate article, too.
Top code to change:
<div>
<!-- блок с номером и заголовком топа -->
<div>
<span>Топ 1</span>
<h3 itemprop="name">Заголовок</h3>
</div>
<!-- изображение -->
<img itemprop="url image"src="ссылкаНаИзображение">
<!-- описание -->
<div itemprop="description">Здесь описание</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question