Business: Who says CSS is good for SEO?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fallenmuffin
    Confirmed User
    • Nov 2005
    • 8170

    #1

    Business: Who says CSS is good for SEO?

    I hear it a lot. Blog after blog, tip after tip. Pure CSS is the way to go for good SEO (I think that rhymed). I have many websites, 28 I think. Most are Pure CSS (tableless designs) with much thought to div order. Some have tables but highly rely on CSS. Those sites rank pretty well.

    However, my best ranking site. #4 out of 8 million results, #2 for another keyword out of 7.5 million results is old school HTML. I'm not talking HTML 1.1 I'm talking big fucking heavy HTML. Font tags around every thing. Tables out the ass.

    I put more effort in SEO into the CSS sites then I do this one. Not over SEOing it at all. I just pick my keywords more carefully for anchor tags, which sites I allow to link me etc. This one I'm pretty picky on who links me and where my traffic comes from but I don't care what the anchor text is...

    Debate.
  • StuartD
    Sofa King Band
    • Jul 2002
    • 29903

    #2
    This is an example... a site I started once upon a time but abandoned pretty quick because I was too busy, but I set it up as an example of some css advantages.

    How we see it:
    http://www.ratemypaysite.com

    How search engines see it:
    http://www.ratemypaysite.com/?nocss=1

    The differences are easy to see. There are many other benefits as well.
    This is me on facebook
    This is me on twitter

    Comment

    • Marshal
      Biz Dev and SEO
      • Jun 2005
      • 15226

      #3
      when you said "good rank", did you mean google/yahoo/msn(live)?

      all the contemporary search engines would make no difference, unless you have 1MB+ of stylesheet code in HTML file...

      anyway, it's easier for you to maintain the pages if you use external css files...

      if you ask me, the conslusion is: there's no difference, unless you exaggerate with the length of css code.
      ---
      Busy ranking websites on Google...

      Comment

      • Verbal
        Confirmed User
        • Dec 2001
        • 3420

        #4
        How old/established is the domain you have your 'old school' site on? I'm guessing it's older with better quality in-bound links right?

        Personally I think there are way to many variables to make an intelligent assessment, however I would bet that in the near future you will start seeing your CSS sites start moving up and 'old school' moving down.

        Comment

        • Verbal
          Confirmed User
          • Dec 2001
          • 3420

          #5
          edit - double post

          Comment

          • fallenmuffin
            Confirmed User
            • Nov 2005
            • 8170

            #6
            Originally posted by Verbal
            How old/established is the domain you have your 'old school' site on? I'm guessing it's older with better quality in-bound links right?

            Personally I think there are way to many variables to make an intelligent assessment, however I would bet that in the near future you will start seeing your CSS sites start moving up and 'old school' moving down.
            Most of the domains are from 2006 including the 'old school' one. The quaility of in-bound links is the same. In fact the old school site has less then the CSS ones.

            I'm currently seeing the opposite my CSS sites are starting to move down and the heavy HTML one just keeps climbing.

            Comment

            • Barefootsies
              Choice is an Illusion
              • Feb 2005
              • 42635

              #7
              Originally posted by fallenmuffin
              I hear it a lot. Blog after blog, tip after tip. Pure CSS is the way to go for good SEO (I think that rhymed). I have many websites, 28 I think. Most are Pure CSS (tableless designs) with much thought to div order. Some have tables but highly rely on CSS. Those sites rank pretty well.

              However, my best ranking site. #4 out of 8 million results, #2 for another keyword out of 7.5 million results is old school HTML. I'm not talking HTML 1.1 I'm talking big fucking heavy HTML. Font tags around every thing. Tables out the ass.

              I put more effort in SEO into the CSS sites then I do this one. Not over SEOing it at all. I just pick my keywords more carefully for anchor tags, which sites I allow to link me etc. This one I'm pretty picky on who links me and where my traffic comes from but I don't care what the anchor text is...

              Debate.


              I do not give a shit about CSS for SEO purposes.

              When I had the top spot for my old celebrity site, it equated to a few hundred referrals a day. Maybe a thousand at it's peek on a daily basis.

              I had many more coming from my other traffic sources that I had more control over in promotion efforts, and cross linking.

              Was it nice? Yes. But I never gamed the SERPS. Just ended up there. On two other sites, I am still page 1. It equates to about the same, and I have never done shit to gear them for SEO.

              If you do your updates, and a few other minor things, SERPS will take care of themselves more a less. CSS or not. I've had CSS and html both page one.

              Should You Email Your Members?

              Link1 | Link2 | Link3

              Enough Said.

              "Would you rather live like a king for a year or like a prince forever?"

              Comment

              • mynameisjim
                Confirmed User
                • Aug 2007
                • 2985

                #8
                In my experience I see no SEO advantage to a well coded, neat page, over a html heavy page. As long as the heavy page is compliant it shouldn't count against you at all.

                One thing I can say, if you are ranking well, DON'T CHANGE. Google reacts poorly to change and if you redo your site in CSS, there's a good chance you will have problems. Maybe you won't. But I've seen it happen.
                jim (at) amateursconvert . com Amateurs Convert

                Comment

                • fallenmuffin
                  Confirmed User
                  • Nov 2005
                  • 8170

                  #9
                  Originally posted by mynameisjim
                  In my experience I see no SEO advantage to a well coded, neat page, over a html heavy page. As long as the heavy page is compliant it shouldn't count against you at all.

                  One thing I can say, if you are ranking well, DON'T CHANGE. Google reacts poorly to change and if you redo your site in CSS, there's a good chance you will have problems. Maybe you won't. But I've seen it happen.
                  Exactly. I'm about to update it today but I'm not changing much. Just added a few new sponsors and moving two things around.

                  The spot is bringing me about 2k uniques daily. So, its nice to have that there .. people looking for exactly what you're offering.

                  Comment

                  • Vick!
                    Confirmed User
                    • Nov 2005
                    • 6882

                    #10
                    Originally posted by mynameisjim
                    As long as the heavy page is compliant it shouldn't count against you at all.
                    what do you mean by compliant?
                    Affordable Quality Web Hosting

                    Comment

                    • Bro Media - BANNED FOR LIFE
                      MOBILE PORN: IMOBILEPORN
                      • Jan 2004
                      • 16502

                      #11
                      because its easier for the search engines to see your content when the source says this:

                      Code:
                      <div id="container">content here</div>
                      then this:
                      Code:
                      <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
                        <tr>
                          <td>content here</td>
                        </tr>
                      </table>

                      Comment

                      • StuartD
                        Sofa King Band
                        • Jul 2002
                        • 29903

                        #12
                        Originally posted by Vick!
                        what do you mean by compliant?
                        Standards compliant... html, xml, css... if it validates without errors.
                        This is me on facebook
                        This is me on twitter

                        Comment

                        • klaze
                          So Fucking Banned
                          • May 2008
                          • 2167

                          #13
                          This thread is stupid.

                          Thanks for proving nothing O.P

                          Comment

                          • Cyndalie
                            Confirmed User
                            • Jan 2002
                            • 3615

                            #14
                            The 'cleaner' the page the better it ranked. Straight up HTML has always trumped CSS, includes, and all kinds of other shit in my experience.
                            Cyndalie
                            Marketing Director
                            StoriesTraffic.com

                            Comment

                            • fallenmuffin
                              Confirmed User
                              • Nov 2005
                              • 8170

                              #15
                              Originally posted by Jaysin
                              because its easier for the search engines to see your content when the source says this:

                              Code:
                              <div id="container">content here</div>
                              then this:
                              Code:
                              <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
                                <tr>
                                  <td>content here</td>
                                </tr>
                              </table>
                              Don't get me wrong I love CSS.. and logically that makes sense. However, my results prove otherwise.

                              Comment

                              • Pleasurepays
                                BANNED - SUPPORTING TUBES
                                • Aug 2002
                                • 11913

                                #16
                                i wasn't aware that search engines were less effective in 2008 at determining the content of a site and its relevance to searches.

                                Comment

                                • d-null
                                  . . .
                                  • Apr 2007
                                  • 13724

                                  #17
                                  Originally posted by Jaysin
                                  because its easier for the search engines to see your content when the source says this:

                                  Code:
                                  <div id="container">content here</div>
                                  then this:
                                  Code:
                                  <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
                                    <tr>
                                      <td>content here</td>
                                    </tr>
                                  </table>
                                  O RLY?

                                  __________________

                                  Looking for a custom TUBE SCRIPT that supports massive traffic, load balancing, billing support, and h264 encoding? Hit up Konrad!
                                  Looking for designs for your websites or custom tubesite design? Hit up Zuzana Designs
                                  Check out the #1 WordPress SEO Plugin: CyberSEO Suite

                                  Comment

                                  • Bro Media - BANNED FOR LIFE
                                    MOBILE PORN: IMOBILEPORN
                                    • Jan 2004
                                    • 16502

                                    #18
                                    Originally posted by jetjet
                                    O RLY?
                                    YA'RLY

                                    Comment

                                    Working...