Answer the question
In order to leave comments, you need to log in
microdata ERROR: Why is it impossible to determine the ownership of these fields?
For seo snippets on the site, I place micro-markup by adding to the lines
<title>заголовок сайта</title>
...
<div id="wrapper">
...
<title itemprop="headline">заголовок сайта</title>
...
<div id="wrapper" itemscope itemtype="http://schema.org/WPHeader">
...
microdata ERROR: Unable to determine ownership of these fields. There are two possible reasons: these fields are placed incorrectly, or an extra itemprop attribute is specified itemType = headline = site header wpheader itemType = schema.org/WPHeader
Answer the question
In order to leave comments, you need to log in
Itemprop must be inside itemscope
<div itemscope itemtype="http://schema.org/WPHeader">
<div itemprop="headline">заголовок сайта</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question