Why CSS is good for Google?

Why CSS is good for Google?structure
Stylesheets cascading (CSS) are used to separateThe CSS allows you to structure your document as
the stylistic elements of a page such as provision ofHTML standards without compromising the
fonts and color page content such as paragraphs andlook-and-feel of the page.
images. Stylesheets cascading (CSS) provide theGoogle rewards pages that are well structured,
presentation layer to a web page. Using CSS, Webthough many designers choose to ignore standards
designers can control the presentation of the displayand guidelines as much as possible, because they
of a site from a central document.(incorrectly) believe standards lead to bland pages.
I would suggest that the advantages to be gainedUsing CSS, designers can create attractive pages
from using CSS, not just for Google, are well worthwith much flair, while adhering to the find ability
the time invested in learning it.design principles identified.
So why is CSS good for Google?CSS allows you to hide content from browsers while
- CSS allows the file sizes smallerit still gets picked up by Google
- The CSS allows you greater control of pageUsing CSS you can hide content from certain
structurebrowsers in certain situations. For example you may
- CSS allows you to hide certain content fromhave some content that you only want to appear in
browsers while it still gets picked up by Googleprint, or you may want certain content to only be
CSS allows the file sizes smallershown on screen and not in print (such as page
HTML page drawing styles and bringing a stylesheetnavigation). The advantage is that Google will still
(imported) style sheet (.css file), you can reduce theindex all of the content and you will still get the
total amount of code on your Web pages. Pagesbenefit that content brings.
with less code have smaller file sizes and GoogleBrowser Compatibility
prefers pages with smaller file sizes (many otherIf you are new to CSS, be aware that different
search engines do too).browsers still interpret CSS standards in different
Though Google doesn't offer specific advice on thisways, while some (very) old browsers don't read
matter, the search engine optimisation community isCSS at all. Ensure that your CSS is as cross-browser
generally agreed that 100KB is a good upper limit forcompatible as possible, and that your HTML pages
page sizes.look acceptable even without CSS.
The CSS allows you greater control of page