|
Every little bit helps, especially when it comes down to reducing the size of the markup itself.
Many SEOs recommend that generated code (the code sent to browser) be smaller than 100kb (or even 40kb).
This means moving as much of your CSS & Javascript to external files, and removing as much presentational HTML elements and attributes to CSS rather than in the document.
That being said, there are scores of more important things for SEO than markup quality.
|