Size or H1/H2 ?

Discussion in 'Search Engine Optimization' started by real, Oct 15, 2005.

  1. #1
    Which ones matter or are they the same thing.

    Most important keywords should be in big letters right? Or in H1?
    If they are the same thing, what is font size then?
    If they are different, isn't using H1, H2 just s p a m because same looking sites should behave in the same way.
     
    real, Oct 15, 2005 IP
  2. INV

    INV Peon

    Messages:
    1,686
    Likes Received:
    101
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I don't think Google reacts to font-size. However in a proper article for example a <h1> would represent the title or header, and the <h2> would represent the sub-title.
     
    INV, Oct 16, 2005 IP
  3. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #3
    Font size is for humans.

    H tags are for humans and search engines.
     
    Will.Spencer, Oct 16, 2005 IP
  4. real

    real Peon

    Messages:
    399
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Is it possible to add h1/h2 without changing font size and shape?
     
    real, Oct 16, 2005 IP
  5. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #5
    Yes.

    A common Black Hat technique is to make H1/H2/H3 the same font size as normal body text.

    The Black Hat then puts the terms he wants to optimize for into H1/H2/H3.

    Everything looks normal to visitors, but the search engines see the H1/H2/H3 terms as "more important on this page."

    This technique may or may not function on any particular search engine at this time.
     
    Will.Spencer, Oct 16, 2005 IP
  6. mdvaldosta

    mdvaldosta Peon

    Messages:
    4,079
    Likes Received:
    362
    Best Answers:
    0
    Trophy Points:
    0
    #6
    yea, you can define your h1 styles in css, keep it the same if you want.
     
    mdvaldosta, Oct 16, 2005 IP
  7. aaron_nimocks

    aaron_nimocks Im kind of a big deal Staff

    Messages:
    5,563
    Likes Received:
    627
    Best Answers:
    0
    Trophy Points:
    420
    #7
    I always change my size because i dont like huge font and never had a problem. But like Will said just dont make them the same size as everything else and hide it.
     
    aaron_nimocks, Oct 16, 2005 IP
  8. iskandar

    iskandar Well-Known Member

    Messages:
    897
    Likes Received:
    83
    Best Answers:
    0
    Trophy Points:
    148
    #8
    I normally use H1 for my site keyword, and H2 for sections related to the keyword:

    e.g H1 - for Men Underwear
    H2 - Tight Underwear, Loose Underwear, Sexy Underwear

    and use external css to make sure H1 and H2 doesn't look enormous & ugly.For example:

    h1{
    font: bold 120% Arial,sans-serif;
    color: #334d55;
    margin: 0px;
    padding: 0px;
    }

    h2{
    font: bold 114% Arial,sans-serif;
    color: #006699;
    margin: 0px;
    padding: 0px;
    }

    (.. no guys, I don''t sell underwears. So don't pm me to buy any underwears :D)
     
    iskandar, Oct 16, 2005 IP