Sunday, September 30, 2012

Examine and Reduce Error in Validate HTML W3C Blog

  No comments
w3c1World Wide Web Consortium (W3C) is a markup validation service website that allows internet users in this search engine, to check HTML and XHTML markup document is well formed. Validation of markup is an important step to ensure the technical quality of a web page or blog, as it related to the SERP (Search Engines Result Page).

To use this service, please visit the W3C at http://validator.w3.org/ address, then enter the address of the blog buddy, click the check or just hit Enter and see the results.

w3c2


How many Errors and warning (s) found on the companion blog? whether hundreds??? Do not be surprised if you catch that much, because I also had to 257 Errors, 202 warning (s).

Some of the things we do to correct or mitigate the Errors and warning (s) W3C HTML markup, I explained some examples below, among others:

  1. Avoid coding template as below

  2. -----------------------------------------------
    Blogger Template Style
    by: JackBook.Com
    Distributed by: http://BTemplates.com
    ----------------------------------------------- */

     corrected for in a single line, a

    ---- Blogger Template Style by: JackBook.Com Distributed by: http://BTemplates.com ----- */
  3. Always add the attribute alt = "image name" on each image that appears on the blog
  4. Add the attribute type = 'text / javascript' on <script> code, so that it becomes <script type='text/javascript'>
  5. Add the attribute type = 'text / css' on <style> code, so that it becomes <style type='text/css'>
  6. Avoid blinking text code <blink> </ blink>
  7. At &amp; code change to &amp; amp;
  8. etc.

No comments :

Post a Comment