SE friendly webdesign ?????

Discussion in 'HTML & Website Design' started by elizakelvin, Sep 9, 2008.

  1. #1
    What are the key areas we should focus on if we want to design Search Engine friendly website?
     
    elizakelvin, Sep 9, 2008 IP
  2. SearchBliss

    SearchBliss Well-Known Member

    Messages:
    1,899
    Likes Received:
    70
    Best Answers:
    2
    Trophy Points:
    195
    Digital Goods:
    1
    #2
    Use CSS for the layout and avoid using tables.
     
    SearchBliss, Sep 9, 2008 IP
  3. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #3
    For sure your layout should be tableless unless you are entering tabular data.
    Your HTML sheet that the spider sees should contain minimal markup, and efficent markup so it can sift through it quickly picking up what your page is about without clutter and markup that is unrelated to your page.
    Title of page should always be in heading tags.
    Embolden text you want to emphaisise to the SE.
    XHTML Valid, so that your page passes through a validator.

    Minimal efficent markup is key, and correct use of elements, remember the spider is a computer not a human being!
     
    wd_2k6, Sep 9, 2008 IP
  4. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The old tables vs. CSS debate again. As far as the spider is concerned, it can read either and has no problems stripping the content out of the page.

    From How can I create a Google-friendly site?:

    There is nothing in the guidelines suggesting that you should not use tables.

    Check out Creating a Google-friendly site: Best practices for more information.
     
    Dodger, Sep 9, 2008 IP
  5. jack456

    jack456 Peon

    Messages:
    90
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi
    I read this article on the net and it is so helpful for me. Hope it will help you.

    8 Usability Check-Points You Should Be Aware Of
    thanks
     
    jack456, Sep 9, 2008 IP
  6. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, but really tables should only be used for tabular data and not the general layout of a page.

    Sure it can still be stripped out of a table layout, but it's not going to be as efficent as a DIV layout.

    I understand that table layouts do not have a big efffect on SEO, however they are a design/CSS nightmare and not future proof, you will have to make the changeover sooner or later. Imo the begginer shouldn't even bother learning about tabular layouts, hopefully the first articles they stubmle upon are Div related layouts.
     
    wd_2k6, Sep 10, 2008 IP
  7. digitalCompany

    digitalCompany Greenhorn

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #7
    * Design semantically for humans. ie. H1 main heading, h2 page heading, h3 sub title etc - search engines will place importance of the keywords within different html tags.

    * Clear, logical menu structure
     
    digitalCompany, Sep 10, 2008 IP
  8. Website Templates

    Website Templates Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Website Templates, Sep 10, 2008 IP
  9. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I fully understand the purpose of tables. But the question was about SE friendliness, and people posted right out of the gate with the mis-guided understanding that CSS div layouts are friendlier than Table layouts. This is simply NOT true.

    As far as the efficiency of parsing content from either type of page is a non-issue. One only need view any page through a Lynx browser to understand how this all works -- and it happens in less than the blink of an eye.
     
    Dodger, Sep 10, 2008 IP
  10. elizakelvin

    elizakelvin Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #10
     
    elizakelvin, Sep 11, 2008 IP
  11. rudyi

    rudyi Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I personally think that the use of tables just adds to the amount of code that the SE has to parse through. I'll do tables where it makes sense, but css just gives me better control. Also, don't forget the right doctype. This messes up so many people with SEO.
     
    rudyi, Sep 11, 2008 IP
  12. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #12
    That is your "personal" opinion. It is an opinion that is perpetuated throughout forums all the time.

    Just because "you" have a problem with sifting through nested tables and understanding the content, does not mean that the spider cannot do it. The spider can do it in the blink of an eye.

    And Doctypes have nothing to do with SEO. You can mess them up all you want, and the results will still be the same --- CONTENT.

    For the final time, it is 'content' that gets indexed, not Html. Learn it, live it, breath it.
     
    Dodger, Sep 11, 2008 IP
  13. offshore web development

    offshore web development Peon

    Messages:
    235
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #13
    There are lot more articles published,

    Just go in Google and type "Search Engine Friendly Website Design Tips"

    You may get the lot idea, how to design and develop it.
     
  14. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #14
     
    wd_2k6, Sep 12, 2008 IP
  15. shahilroyhere

    shahilroyhere Well-Known Member

    Messages:
    189
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    130
    #15
    Some thing I'll like to add to the existing:
    Use proper Meta Tags and unique Meta Descriptions for each page. Thats the most effective and essential for SEO.
    Use descriptive alt and title tags for images, flash, links.
    Do not use unnecessary divs. This will cause divitis.
    Thats all for now.
     
    shahilroyhere, Sep 12, 2008 IP
  16. tradeya

    tradeya Notable Member

    Messages:
    5,729
    Likes Received:
    275
    Best Answers:
    0
    Trophy Points:
    230
    #16
    That's nice article and I like it. thanks for sharing.
     
    tradeya, Sep 12, 2008 IP
  17. vietnamimpressive

    vietnamimpressive Peon

    Messages:
    158
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #17
    i could not agree more. this is an excellent post!
     
    vietnamimpressive, Sep 12, 2008 IP
  18. seoalan

    seoalan Peon

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I think table or css makes no differnce for SE obvioulsy it helps we humans for maintainance and all but no differnece for SE..
    Other things include good precise titile, bold h1 tags, use a href links not javascript..
     
    seoalan, Sep 12, 2008 IP
  19. Nancy1234

    Nancy1234 Peon

    Messages:
    93
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Hi,

    If you want to design search engine friendly website so you should :

    (1)Use CSS for the layout & avoid using tables.
    (2)Title should always be in heading tags.
    (3)Logical menu structure.
    (4)Use a href links.
     
    Nancy1234, Sep 16, 2008 IP
  20. saurabhj

    saurabhj Banned

    Messages:
    3,459
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #20
    I will prefer to use CSS and DIV based design.
     
    saurabhj, Sep 16, 2008 IP