1) i am just very happy with your templates.
i found this answer with google and am satisfied with the answer. i think this is the issue and in my opinion after reading it no errors:
These “css errors” are actually no errors but the code is required to maintain the cross browser compatibility for webkit browser users. The browser specific prefixes (like -webkit, -moz, etc.) are not part of the CSS3 specifications and thus the w3c validator will mark them as “errors” although the code makes sense and works perfectly fine. Removing the code can cause styling issues for some users and that’s why we think it’s better to use browser prefixes even if w3c does not accept them. In addition I’m not sure who told you that 100% valid css code will improve your seo but you’re wasting your time – search engines do not care about these browser prefixes at all. Even invalid html code can make sense – i.e. if you add semantic markup to the code which is not part of the html5 standard and which helps the search engines to parse your content. See also:
yoast.com/w3c-validation-seo/
Please Log in or Create an account to join the conversation.