Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Subscribe to HRA Now!

 



Are you a Google Analytics enthusiast?

Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE! 

 



 

 www.CustomReportSharing.com 

From the folks who brought you High Rankings!


Sponsored Content

 

 
 

Photo
- - - - -

Complete Site Redesign In Css


  • Please log in to reply
16 replies to this topic

#1 JoeDigital

JoeDigital

    HR 2

  • Active Members
  • PipPip
  • 29 posts

Posted 21 October 2007 - 08:58 PM

I have a few sites written with tables for payout and want to change it to CSS but have a few questions:

1) what will search engines think if I do a complete redo of my site? content would remain the same. I heard to many drastic changes are bad?
2) I heard it is better to have a site completely in CSS, I have a lot of tables within the text that I want to keep, would this still be optimized?
3) I am afraid if I make to many drastic changes to my page that the search engine might do something to the ranking, currently I pull a lot of keywords relevant to my industry.

thank you, crossfingers.gif

#2 qwerty

qwerty

    HR 10

  • Moderator
  • 8,295 posts
  • Location:Somerville, MA

Posted 22 October 2007 - 12:17 AM

If the content is the same, I don't think you have anything to worry about. I prefer to build sites without tables, but I've never seen any reason to believe there's any ranking benefit to it. It generally makes the pages load faster and use less server resources, along with making upkeep easier, and I consider those benefits to be reason enough.

#3 Randy

Randy

    Convert Me!

  • Moderator
  • 17,540 posts

Posted 22 October 2007 - 07:28 AM

As long as your content and urls remain the same there's really nothing to worry about JoeDigital. I've done what you're considering dozens and dozens of times over the years when updating old sites. Where you start running into trouble with the engines is when you change the content drastically and especially if you start changing the page file names or paths that the engines already know about.

As far as whether css or tables are more Search Engine friendly, it's a non-issue. Those are choices in Presentation, and the engines don't really care about presentation as a factor in their ranking algorithms. There are reasons CSS can be better or easier to work with, but none of those have anything to do with SEO.

#4 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 22 October 2007 - 09:09 AM

And if the tables are presenting tabular data, then tables are what you should use for valid code.

Tables aren't invalid (or even "out of date"). There are times when they're exactly the code you should use according to the standards. smile.gif

BTW, I second what the other posters have said -- my day job company just went through an extensive redesign, got rid of some unnecessary nested tables for layout and went with a more heavily CSS layout instead. New graphics, new page layout. Changed (some) of the content a bit (not much, though) and even made a couple of tweaks to the site navigation. We're doing just fine. In fact, as a result of the update, our conversion rate is up 50% and we just had our highest revenue month ever. smile.gif

--Torka mf_prop.gif

#5 JohneeMac

JohneeMac

    HR 4

  • Active Members
  • PipPipPipPip
  • 217 posts
  • Location:Scotland

Posted 22 October 2007 - 09:54 AM

QUOTE(torka @ Oct 22 2007, 03:09 PM) View Post
Tables aren't invalid (or even "out of date"). There are times when they're exactly the code you should use according to the standards. smile.gif


If not tabular data, then tables should not be used. Its as simple as that.

#6 Ahmed

Ahmed

    HR 3

  • Active Members
  • PipPipPip
  • 96 posts
  • Location:Quebec, Canada

Posted 22 October 2007 - 11:03 AM

But.. But.. tables are so nice. lol Yeah it took me a while to get used to the fact that tables were not the standard anymore for making webpages. CSS is really powerful though and will make your website much more organized and of course "load faster". As for the search engines -- just follow what the lovely peopel above said. Make your website better for your visitors and hopefuly the search engines are not dumb enough to penalize you (if they do well... at least they try not to be dumb).

#7 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 22 October 2007 - 11:25 AM

Sorry, JohneeMack, we're not going to go down that path again. This is not the place for yet another "pure CSS" versus table-based layout religious war.

QUOTE
tables were not the standard anymore for making webpages.

Tables are still -- and will remain -- valid code. There is nothing "nonstandard" about table elements in HTML, per se.

--Torka mf_prop.gif

Edited by torka, 22 October 2007 - 11:30 AM.


#8 Ahmed

Ahmed

    HR 3

  • Active Members
  • PipPipPip
  • 96 posts
  • Location:Quebec, Canada

Posted 22 October 2007 - 02:04 PM

Yes they are valid -- I use tables on my website smile.gif CSS is just a very powerful way of making webpage layouts and it does have advantages over traditional tables. I do plan to switch over to CSS with my current website but for now it looks fine and very user friendly so I'm keeping it. I guess saying tables are "nonstandard" is incorrect - whats standard anyway hehe

#9 piskie

piskie

    HR 7

  • Active Members
  • PipPipPipPipPipPipPip
  • 1,092 posts
  • Location:Cornwall

Posted 23 October 2007 - 02:46 AM

Hope this very General Tables and CSS oppinion is OK by you Torka

I find the secret of good CSS design is not to try and make the CSS jump through hoops unnecessarily.
Sometimes all sorts of display consistency issues have to be fixed by playing around with the CSS where a simple Table can fix the problem more easily and with less Cross Browser risks.

So my advice is don't work too hard to avoid Tables at all costs when it is more stable to use them to ensure Cross Browser stability.

#10 JohneeMac

JohneeMac

    HR 4

  • Active Members
  • PipPipPipPip
  • 217 posts
  • Location:Scotland

Posted 23 October 2007 - 03:48 AM

QUOTE(torka @ Oct 22 2007, 05:25 PM) View Post
Sorry, JohneeMack, we're not going to go down that path again. This is not the place for yet another "pure CSS" versus table-based layout religious war.
Tables are still -- and will remain -- valid code. There is nothing "nonstandard" about table elements in HTML, per se.

--Torka mf_prop.gif


Well sorry but to me this is seen as a site/forum where people can take away professional advice. For people to go and then think that tables are a acceptable design method in 2007 goes against the stature that this forum has.

Its like saying that reciprical links is the priority method in link building :-(

#11 chrishirst

chrishirst

    A not so moderate moderator.

  • Moderator
  • 5,886 posts
  • Location:Blackpool UK

Posted 23 October 2007 - 05:20 AM

QUOTE
For people to go and then think that tables are a acceptable design method in 2007


Tables ARE a perfectly valid and acceptable design in the right place

only a overly pretentious designer/coder would insist on using divs & spans etc to layout a spreadsheet look for data.

Using tables to design a layout for a simple page is obviously a silly method BUT it is still a valid use of HTML, the CSS snobs & purists may frown on it but what has it got to do with them!!!!

I always maintain that the XHTML strict "willy wavers" are also wrong, unless they are using XML in the document.

The mantra should be use the right tool for the job at hand NOT "Thou shalt use div & spans for everything"

#12 Jill

Jill

    High Rankings Advisor

  • Admin
  • 32,325 posts

Posted 23 October 2007 - 07:50 AM

QUOTE(JohneeMac @ Oct 23 2007, 04:48 AM) View Post
Well sorry but to me this is seen as a site/forum where people can take away professional advice. For people to go and then think that tables are a acceptable design method in 2007 goes against the stature that this forum has.

Its like saying that reciprical links is the priority method in link building :-(


I don't really want to have this debate again as we've had it a number of times here, but your analogy just doesn't make any sense.

One thing works perfectly fine (tables for your layout) and provides exactly what you need to make your site look the way you want it. And the other doesn't (reciprocal links).

Why are tables bad again?

#13 lyn

lyn

    HR 6

  • Active Members
  • PipPipPipPipPipPip
  • 940 posts
  • Location:London, Ontario

Posted 23 October 2007 - 10:08 AM

QUOTE(chrishirst @ Oct 23 2007, 06:20 AM) View Post
only a overly pretentious designer/coder would insist on using divs & spans etc... CSS snobs & purists... XHTML strict "willy wavers" are also wrong


superman.gif Tell it like it is, Chris!

L.


#14 qwerty

qwerty

    HR 10

  • Moderator
  • 8,295 posts
  • Location:Somerville, MA

Posted 23 October 2007 - 10:26 AM

I had to get a willy waiver last year, otherwise my taxes would have been through the roof.

#15 torka

torka

    Vintage Babe

  • Moderator
  • 4,392 posts
  • Location:Triangle area, NC, USA, Earth (usually)

Posted 23 October 2007 - 11:28 AM

They tax those in Boston? Man, they're strict up there. eek.gif

This is why I live in North Carolina. wink1.gif

--Torka mf_prop.gif




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users