Forum Moderators: open

Message Too Old, No Replies

Newbie, help please :-)

         

tiesto

11:53 pm on Jan 4, 2005 (gmt 0)



hello, I am new in seo and I have a question.
I do not speak english, so sorry by the errors :-)

is better to make code without characters like tab, return, etc?

what I mean is, instead of this :

<html>
<head>
<title>

this:

<html><head><title>....

almost everything in a line,
I think that it can be better because it reduces the size of the page and perhaps can help spiders to "read better".

from already thanks :-)

treeline

12:12 am on Jan 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That would be hard to read, and won't help much. I'd do it the normal way:

<html>
<head>
<title>

Editing later would be very difficult if you didn't organize it a little.

ncw164x

12:28 am on Jan 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The question is relating to optimising the html code by removing any white space between each tag and making the html code into one full line, yes this does help a little bit by reducing the file size but will makes it more difficult to edit unless you use a program like dreamweaver.

Do a search at google for "html shrinker" this will remove any white space and make a backup of your existing web page