Does the order of H1 & H2 tags matter?

Discussion in 'Search Engine Optimization' started by achod, May 21, 2010.

  1. #1
    is it ok to have the H1 tag lower down on the page than H2 tags? my website is www.giftswithstyle.co.uk
    I want to change the title "featured gift ideas" to an H1 tag but it is lower down on the page than some of the H2 tags eg "categories" & "popular brands"

    If I do this will search engines not like it??

    your thoughts would be much appreciated.
     
    achod, May 21, 2010 IP
  2. Brian1970

    Brian1970 Notable Member

    Messages:
    2,886
    Likes Received:
    416
    Best Answers:
    1
    Trophy Points:
    290
    #2
    I use H1 tag first for my main ranking keyword.

    Regards Brian
     
    Brian1970, May 21, 2010 IP
  3. jj1

    jj1 Active Member

    Messages:
    892
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    I have sometimes used h3 tags for the left hand column (which I beleive search engiens read first) and then h1 and h2 tags for main right hand column.

    Could you though use bold typeface (or similar) for the text above the h1?????????
     
    jj1, May 21, 2010 IP
  4. achod

    achod Active Member

    Messages:
    55
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #4
    so it should be ok then, even if the search engines read the h2 tags before the h1 tags
     
    achod, May 22, 2010 IP
  5. websitedevelopment

    websitedevelopment Peon

    Messages:
    231
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Actually,

    As far as H1 and H2 tag are concerned that Use of H1 and H2 tag are the standard of SEO, because due to this tag we can inform to crawlers that this tag key phrase has lot important for us.
     
    websitedevelopment, May 22, 2010 IP
  6. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #6
    Technically, <h*> elements are designed in a way that you can have multiple occurrences of each on the same page.

    <h1>Subject</h1>
    <h2>Refined Subject</h2>
    <h3>Further Refined Subject</h3>
    
    <h1>Subject 2</h1>
    <h2>Refined Subject 2</h2>
    <h3>Further Refined Subject 2</h3>
    Code (markup):
    What you usually see, is containers around such blocks though.

    <div>
    <h1>Subject</h1>
    <h2>Refined Subject</h2>
    <h3>Further Refined Subject</h3>
    </div>
    
    <div>
    <h1>Subject</h1>
    <h2>Refined Subject</h2>
    <h3>Further Refined Subject</h3>
    </div>
    Code (markup):
    I think Google already uses sections like that to help determine which parts of a page are relevant to eachother. Considering Google has people on the standards group that's pushing HTML5, which is a format with containers with semantic meaning built in like <menu>, <header>, etc, I don't think such a thought is too unlikely, and certainly bound to be something that Google pays more attention to as more sites pickup HTML5 and semantics/context play a bigger role in ranking.

    To answer your question, you'll probably do better to pay attention to which elements are grouped together in containers, than you are the order of the elements globally on the page.
     
    joebert, May 22, 2010 IP
  7. Sacredhoops

    Sacredhoops Well-Known Member

    Messages:
    677
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    118
    #7
    As far as H1 and H2 tag are concerned I would not sweat anything over it. Know do note a few things.

    I would not put your whole page in in either H1 or H2 tags but what order it's no big deal. Also, note that syntax error can be a major problem and if there is a syntax error with your H1 or H2 that could be a problem.

    Again though no sweat of just H1 or H2 tags
     
    Sacredhoops, May 22, 2010 IP
  8. pandorasbox

    pandorasbox Active Member

    Messages:
    140
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #8
    Doesn't matter as all web design is different, all the tags are for is to show main focus of site, second focus etc.
     
    pandorasbox, May 22, 2010 IP
  9. achod

    achod Active Member

    Messages:
    55
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #9
    Thanks for your responses! now I can give my website a little bit of a tweak!! :D
     
    achod, May 23, 2010 IP
  10. joemar

    joemar Peon

    Messages:
    305
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    its doesn't matter anymore... whether you are using h1 or h2 or h3
     
    joemar, May 23, 2010 IP
  11. williammfelix

    williammfelix Peon

    Messages:
    219
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    @joebert
    What do you mean by the elements? Do you mean we separate it in <div> tag?? thx.
     
    williammfelix, May 23, 2010 IP
  12. joebert

    joebert Well-Known Member

    Messages:
    2,150
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    145
    #12
    Elements, or tags. Any HTML you use to give text added meaning, such as <strong>, <h1-6>, <em>, etc.
     
    joebert, May 23, 2010 IP
  13. saching1

    saching1 Active Member

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #13
    H1 and H2 tags matter, whatever keyword (Title) you want to promote more use it as H1 and then use other keyword (Title) as H2
     
    saching1, May 24, 2010 IP