2009-09-10 07:46:34每天開心心情分享給你

W3C Markup Validation Service 是否對於您網頁的排名有幫?

W3C Markup Validation Service 是否對於您網頁的排名有幫助,這個問題個人的看法是
==> 幫助有限。
個人意見如下:

這一段是從 W3C Validator FAQ 擷取的,當然他們是鼓勵每一個電子出版頁面都符合其 Markup Lang 語法。供您參考:
Why should I validate my HTML pages? One of the important maxims of computer programming is: Be conservative in what you produce; be liberal in what you accept. Browsers follow the second half of this maxim by accepting Web pages and trying to display them even if they're not legal HTML. Usually this means that the browser will try to make educated guesses about what you probably meant. The problem is that different browsers (or even different versions of the same browser) will make different guesses about the same illegal construct; worse, if your HTML is really pathological, the browser could get hopelessly confused and produce a mangled mess, or even crash. That's why you want to follow the first half of the maxim by making sure your pages are legal HTML. The best way to do that is by running your documents through one or more HTML validators.