Forum Moderators: phranque
example:
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>website title</title> (see how the code is all on ONE line? versus:
-doctype-
-lang-
-head-
-charset-
-title- i'm not talking about just the headers....the ENTIRE source on 1-15 lines, is it bad? or the bots don't care?
I've never heard of that being a problem for SEO, and have a vague memory of it helping (probably just makes it more likely the bot gets the whole page before it times out, a very uncommon error) but cannot back it upp with refs :(
However, the time gain would be so very very small, most would sacrifice a nano-second or two for code that (humanly) looks less messy, so we can find errors when necessary!