Search code examples
htmlw3cw3c-validation

itemtype attribute error in validate


itemtype attribute error in validate

itemtype attribute from google webmasters http://s11.cc/aeyd

*this soluotion for facebook like button og attribute http://s11.cc/xn0x


Solution

  • Using a HTML5 doctype, the attribute itemtype should validate.

    This will define the HTML5 doctype:

    <!DOCTYPE html>