Webmaster Forum


Go Back   Webmaster Forum > Marketing Forums > Google Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Google Forum Discuss Google related issues.

Easy Date   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 02-12-2004, 04:42 PM   #1 (permalink)
Junior Member
 
Join Date: 01-26-04
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

JaneCompersNews is liked by many
How important is having validated HTML?

Like many others here I have a new site (in it's fourth month) and I managed to get it to rank really well on my chosen keywords pre Austin. I lost my main keyword and a few others in Austin, totally gone, nowhere to be seen and I still have some two word key phrases not affected.

I have been reading the forums here and following all of the advice, lots of links, keywords in anchor text etc. Just quietly plodding my way through emailing lots of webmasters

I've made a few minor changes to the site too to see if it would make any difference (basically a bit of keyword stuffing) but it hasn't so I will go back and unstuff the site.

I read here too about another member having had so many errors in their HTML that this could affect their rankings so I went and found an online HTML validator and checked my site (smiley for a major heart attack goes here!). It was bad! I'm no website builder but I've done my best and managed to get the errors down to only 4 (my page looks a bit funny now but hey ho ).

Anyway, my point.... (finally! - it's because I'm a girl you now, can't help but babbly on ) I used the HTML validator to check the top ranking sites for my keywords and all of their HTML is in a right state (not like mine now she says smugly )

So. Does is affect rankings? Messy HTML hasn't seemed to have any negative affect on the top ranking sites in my industry.

Thanks too for everyone's input here, it's very helpful to newbies like me

Jane
JaneCompersNews is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 02-12-2004, 05:27 PM   #2 (permalink)
Contributing Member
 
GoldDust's Avatar
 
Join Date: 12-28-03
Location: East London, UK
Posts: 601
iTrader: 0 / 0%
Latest Blog:
None

GoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really niceGoldDust is just really nice
Send a message via MSN to GoldDust
validate

Hi JaneCompersNews, welcome to IMR forums,

One of the main reasons for the W3C validation is to help with your visitors browser compatabilty, allowing cross browser viewing for your web site -
there are other obvious benifits to validating your html, CSS, XHTML etc.. as a search engine spider will not effectivly read html or other code that has missing tags or messed up tags etc, etc...so validation can be helpful in locating those little probs in your code.

In the past I must have invested days on cleaning and validating my code - the only obvious changes was "page size reduction" due to cleaning my html & keeping tight coding standards, and vistors to my site can view my web site on most browsers....

also it feels good to know that your code is in top condition..
GoldDust is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-12-2004, 05:41 PM   #3 (permalink)
Inactive
 
Join Date: 10-12-03
Location: Cranberry Township
Posts: 275
iTrader: 0 / 0%
niceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really niceniceguyeddie is just really nice
Send a message via ICQ to niceguyeddie
For a web designer, it is a reflection of your attention to detail and thus your work in general. Likewise, it can help with the search engines when wacky html distorts the view. Finally, as mentioned above, it is the easiest way to fix cross browser problems (though a validated site doesn't guarrentee no problems). Strive for valid and strict XHTML as it will make your mark-up cleaner
niceguyeddie is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-13-2004, 12:49 AM   #4 (permalink)
Inactive
 
I, Brian's Avatar
 
Join Date: 10-26-03
Posts: 2,466
iTrader: 0 / 0%
Latest Blog:
None

I, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebodyI, Brian is liked by somebody
Hi JaneCompersNews and welcome to the forums.

I wouldn't worry too much about W3 validation - I find some of it so completely an*l. I construct webpages for browsers, fin. That's all that matters. Heck, if even Mozilla will display it correctly then the code is fine, IMO.

However, having functional HTML should be a real concern. I use Doctor HTML for checking that:
http://www.doctor-html.com/RxHTML/cgi-bin/single.cgi

and it's great for indicating serious functional errors.

W3 validation isn't necessary for SEO purposes, but something like Doctor HTML is good at picking up basic mistakes that can impact your pages and your rankings - such as broken links and missing alt tags for starters.
I, Brian is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-13-2004, 04:44 AM   #5 (permalink)
Junior Member
 
Join Date: 01-26-04
Posts: 6
iTrader: 0 / 0%
Latest Blog:
None

JaneCompersNews is liked by many
Hi to everyone that replied, thanks for your help

Brian, that's a really useful link, thanks!

Jane
JaneCompersNews is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-13-2004, 09:24 AM   #6 (permalink)
v7n Mentor
 
Johan007's Avatar
 
Join Date: 10-15-03
Posts: 1,932
iTrader: 0 / 0%
Latest Blog:
None

Johan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to allJohan007 is a name known to all
Bottom line... its not a SEO issue!... its far too slow to process by SE!

However you may want to include these lines cos I had a positive rank change after I added this thou it MAY NOT BE THE REASON!:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>your title<title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Content-Language" content="en-GB">


Note: make sure you use whats relevent to YOUR site and not just copy the above eg: en-GB is for british sites and if are USA you should use another tag.

HTML tag maybe <HTML XMLNS:IE> depending on how comlex the site is.

All sorts of DOCTYPE.... do a search on Google to find out more.

Use charset use iso-8859-1 or UTF-8 if you write in English.
__________________
work: Read Movie Review at www.FutureMovies.co.uk
personal: my blog
Johan007 is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Marketing Forums > Google Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Urgent dear my sites convert PHP to HTML so give important steps devat Coding Forum 4 06-27-2007 01:51 PM
w3c Validated Code Important? templateteacher SEO Forum 7 08-06-2006 11:02 AM
How important is valid HTML AND CSS? GlobalSurfers Google Forum 3 09-25-2004 01:56 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:58 PM.
© Copyright 2008 V7 Inc