+ Reply to Thread
Results 1 to 3 of 3

Thread: Name DIV Tags for SEO?

  1. #1
    g123s Guest

    Default Name DIV Tags for SEO?

    Hi,

    Will naming your DIV Tags with Keywords help with Search Engine Optimization?
    This sounds dumb, but it has some reason.

  2. #2
    Johnny's Avatar
    Johnny is offline Master Babbler Johnny has a rock solid WB reputation (over 200 points) Johnny has a rock solid WB reputation (over 200 points) Johnny has a rock solid WB reputation (over 200 points)
    Join Date
    Apr 2008
    Location
    Cleveland/ Columbus, Ohio
    Posts
    143

    Default

    Hey there,

    I guess the best answer to your question is "maybe a tiny little bit, but probably not."

    There is actually a school of thought that suggests using the absolute minimum amount of html you possibly can and doing all your customizing through css. The idea is that search engines are looking for the ratio of actual content on your page (you know, the stuff between the <p></p> tags) in relation to the amount of html on the page. The more content the better.

    This pertains to paragraphs like following:

    BAD BAD BAD :
    Code:
    <p id="foxy" class="animals" style="font-size: 20px; color: #000; line-height: 28px; width: 50%;" border="2" align="center">The quick brown fox jumped over the yellow dog.</p>
    GOOD GOOD GOOD :
    Code:
    <p id="foxy">The quick brown fox jumped over the yellow dog.<p>
    But from everything I've read (and I've read a lot on this topic), search engines don't really care about id's and classes, per se.

    The most important aspects of SEO from a strictly HTML standpoint are:
    1. Using proper heading (<h1>, <h2>, <h3>) tags to organize your content.
    1. Having a unique <title>, <meta> description, and <meta> keywords for each page of your site.
    1. ALWAYS specifying the correct doctype and html xmlns.
    1. Giving every image on your site descriptive "alt" and "title" attributes.


    Hope that helps a little!

    Last edited by Johnny; 03-29-2009 at 11:12 AM.

  3. #3
    conceptskateboarding's Avatar
    conceptskateboarding is offline Supreme Babbler conceptskateboarding has more than the average amount of reputation points
    Join Date
    Sep 2008
    Location
    UK
    Posts
    558

    Default

    That was a very helpful reply,

    Thanks
    www.conceptskateboarding.com
    Concept Skateboarding is getting better every day and best of all im learning much!

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts