Is CSS better for SEO?

Discussion in 'HTML & Website Design' started by Ronan, Apr 25, 2007.

  1. #1
    Hi,

    I am using CSS for alot of my html tags and fonts,etc but am still using tables for layout. Is their any advantage in terms of SEO to using only CSS?

    Thanks
     
    Ronan, Apr 25, 2007 IP
  2. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I could write a page about this, but to summerized, yes it is, less markup, faster loading page etc etc.
     
    bacanze, Apr 25, 2007 IP
  3. cdotech

    cdotech Banned

    Messages:
    1,017
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #3
    definitely.
    The HTML code on each page is much cleaner
    The CSS file is cached from the very beginning, and this speeds up the load time for the next pages
     
    cdotech, Apr 25, 2007 IP
  4. julandy

    julandy Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Search engines like css it makes for cleaner code. there is a really good book called 'designing without tables' by site point. difinately worth a read.
     
    julandy, Apr 25, 2007 IP
  5. Webice

    Webice Peon

    Messages:
    49
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The less code is used in a web site the more easier is for a search engine spider to crawl your site and get important content.
     
    Webice, Apr 25, 2007 IP
  6. Arson

    Arson Well-Known Member

    Messages:
    622
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    120
    #6
    Yeah, you definitely are going the right way by using CSS.
     
    Arson, Apr 25, 2007 IP
  7. zk0

    zk0 Peon

    Messages:
    299
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The short answer is Yes.

    You should read this article: "Accessibility is basic SEO knowledge"
     
    zk0, Apr 26, 2007 IP
  8. henryzeng

    henryzeng Peon

    Messages:
    199
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Save your css code as a file like style.css and link it as an external style sheet.

    <LINK REL=StyleSheet HREF="style.css" TYPE="text/css" MEDIA=screen>

    Your pages will load fast and SEs will not confuse your content with css codes.
     
    henryzeng, Apr 27, 2007 IP
  9. blogpt

    blogpt Active Member

    Messages:
    146
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #9
    Search engines really like CSS based pages. Crawlers will process your pages faster and better. Great article zk0!
     
    blogpt, Apr 27, 2007 IP