validator errors in the blog
-
Hi,
This is about my blog – https://crunchytechbytz.wordpress.com/
I just ran a check on site – https://validator.w3.org and found that there are two errors and some warnings in my blog –
Error: The itemprop attribute was specified, but the element is not a property of any item.
From line 141, column 4; to line 141, column 103
ding”>↩ <img w
Error: The itemprop attribute was specified, but the element is not a property of any item.
From line 141, column 104; to line 141, column 1514
rop=”url”>
Can some one please help in fixing these errors?
The blog I need help with is: (visible only to logged in users)
-
hi,
while it is good to look for validation errors, not all new markup is going to match up exactly with the W3 standards specs…
…When you read a validation report like the one you linked, you need to take into consideration what each item in the output means and whether it’s proprietary but valid. It’s a tradeoff to get extra functionality. What you really should be looking for in validator reports are things like syntax errors that will completely break the layout of a site or that are incorrectly nested elements….
https://en.forums.wordpress.com/topic/w3c-validation-help/
Let us know if you have more questions.
- The topic ‘validator errors in the blog’ is closed to new replies.