Is JR Code W3C Valid?
Hi
I use JR 1.6.5 and FXTender Pro 1.4. I analyzed my website in validator.w3c.org and it says that my homepage for example has 95 Errors, 26 warning(s).
I use the default theme and did not made any Code change in the home page and few changes in other pages to fix some reported bugs.
Is there a way to fix these errors and especially warnings as website with NON Valid W3C code are not well referenced by Search Engines and this is crucial for a business.
Thanks
I picked up this Warning for example:
Warning Line 169, Column 17: reference to non-existent ID "radius"
<label for="radius">Rayon :</label>
✉
This error can be triggered by:
A non-existent input, select or textarea element
A missing id attribute
A typographical error in the id attribute
Try to check the spelling and case of the id you are referring to.
And this one is repeated more than once in the report:
Warning Line 962, Column 694: reference not terminated by REFC delimiter
…hdemti.ma/dashboard/?tab=packs&pack_id=1">Commander</a></p></li><li><span clas…
✉
If you meant to include an entity that starts with "&", then you should terminate it with ";". Another reason for this error message is that you inadvertently created an entity by failing to escape an "&" character just before this text.