 |
|
02-05-2005, 10:23 PM
|
#1 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Michigan
Posts: 298
|
Html coding effect ranks?
If you're html isn't super clean does it have any effect on se rankings?
|
|
|
02-05-2005, 10:56 PM
|
#2 (permalink)
|
|
Inactive
Join Date: 12-10-04
Posts: 142
Latest Blog: None
|
Did you get hit on Yahoo too? I ask because we are in somewhat the same industry and just wondering why they are changing things up. I went from #3 to #36 and the only thing I changed is add some DEEP content and about 250 links that are all PR4+ 
|
|
|
02-06-2005, 01:57 PM
|
#3 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Michigan
Posts: 298
|
No I've held #1 for a while now and try not to change much.
|
|
|
02-06-2005, 02:45 PM
|
#4 (permalink)
|
|
Contributing Member
Join Date: 07-14-04
Location: South-Middle, Georgia
Posts: 3,471
Latest Blog: None
|
Thats sort of what I was wondering awhile back but no one answered. So if you dont go by w3c completly when creating a page, shouldnt matter so much so long as you dont change anything much afterwards?
__________________
Inexpensive Hosting with Quality!
|
|
|
02-07-2005, 12:56 AM
|
#5 (permalink)
|
|
Banned
Join Date: 11-26-04
Location: Australia
Posts: 409
Latest Blog: None
|
Quote:
|
If you're html isn't super clean does it have any effect on se rankings?
|
Highly unlikely.
The w3c link back is more of a link scheme than anything. Anyone can upload a VERY basic page with no errors, get the w3c logo, then switch.
|
|
|
02-07-2005, 01:34 AM
|
#6 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: Michigan
Posts: 298
|
I originally wanted to know because I ran that report in dreamweaver and I had a ton of errors on one of my sites. A lot of font things that I noticed that could be grouped. example <font color=""><font size="">
|
|
|
02-07-2005, 03:04 AM
|
#7 (permalink)
|
|
Inactive
Join Date: 05-05-04
Location: america
Posts: 653
Latest Blog: None
|
One of our links got pr0 when expecting pr5. Serps was ok, but in one of the links there was a aref which didn't mean anything, in source code.
|
|
|
02-07-2005, 03:16 AM
|
#8 (permalink)
|
|
Inactive
Join Date: 05-07-04
Posts: 749
Latest Blog: None
|
Quote:
|
Originally Posted by lazareth
The w3c link back is more of a link scheme than anything.
|
Linking to the w3 to show valid html is not a scheme, they invented the world web web, and are it's governing body. I highly doubt they need a link from joe bob's website.
|
|
|
02-07-2005, 03:19 AM
|
#9 (permalink)
|
|
Inactive
Join Date: 05-07-04
Posts: 749
Latest Blog: None
|
Quote:
|
Originally Posted by bcyber
I originally wanted to know because I ran that report in dreamweaver and I had a ton of errors on one of my sites. A lot of font things that I noticed that could be grouped. example <font color=""><font size="">
|
Generally speaking if you have tons of font tags, div tags, strong tags etc, I would group them css instead. It's much cleaner code. As for ranking higher, well hypothetically your code would be cleaner and smaller. And supposedly, the file size should be as small as possible.
|
|
|
02-07-2005, 03:33 AM
|
#10 (permalink)
|
|
Banned
Join Date: 11-26-04
Location: Australia
Posts: 409
Latest Blog: None
|
Quote:
|
Linking to the w3 to show valid html is not a scheme, they invented the world web web, and are it's governing body. I highly doubt they need a link from joe bob's website.
|
The logos are there for anyone to grab and hence hold no value.
|
|
|
02-07-2005, 03:35 AM
|
#11 (permalink)
|
|
Inactive
Join Date: 05-07-04
Posts: 749
Latest Blog: None
|
Quote:
|
Originally Posted by lazareth
The logos are there for anyone to grab and hence hold no value.
|
we'll sure, but saying they are a w3 linking scheme is incorrect.
|
|
|
02-07-2005, 03:42 AM
|
#12 (permalink)
|
|
Banned
Join Date: 11-26-04
Location: Australia
Posts: 409
Latest Blog: None
|
Quote:
|
I originally wanted to know because I ran that report in dreamweaver and I had a ton of errors on one of my sites. A lot of font things that I noticed that could be grouped. example <font color=""><font size="">
|
As a rule of thumb, if your browser can display it as it should be seen, Google will likely not encounter and problems.
Keep in mind that " Google's mission is to organize the world's information and make it universally accessible and useful". A 50 billion+ $ business with this mission is not going to let some code errors (unless gross in which case you will see them) stop them from organising the pages in order of relavance. The searcher could not careless, so long as they can read it, so neither will Google. It is very likely a page with umpteen code errors (probably 7 billion out of the 8+) will be relevant to the search term.
|
|
|
02-07-2005, 03:46 AM
|
#13 (permalink)
|
|
Banned
Join Date: 11-26-04
Location: Australia
Posts: 409
Latest Blog: None
|
Quote:
|
we'll sure, but saying they are a w3 linking scheme is incorrect.
|
If anyone can grab them, linked or not, compliant or not what is the point? If they were serious only those that comply all continually would be able to link.
|
|
|
02-07-2005, 03:53 AM
|
#14 (permalink)
|
|
Inactive
Join Date: 05-07-04
Posts: 749
Latest Blog: None
|
Well, in theory, they are only supposed to be used when your html is in fact valid.
Quote:
|
The author of the Web page you come from once used our service to validate that page, and the page passed validation. The author was then authorized to use the icon on that page, as a claim of validity.
|
http://validator.w3.org/docs/help.html
|
|
|
02-07-2005, 04:01 AM
|
#15 (permalink)
|
|
Banned
Join Date: 11-26-04
Location: Australia
Posts: 409
Latest Blog: None
|
But you can use them when your code is not. Any serious validation, or stamp of approval, should stand-up correctly at all times, not once only. I could even place one in this post!
|
|
|
02-07-2005, 04:03 AM
|
#16 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
For a page to work on a browser you don’t need valid HTML especially cos there are so many browser cracks and bugs.
It would also take up too much processing power IMO.
|
|
|
02-07-2005, 06:28 AM
|
#17 (permalink)
|
|
Contributing Member
Join Date: 07-28-04
Posts: 404
Latest Blog: None
|
I might change blog platforms to feed my site. Blogger hasnt updated thier html codes and even if you start with a fresh domain and put a post of hello it isnt w3c valid.
|
|
|
02-07-2005, 07:14 AM
|
#18 (permalink)
|
|
v7n Mentor
Join Date: 10-15-03
Posts: 1,932
Latest Blog: None
|
w3c is only a recommendation and is not a SEO issue. Use a valuator to fix visible display bugs if needed.
|
|
|
02-07-2005, 08:01 AM
|
#19 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: Ontario, Canada
Posts: 783
Latest Blog: None
|
Quote:
|
Originally Posted by Johan007
w3c is only a recommendation and is not a SEO issue. Use a valuator to fix visible display bugs if needed.
|
For those that take the guidelines written my SEs as gospel handed down from above, MSN says
Quote:
|
Use only well-formed HTML code in your pages. Ensure that all tags are closed, and that all links function properly. If your site contains broken links, MSNBot may not be able to index your site effectively, and people may not be able to reach all of your pages
|
Does that mean they rank sites lower that don't have well-formed code? I have my doubts, but its something to keep in mind.
Edit: For those interested, I quoted MSN from http://search.msn.com/docs/siteowner.aspx
Last edited by Rivux : 02-07-2005 at 08:07 AM.
|
|
|
02-07-2005, 08:06 AM
|
#20 (permalink)
|
|
Inactive
Join Date: 05-07-04
Posts: 749
Latest Blog: None
|
In all honesty, I would be more worried about the people looking at your site, than the robots. Some senior citizen who has a 10 yr old browser may be seeing a messed up version of your site if the code is not valid html. Obviously it depends on how bad it is, but that is something to consider too.
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|