Unstoppable Domains — AI Assistant

Is CSS better than tables for layout of page

Spaceship Spaceship
Watch

ravedid

Account Closed
Impact
0
I want to ask what is better CSS or tables,

What is best for search engines.

Hoping for a reply
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Tables are better for tabular data, CSS is better for layouts.
 
0
•••
yup i prefer CSS, its much more nicer. take a look at my sig ( My Search Engine) , its built on CSS.
 
0
•••
ravedid said:
I want to ask what is better CSS or tables,

What is best for search engines.

Hoping for a reply
CSS is definitely better.
1. Tables were not meant for layout
2. It's difficult to code sites with lots of nested tables and it's too easy to break the code
3. Table-less design is much easier to edit/maintain
4. With CSS you separate content from formatting. Your sites load faster because they contain less markup code. You can easily change the look and feel without altering content.

Rumour has it that CSS sites may rank better as the keyword density vs markup code will increase... This is probably true but I don't know to what extent.
IMO an important factor for ranking high in search engines is clean coding. If your code is spaghetti-like and does not make sense to a human eye then maybe it won't make sense to a robot after all :gl:
You need to put yourself in the shoes of a crawler. BTW here is a link to test how friendly your site is to spiders ;)
http://www.spidertest.com/

A few personal seo tips that you can try:
  • put your domain name in title and as close to the top as you can (I have the feeling spiders will like it because they will focus on the topmost section of your pages)
  • have a meaningful <title> tag eg. myrealestatesite.com: condos for rent in Nevada or myrealestatesite.com: land for sale in Nevada
  • have a consistent navigation scheme across all your pages
  • use the ALT tag for images to put descriptive content about the image.
    Actually I get a lof referers via images.google.com, people are looking for pictures and end up on my sites. I guess they like the images :]
  • use the title tag for hyperlinks ie. <a href="search.php" title="Search for properties">
 
Last edited:
0
•••
sdsinc said:
CSS is definitely better.
1. Tables were not meant for layout
2. It's difficult to code sites with lots of nested tables and it's too easy to break the code
3. Table-less design is much easier to edit/maintain
4. With CSS you separate content from formatting. Your sites load faster because they contain less markup code. You can easily change the look and feel without altering content.

Rumour has it that CSS sites may rank better as the keyword density vs markup code will increase... This is probably true but I don't know to what extent.
IMO an important factor for ranking high in search engines is clean coding. If your code is spaghetti-like and does not make sense to a human eye then maybe it won't make sense to a robot after all :gl:
You need to put yourself in the shoes of a crawler. BTW here is a link to test how friendly your site is to spiders ;)
http://www.spidertest.com/

A few personal seo tips that you can try:
  • put your domain name in title and as close to the top as you can (I have the feeling spiders will like it because they will focus on the topmost section of your pages)
  • have a meaningful <title> tag eg. myrealestatesite.com: condos for rent in Nevada or myrealestatesite.com: land for sale in Nevada
  • have a consistent navigation scheme across all your pages
  • use the ALT tag for images to put descriptive content about the image.
    Actually I get a lof referers via images.google.com, people are looking for pictures and end up on my sites. I guess they like the images :]
  • use the title tag for hyperlinks ie. <a href="search.php" title="Search for properties">

Spot on, great post :)
 
0
•••
I agree........ Great post and great seo tips! Especially about the images. I tell clients the same thing all the time. Especially now that google has the image searching option in thier tools...

I would even go so far as to add a gallery with desriptive titles etc just to take advantage of image indexing....


I love using css now that I actually know how.... I still have problems at times with certain things usually revolving around positioning with either the float or absolute attributes but I tell you... If you had a website with 50 pages would you rather edit one css page or 50 seperate pages???? lol
 
0
•••
Just adding on from sdsinc's post, try out www.webceo.com - you can download it for free and it analyzes your site and gives you suggestions to make it more search engine friendly.

It worked for me! (Type "Prevent SSH Attacks" into google and you will see :D)
 
0
•••
wow thats great post sdsinc also thanks rmweb for the additional info link...
 
0
•••
Appraise.net

We're social

Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back