Forum Moderators: open

Message Too Old, No Replies

Significance of http errors in google ranking?

         

javahava

7:37 am on Jun 15, 2003 (gmt 0)

10+ Year Member



Hi there,

Was wondering if anyone could offer an opinion of the significance of http errors in google rankings - i have a small site that appears to look and function fine from almost every browser / OS I've used. Yet, when testing the site's http code syntax on NetMechanic, our pages show a lot of minor errors. (e.g., ]^Error: missing </font> end tag before <table>). Our tags, however, seem to be fine. Do these code syntax errors make any difference if users can't see them? are these errors somehow picked up by robots / google's ranking algorithm and factored in?

vitaplease

7:30 am on Jun 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld javahava,

Would not worry too much for small errors here and there, as long as your links can be deeply read by fresh misses Googlebot..

The only data point I'd add is Eric Brewer's '96 paper that mentioned 40% of pages have actual errors in the pages

from Does Google reward valid code? [webmasterworld.com]

why is it that I tend to remember what Googleguy posts? ;)

vitaplease

9:23 am on Jun 16, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Also: from Henzinger, Motwani and Silverstein: Challenges in Web Search Engines [citeseer.nj.nec.com]

"It is plausible that pages with many mistakes in the markup are more likely to be of lower quality than pages with no mistakes"

happy validating! ;)

g1smd

2:45 am on Jun 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I guess you are going to spend quite some time at [validator.w3.org...] then.

It is important to sort out HTML typos, unclosed tags, nesting errors, tags closed in the wrong order, wrong attribute values, unquoted attribute vaues and so on. It will make your job easier in the long run if you keep your code as well-formed and as valid as possible.

Netizen

8:29 am on Jun 18, 2003 (gmt 0)

10+ Year Member



validator.w3.org [validator.w3.org] is a very good resource for checking HTML. It is always good to have clean, correct HTML code as it is more likely to display as expected on all browsers, even ones you have never checked/used.

g1smd

10:57 pm on Jun 18, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



That is what I said, but I prefer the longer URL of [validator.w3.org...] as that allows you to set various options before checking the page.

I usually tick the Show Source and Verbose Output and especially the Show Outline options.