I checked my blog-article' page on validator.w3.org and it keeps show this errors:
Error 1:
The **itemprop** attribute was specified, but the element is not a property of any item.
My blog code:
<h1 class="blogtitle entry-title" itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">↩
<span itemprop="name">The article title</span>↩
</h1>
Error 2:
The itemprop attribute was specified, but the element is not a property of any item.
The code:
<h1 class="blogtitle entry-title" itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">↩
<span itemprop="title">Article title</span>
</h1>
So in that code I have 2 itemprop errors.
Then Error 3:
The itemprop attribute was specified, but the element is not a property of any item.
The code:
<a href="http://www.website.com/author/Siteauthors" itemprop="author" target="_blank"><span class="vcard author author_name"><span class="fn">Siteauthors</span></span></a>
So How Can I solve this errors? I want my page to have no errors, and only these errors still! I read some articles about this "itemtrop" but I didn't understand much!
Any help is welcome!!!!!