Need a new web host or having a problem with a script? Tips and advice on the best way to design, build and maintain your most valuable asset - your website!

Using an HTML Validator

rlunatunes
Posts: 31
Joined: 20 Feb 07
Trust:

Using an HTML Validator

I was just wondering if using an html validator was a good idea for checking
your html code.

Thanks,
Randy
  • 0
[url=http://mozy.com/?ref=3f9a896b&kbid=26059&m=8":1uga1vcr][color=red:1uga1vcr]Mozy Unlimited Backup....Excellent Computer Backup Service!!! "$4.95/month"[/color:1uga1vcr][/url:1uga1vcr]
 
PremiumMember
sean06
Posts: 1004
Joined: 16 Jun 06
Trust:
I've never used one ever, so I can't really help, except to say it's not actually necessary.
  • 0
www.SixDayWeekend.com
Free Training Videos reveal how I make 6 figures while travelling the world
 
rlunatunes
Posts: 31
Joined: 20 Feb 07
Trust:
Hi Sean,
I use Xsite Pro which I like very much. I noticed in the code though
that it adds unnecessary stuff. Especially when I add scripts. I dont
know much code but know enough to know there's some stuff in there
that doesnt need to be there..lol I thought a validator might clean it
up for me.

Randy
  • 0
[url=http://mozy.com/?ref=3f9a896b&kbid=26059&m=8":1uga1vcr][color=red:1uga1vcr]Mozy Unlimited Backup....Excellent Computer Backup Service!!! "$4.95/month"[/color:1uga1vcr][/url:1uga1vcr]
 
PremiumMember
sean06
Posts: 1004
Joined: 16 Jun 06
Trust:
hey it might, I'm not a coding expert and I don't know how excess coding will affect your SE rankings, could be worth a look.
  • 0
www.SixDayWeekend.com
Free Training Videos reveal how I make 6 figures while travelling the world
 
rlunatunes
Posts: 31
Joined: 20 Feb 07
Trust:
Do you use Dream Weaver Sean?

Randy
  • 0
[url=http://mozy.com/?ref=3f9a896b&kbid=26059&m=8":1uga1vcr][color=red:1uga1vcr]Mozy Unlimited Backup....Excellent Computer Backup Service!!! "$4.95/month"[/color:1uga1vcr][/url:1uga1vcr]
 
PremiumMember
sean06
Posts: 1004
Joined: 16 Jun 06
Trust:
Yep
  • 0
www.SixDayWeekend.com
Free Training Videos reveal how I make 6 figures while travelling the world
 
Site Admin
markling
Posts: 2071
Joined: 13 Jun 06
Trust:
Validating your html is not REALLY necessary. It just means that you've written the HTML for the site to be "correct" based on the type of HTML that you've said that you're writing.

At the top of your page you're meant to have a "doctype declaration" which says whether you're using old-style "HTML 4.0 transitional" (with lots of nasty presentational tags like <center> and <font size=2 color=red> etc) or whether you've decided to try to use a more strict (better) version of (X)HTML.

But really... all it means is that your site is "correct". You can often use a validator to help you see problems with your code (that may or may not affect your sites ability to be crawled and indexed) but depending on what doctype you're using, there are so many things that can invalidate your page, that often its not all that possible to get a completely valid page. And spending time honing your site for validation perfection is not really time well spent, in my books.

Not many of my pages validate :)

Just my two cents. If you can do it -- great! Just don't panic if you can't.

Mark
  • 0
Limited time special - Pathway to Passive for $37: https://www.affilorama.com/pathwaytopassive
 
cron