I added Microdata to the product pages of my site. That leads to some errors. One of these errors is the following:
there is no attribute "itemprop"
The error is related to this source code line:
<div itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
My Doctype is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
How would it be possible to make the page W3C compliant when keeping the same Doctype?