M
M
morav2015-02-13 00:53:27
Search Engine Optimization
morav, 2015-02-13 00:53:27

The markup of one entity is divided into two blocks, how will the PS behave?

If the markup of one entity is divided into two blocks and there is no way to wrap it in one container or move it, how will the PS behave, will it consider them two "incomplete" entities (in this case Offer) or will it still see one?
Example times:

<span itemscope itemtype="http://schema.org/Organization"> 
  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer"> 
    <span itemprop="name">Название офера</span>
  </span>

<!-- ...некое другое размеченное содержание страницы... -->

  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="description">Описание офера</span>
  </span>
</span>

Example two:
<span itemscope itemtype="http://schema.org/Organization">
  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="name">Название офера</span>
    <span itemprop="description">Описание офера</span>
    <span itemprop="acceptedPaymentMethod" itemscope itemtype="http://schema.org/PaymentMethod">
      <span itemprop="name">Название метода оплаты</span>
      <span itemprop="description">Описание метода оплаты</span>
      <a itemprop="url" href="http://skrill.com">Skrill.com</a>
      <img itemprop="image" src="http://skrill.comskrill.jpg"/>
    </span>
  </span>

<!-- ...некое другое размеченное содержание страницы... -->

  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer">
    <span itemscope itemprop="itemOffered" itemtype="http://schema.org/Product">
      <span itemprop="name">Название продукта</span>
      <span itemprop="description">Описание продукта</span>
    </span>
  </span>
</span>

Example three:
<span itemscope itemtype="http://schema.org/Organization">
  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="name">Название офера</span>
    <span itemprop="description">Описание офера</span>
  </span>

<!-- ...некое другое размеченное содержание страницы... -->

  <span itemprop="makesOffer" itemscope itemtype="http://schema.org/Offer">
    <span itemprop="acceptedPaymentMethod" itemscope itemtype="http://schema.org/PaymentMethod">
      <span itemprop="name">Название метода оплаты</span>
      <span itemprop="description">Описание метода оплаты</span>
      <a itemprop="url" href="http://skrill.com">Skrill.com</a>
      <img itemprop="image" src="http://skrill.comskrill.jpg"/>
    </span>
  </span>
</span>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
My joy, 2015-02-13
@t-alexashka

www.google.ru/webmasters/tools/richsnippets to help you ;)

M
morav, 2015-02-15
@morav

Thank you, I know about these tools, I just want to confirm the correctness of my thinking

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question