Jump to content
MakeWebGames

Clean up your .html code !!!


overklokan

Recommended Posts

It's very important to have clean .html code of pages you serve to others on internet. One might think

page is good enough if it shows ok in most browsers. Not really. Don't forget that your traffic heavily

relies on search engines, or it should be ! Web-crawlers that major search engine companies use are

designed to pick your .html ONLY and skip all images, JavaScript, CSS and other code ... even if you have

in-line JavaScript and CSS it makes no difference since they're removed from 4n4lyze that web-crawlers

are doing after they pick your page. That's why you should try to have your .html with 0 errors and warnings !

There are many tools which you might use to check your final -html before uploading it to server. Two of

the best i found are following, both designed for FireFox browsers:

http://users.skynet.be/mgueury/mozilla/index.html

http://chrispederick.com/work/web-developer/

Second one is multifunctional tool. Besides .html and other validations it offers many very usefull thingies.

I'm writting this cause i found out that not a single web page i visited from here is clean of errors or warnings.

Fix them people, you might be fighting some part of code in order to make it work properly but it's not about

that part at all ):o=

Link to comment
Share on other sites

Re: Clean up your .html code !!!

In defense of all the people you spoke of, windows is not bug and error free...

It never has been, and I'm willing to bet it never will be.

Obviously that isn't an excuse for there to be lots of bugs/errors, but that's the way life is. Not everyone can be part of the 'cool' valid Strict XHTML crowd ya know ;)

Link to comment
Share on other sites

Re: Clean up your .html code !!!

 

In defense of all the people you spoke of, windows is not bug and error free...

It never has been, and I'm willing to bet it never will be.

Obviously that isn't an excuse for there to be lots of bugs/errors, but that's the way life is. Not everyone can be part of the 'cool' valid Strict XHTML crowd ya know ;)

well yes, some sites might not get "valid" mark but 99% can ... people don't even look at their code !

you can find double doc types, tags before them, 2x same meta tag or even worse (one saying one thing,

other completely oppossite) ... just think about what web crawler might end with after 4n4lyse ... check

most high-ranked sites on web with same validators, you wont usualy find those errors and warnings :roll:

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...