Answer the question
In order to leave comments, you need to log in
How to properly markup a schema.org photo gallery?
Help make schema.org/ImageObject markup for this code
<a href="Ссылка на полное изображение" alt="Описание" >
<img alt="Описание" src="Ссылка на уменьшеное изображение">
</a>
<a href="Ссылка на полное изображение" alt="Описание" itemscope itemtype="http://schema.org/ImageObject">
<meta itemprop="contentUrl" content="Ссылка на полное изображение">
<meta itemprop="caption " content="Описание>
<span itemprop="thumbnail" itemscope itemtype="http://schema.org/ImageObject">
<img alt="Описание" src="Ссылка на уменьшеное изображение">
<meta itemprop="contentUrl" content="Ссылка на уменьшеное изображение"">
</span>
</a>
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