I would like to know why CSS is good for Google.....
thanks for your help in advance.....
Less code, so less job for SEs
CSS allows you to hide content from browsers while it still gets picked up by Google!
Quote from: proseo on 07-02-2012, 12:21:57
CSS allows you to hide content from browsers while it still gets picked up by Google!
can you explain more details?? since I'm newbie too.
Google prefers CSS primarily because it permits smaller file sizes, user's superior page structure/layout control and option to hide some content from browsers but still get selected by Google
If you want to know more about CSS importance so read this article, I sure after reading you clearly understand why CSS is good for Google?
http://www.bluewebtemplates.com/blog/web-design/why-css-is-good-for-google/
Thanks and regards,
in the past websites were built on tables so google searched column for column. So nowadays if your website is still built on a table you have to watch out because google will put focus on the first column which is the navigation on the left side. So it's better to use css to put the focus on your contant
I can say CSS is a technique which can surely supported by all major search engine since CSS provides massive functionality with huge friendlyness.
CSS is used with HTML. Google love HTML code that is one reason giving precedence to CSS
Cascading Style Sheets or CSS is an important way to control how your Web pages look. CSS can control the fonts, text, colors, backgrounds, margins, and layout. But it can be very difficult to learn CSS, and some people would rather not learn it. There are some very good reasons to learn CSS so that you can control your Web pages look.
By using CSS you could decrease you coding weight of your website, resulting your site speed increases, it is good for user experience & google competitive priority.
1. It allows you greater control of page structure
2. It allows the file sizes smaller
3.It allows you to hide certain content from browsers while it still gets picked up by Google
You should avoid inline css. That's messy, and bad.
Always use .css files, and minify them.
That's what google loves.
Good luck