| There are things to consider if your ultimate goal is | | | | following reasons: |
| to optimize your website. Some of these are: | | | | 1. CSS codes are more accessible because CSS |
| 1. File size - Always be reminded that web pages of | | | | codes are cleaner making them easily readable by |
| a particular website should be light in terms of file | | | | search engine spiders. |
| size. It would be hard for search engine spiders to | | | | 2. CSS designed web pages load faster than |
| categorize an overly heavy web page filled with | | | | table-based web pages because the code weight is |
| HTML "junk text". | | | | low and lighter than table-based web pages. |
| 2. Content - An extremely readable content is an | | | | 3. When using CSS, you can put the most important |
| important key to remember in order to create a rich | | | | content and links to the top of the file where |
| content code that will help in optimizing the content | | | | "crawlers" can find these essential elements in a quick |
| of any web page. Always maintain a good content to | | | | and easy manner. If you are an Internet Marketing |
| code ratio. By doing this you will also prevent an | | | | Professional, you should be aware that search |
| overly heavy web page; ensuring a file size that is | | | | engines pay more attention to the text found on the |
| ideal for search engine spiders to categorize the site. | | | | top of the file rather than those located at the end |
| Cascading Style Sheet (CSS) is an important tool to | | | | of the file. These important texts are considered |
| use in order to benefit Search Engine Optimization | | | | clues about the whole content of the website that |
| (SEO). CSS is used to refine a certain page in order | | | | we are promoting. Do you think it would be wise to |
| to achieve a page that is spider friendly. Spider | | | | put your clues on the end part of your web content? |
| friendly page means a page that is created with | | | | If you are a wise webmaster you will get the clear |
| maximized keywords making it easier for "web | | | | and wide view that this article is pointing out - A clear |
| crawlers" to recognize and categorize them properly. | | | | and well presented website for search engine |
| Websites designed with the use of CSS are ranked | | | | optimization. |
| higher than table-based websites because of the | | | | |