Hi All, I am doing first steps in SEO and I got a question about ratio of useful information and HTML,CSS and JS tags on the page. Anybody know how much it should be for get best results? e.g. useful information - 20% and HTML and CSS tags -80% Should I take care about this issue when I am making my pages?
There is no official documentation for authoritative reference, but one basic fact I know of is that content should always out weight the html/css stuff. Don't include CSS in the HTML, instead attach it, make it external. Don't use lot of tables, instead use DIVs. Your focus, initially, should be more on content that this aspect.
My pages really suffer from redundant CSS and JS code. Also I used a lot of style definitions for various tags rather then just using a new class link. Well, will clean out these things from pages of my website.
yea, that will bring down the ratio of Js/Css vs HTML content in your site. As a best practice, you should make js/css external and avoid extra stuff in your pages
i think that just following w3c guidelines you should be ok and you will have a clean code to work with.
For me Build your site crawlable... Like use CSS in external, and if you have a chance to build in full Table less it's much better. Because there's a lot of advantages of using table less.