A
A
Alexey2015-11-26 20:06:48
HTML
Alexey, 2015-11-26 20:06:48

Can microdata be interrupted?

In the description page of micro-markup for recipes - yandex offers the following micro-markup for recipe ingredients:

<li itemprop="ingredients">
      1 курица
</li>
<li itemprop="ingredients" >
5 л пива
 </li>

Can I separate the quantity and name of the ingredient with tags? like this:
<li itemprop="ingredients">
     <span>курица</span><span>1 шт</span>
</li>
<li itemprop="ingredients" >
<span>пиво</span><span>5 л</span>
 </li>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey, 2015-11-26
@alex-saratov

And why not. Of course it is possible.
This is done for styling with css.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question