Google and H1

Discussion in 'Google' started by SoftCloud, Feb 10, 2007.

  1. #1
    Just a small query before I hop off to bed, what difference, if any, does it make using <h1>, <h2>, etc.. tags and having the google bot scan your site? Is it a good or bad thing using them? And does there bot mainly use that to detect stuff on websites?
     
    SoftCloud, Feb 10, 2007 IP
  2. Monty

    Monty Peon

    Messages:
    1,363
    Likes Received:
    132
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's a good thing to use <Hn> tags not because of Google but because this is the right way to organize page content.

    And I think, it's could be used by SE to determine the nature of the content, and the page topic
     
    Monty, Feb 10, 2007 IP
    KC TAN likes this.
  3. mhmdkhamis

    mhmdkhamis Well-Known Member

    Messages:
    1,097
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    145
    #3
    exuce me what do u mean with <h1>, <h2>

    can u explain more ...

    and where u put that
     
    mhmdkhamis, Feb 11, 2007 IP
  4. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #4
    rochow, Feb 11, 2007 IP
  5. KC TAN

    KC TAN Well-Known Member

    Messages:
    4,792
    Likes Received:
    353
    Best Answers:
    0
    Trophy Points:
    155
    #5
    Headers tag helps especially H1 :)

    H1 will aid the bots to determine what are the keywords that the page focus.
     
    KC TAN, Feb 11, 2007 IP
  6. SoftCloud

    SoftCloud Well-Known Member

    Messages:
    1,060
    Likes Received:
    28
    Best Answers:
    2
    Trophy Points:
    120
    #6
    The HTML tags, <h1></h1>, <h2></h2>, etc.. ;)



    Also cheers for the links and stuff other members. :)
     
    SoftCloud, Feb 11, 2007 IP
  7. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #7
    I have seen that it is espacially true for the <h1> tag.
    But it looks bad on pages so I put it for SO but reduce it with css to make the page looking better. I have both world ;)
     
    Codythebest, Feb 11, 2007 IP
  8. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #8
    Good question.
    When I got involved in HTML back in 94-95, that was probably the first tag learnt with <html> and <body>.
    You may get back to the html coding and re-read these tags that have been put on the side by css and other stuff. The basic need to be known...
     
    Codythebest, Feb 11, 2007 IP
  9. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The difference between H1 and H2 is basically that h1 is meant for the main title of the page, while h2 is meant for subheadings. Google will take it like that as well: the keywords in h1 tags will have (a bit) more weight then keywords in h2 or h3 headings. Do make sure all headings have 'natural' wording though: google penalizes overstuffing with keywords these days.
     
    kh7, Feb 11, 2007 IP
  10. nightwolfz

    nightwolfz Peon

    Messages:
    40
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    There is no difference if you use h1 or h2 for SE optimizing
     
    nightwolfz, Feb 11, 2007 IP
  11. Forsh

    Forsh Well-Known Member

    Messages:
    510
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    158
    #11
    I have a three word phrase in one of my header tags which allows me to rank 1 for that phrase. When I change it, I no longer rank 1.
     
    Forsh, Feb 11, 2007 IP
  12. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #12
    Haha yep, the tags aren't a big conspiracy anything!

    They do work, I don't know why people think they don't (maybe because they don't rank #1 instantly after putting their phrase in the <h1> tag?)
     
    rochow, Feb 11, 2007 IP
  13. liamvictor

    liamvictor Peon

    Messages:
    127
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #13
    In my experiments (some time ago) I find that Google and MSN in particular both pay attention to the H1 tag.

    You also need a complimentary TITLE tag, preferably not exactly the same, but there's no real problem if it is. For example, If it was a page about digital photography, you might have a H1 of "Digital Photography Resources", and a TITLE of "Digital Photography Links and More."

    Your meta keywords and description would include them all.

    Lastly, only include one H1 on the page, I've seen pages penalised for having more than one. (Was ranking with one, ranking reduced when I changed a h2 to a h1).

    kr,
    LiamVictor
     
    liamvictor, Feb 11, 2007 IP
  14. rochow

    rochow Notable Member

    Messages:
    3,991
    Likes Received:
    245
    Best Answers:
    0
    Trophy Points:
    240
    #14
    Liam is right, have one H1 tag, and multiple H2 and H3 tags
     
    rochow, Feb 11, 2007 IP