E
E
EgorPt2015-06-03 08:46:37
HTML
EgorPt, 2015-06-03 08:46:37

Schema.org - name and description inside articleBody - perhaps?

Sematic, not contradictory, not bad?
- if I put gfhfvtnhs itemprop name and description inside articleBody
Example below.
Google and Yandex validator - no errors - everything is OK.
Thank you very much in advance!
PS
The reason for this is when: I don't want to make extra wrappers, both inside and outside the article (if the navigation structure is already out there, it worsens the situation...)

<main itemscope		itemtype="http://schema.org/Article">
  <article		itemprop="articleBody">
    <h1			itemprop="name">Название</h1>
    <h2			itemprop="description">Описание.............</h2>
      <p>
      Скажи рекурсии «нет»! 1
      </p>
      <p>
      Скажи рекурсии «нет»! 2
      </p>
     <div			itemprop="author" itemscope itemtype="http://schema.org/Person">
         <span	itemprop="name">Иван Иванов</span>
         <span	itemprop="jobTitle">Специальный корреспондент</span>
     </div>
  </article>
</main>>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Smirnov, 2015-06-06
@Groov3

No, as far as I know, this is not correct.
divitemprop is the "divitemprop" tag, not the itemprop parameter

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question