SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-05-2004, 08:01 AM
bluesaga bluesaga is offline
SEO Junior and a half
 
Join Date: May 2004
Posts: 38 bluesaga is on a distinguished road
Tables or Divs??

I dont know what to use to code a site in the eyes of google. I currently uses tables and i noticed seo-guy uses tables. Is it better to use tables or doesnt it matter in the eyes of google?
Reply With Quote
  #2  
Old 05-05-2004, 09:21 AM
Pyrrhonist Pyrrhonist is offline
Uber Mod
 
Join Date: Jan 2004
Posts: 681 Pyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura about
Send a message via ICQ to Pyrrhonist
Sorry bluesaga,

Although this is definitely a Google related question, I think it has more to do with the programming aspects. It's a great question though, and I really hope we can get some discussion going on it.

SEO Bob
__________________
SEO Tutorial
Bob's quote of the week:
SEO Bob: "world cup of hockey is starting isn't it [, Dilligaf]? Who are you cheering for dilli?"
Dilligaf: "Well... if you promise not to tell my neighbours... "Oh Canada... ""
Reply With Quote
  #3  
Old 05-07-2004, 07:53 AM
doulos doulos is offline
SEO Junior
 
Join Date: May 2004
Location: Houston, TX
Posts: 4 doulos is on a distinguished road
Hi y'all. This is my first time here. Awesome place! Just wanted to say I hope someone can answer the question posed above, because my site is mostly in div's and I need to know if I should change it to tables too. Thanks!
Reply With Quote
  #4  
Old 05-07-2004, 08:00 AM
SPARKO's Avatar
SPARKO SPARKO is offline
SEO
 
Join Date: Apr 2004
Posts: 258 SPARKO is on a distinguished road
I remember using a table on another site and it dropped a fair bit ....I just used a cell to include a load of text; I was quite suprised.
Reply With Quote
  #5  
Old 05-07-2004, 12:57 PM
Pyrrhonist Pyrrhonist is offline
Uber Mod
 
Join Date: Jan 2004
Posts: 681 Pyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura about
Send a message via ICQ to Pyrrhonist
We use tables on 90% of our sites instead of divs, and seo guy's results really do speak for themselves.

The only advantage that i can see in using divs instead of tables is that you can place your navigation anywhere you want on the page (left side, top, upside down and backwards) and you can still make your actual content be positioned at the top of the file (which IS a good thing)

One reason that tables are nice is for older browsers. There's still quite a few people out there using old versions of ie 3 - 5, or netscape 4. Older browsers have issues with brand spanking new things like div layers and css repositioning.

Sparko,
I've never heard of anyone LOSING rankings because they used a table or two. I think that there must have been something else that happened at the same time that caused your ranking drop.
__________________
SEO Tutorial
Bob's quote of the week:
SEO Bob: "world cup of hockey is starting isn't it [, Dilligaf]? Who are you cheering for dilli?"
Dilligaf: "Well... if you promise not to tell my neighbours... "Oh Canada... ""
Reply With Quote
  #6  
Old 05-07-2004, 01:24 PM
Pyrrhonist Pyrrhonist is offline
Uber Mod
 
Join Date: Jan 2004
Posts: 681 Pyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura about
Send a message via ICQ to Pyrrhonist
I've been having issues with my cookies expiring, so i had to post that before I was finished.

Now, if I was creating a brand new domain from scratch, and I had the option of divs or tables, I'd probably use divs. The fact of the matter is that XHTML doesn't like tables, and puts too many limitations on them, imho. Unless I'm working on a domain for an industry where the average is using legacy hardware, I personally feel it's safe to assume that the user is using Windows ME or newer software.

Me shipped with IE 5.5, so there's not going to be too many issues there.
(oh yeah, and all AOL users won't have any problems, as AOL updates their IE version automatically with each new generation.)

Hopefully I haven't gone on too much of a rant, but there's my 2 cents
__________________
SEO Tutorial
Bob's quote of the week:
SEO Bob: "world cup of hockey is starting isn't it [, Dilligaf]? Who are you cheering for dilli?"
Dilligaf: "Well... if you promise not to tell my neighbours... "Oh Canada... ""
Reply With Quote
  #7  
Old 05-07-2004, 02:43 PM
RideQ's Avatar
RideQ RideQ is offline
SEO
 
Join Date: Apr 2004
Location: Phx, AZ
Posts: 156 RideQ is on a distinguished road
Send a message via AIM to RideQ Send a message via MSN to RideQ
wHAT ARE "dIVS"
?
Reply With Quote
  #8  
Old 05-07-2004, 02:54 PM
Pyrrhonist Pyrrhonist is offline
Uber Mod
 
Join Date: Jan 2004
Posts: 681 Pyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura aboutPyrrhonist has a spectacular aura about
Send a message via ICQ to Pyrrhonist
divs are when you use the <div> tag and are useful when using CSS. The <div> tag defines divisions in a web page and allows you to specify the alignment of the pgae. Div also gives you the option to define the style in a section of code.

The capability of the div tag that we've been talking about is that the div tag gives you the ability to name elements of code, and place them where you want on the page (by using the CSS positioning capability).

One place we should all be using the div tag is in text alignment. The <center> tage was deprecated in the HTML 4 specification, and we're all supposed to be using <div align="center"> (or text-align: center) from now on.
__________________
SEO Tutorial
Bob's quote of the week:
SEO Bob: "world cup of hockey is starting isn't it [, Dilligaf]? Who are you cheering for dilli?"
Dilligaf: "Well... if you promise not to tell my neighbours... "Oh Canada... ""
Reply With Quote
  #9  
Old 05-10-2004, 08:25 AM
jonk jonk is offline
Banned
 
Join Date: May 2004
Posts: 11 jonk is on a distinguished road
Google likes DIVS, so I would advice you to build up all your layouts using CSS2 styles instead of Tables.
Using DIVs have also a huge amount of benefits, plain content, less code, portability, accesibility, etc.
Bye.
Reply With Quote
  #10  
Old 05-10-2004, 08:33 AM
Dark_Matter Dark_Matter is offline
SEO Junior
 
Join Date: Apr 2004
Posts: 7 Dark_Matter is on a distinguished road
divs and google archives

I've noticed that using divs can have a negative effect on google's display of your website cache. I use divs to position content in my back issues (so i can easily insert adsense ads) and they tend to cover up the cache info that google provides. Not a big deal for most sites since the average user probably never checks the cache, but it kinda degrades the usefullness of the cache since it sometimes makes the page a lot harder to read.

I wonder if theres a way to solve this problem. Could you somehow detect when the site is being displayed through googles cache and reposition your divs?
__________________
Surrealism - HPLC
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 12:44 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.