Someone say CSS can increase SEO ranking. my site totally has not CSS. how much percent of CSS for SEO? thank you
SEO is not affected by CSS. CSS controls the styling of your pages and SEO is influenced by your HTML code.
read this: hxxp://www.chromaticsites.com/blog/13-reasons-why-css-is-superior-to-tables-in-website-design/
There is a school of thought that says that a site using CSS over table-based layouts is better for SEO because you've got a lower code-to-content ratio. Personally I think that's nonsense. There are plenty of reasons to use CSS instead of table-based web development, but I don't think SEO should be one of them.
It is not true, CSS does help for your SEO in many ways. 1. By using CSS you create a much lighter code page than by using table-based layouts. This makes the indexing of your website much easier for search engines. This helps to make your website SEO friendly 2. Because you have a lighter code, the download speed of your page is reduced by a lot and the download speed of the page does affect your rankings. 3. With CSS you could do something called absolute positioning. Search engines do not see website like we do. To it, it's just a bunch of codes which he crawls. We know that order has some ranking weight so with absolute positioning, I could put content that is all the way at the bottom visually, placed very high in the codes which will give it more ranking weight. CSS is important. Clean, organized codes are much better for search engines.
yes you are right, Css is not important for seo. But CSS is very important for site style for layout. Without it we can generate attractive layout. Thanks
I'm confused, you contradicted yourself twice. You agree with me but you say that css is not important. You say that CSS is important for site style layout but without it we can generate attractive layouts.