我检查了我的博客文章'在validator.w3.org上的页面,它会一直显示这个错误:
错误1 :
The **itemprop** attribute was specified, but the element is not a property of any item.
我的博客代码:
<h1 class="blogtitle entry-title" itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">↩
<span itemprop="name">The article title</span>↩
</h1>
错误2 :
The itemprop attribute was specified, but the element is not a property of any item.
代码:
<h1 class="blogtitle entry-title" itemprop="itemReviewed" itemscope itemtype="http://schema.org/Thing">↩
<span itemprop="title">Article title</span>
</h1>
因此在该代码中我有2个itemprop错误。
然后错误3 :
The itemprop attribute was specified, but the element is not a property of any item.
代码:
<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>
那我该如何解决这个错误呢?我希望我的页面没有错误,只有这些错误!我读了一些关于这个&#34; itemtrop&#34;的文章。但我不太了解!
欢迎任何帮助!!!!!