L
L
ligisayan2017-01-18 13:04:38
HTML
ligisayan, 2017-01-18 13:04:38

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">
...

following content
<title itemprop="headline">заголовок сайта</title>
...
<div id="wrapper" itemscope itemtype="http://schema.org/WPHeader">
...

to which in Yandex webmaster I get the following error:
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

how to fill in the fields correctly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2017-01-18
@sfi0zy

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 question

Ask a Question

731 491 924 answers to any question