Google +1 Code Validation Error: Missing Attribute
My code: I get this error: there is no attribute 'annotation' element 'g:plusone' undefined Why?
Solution 1:
You have two choices
Solution 2:
There is no attribute called "annotation" for any element recommended in the W3C standards. Google probably uses it to parse for some backend processing. If you want the +1 element, you cannot have a W3C standards code.
Check this thread. So what if custom HTML attributes aren't valid XHTML?
Post a Comment for "Google +1 Code Validation Error: Missing Attribute"