L
L
Lisonok2014-06-22 15:13:09
Search Engine Optimization
Lisonok, 2014-06-22 15:13:09

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>

It turns out like this, but it needs to be without span
<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

1 answer(s)
7
7rows, 2015-03-17
@7rows

To read and preview and more, then no way, but why do you not like it ??

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question