When i add <h1> tag there is some problem.seocentro analysis shows different results

Discussion in 'Search Engine Optimization' started by BrandDoctor, Dec 8, 2010.

  1. #1
    i added <h1> tag after the title tag.in this format

    And when i analyzed using http://www.seocentro.com/tools/search-engines/metatag-analyzer.html it displayed that the following results
    [​IMG]

    And when i removed <H1>
    and again analyzed using seocentro.got these results
    [​IMG]

    Why is this happening and where should i add <h1>??

    but when H1 is added my page get two titles.one which we add in blogger under settings-->basics -> tile
    so my blog looks like this without h1 in source code.
    [​IMG]

    And with h1 tag this is how it looks
    [​IMG]

    please guide me !!
     
    BrandDoctor, Dec 8, 2010 IP
  2. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #2
    Am i alone here?
     
    BrandDoctor, Dec 9, 2010 IP
  3. steers82

    steers82 Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The <H1> tags are meant to be used in the <body> of a page not in the <head> basically what you have done is blocked the rest of the meta information from being read.
     
    steers82, Dec 9, 2010 IP
  4. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #4
    can you tell me the exact place in the code so that i can insert h1 there.please paste a line of so so that i could find it
     
    BrandDoctor, Dec 9, 2010 IP
  5. hypokill

    hypokill Well-Known Member

    Messages:
    271
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #5
    look for the <body> tag and paste it in under that. Without you displaying any of your code that's all the help i can give you.

    according to that site under the headers return section it says

    expires: Thu, 19 Nov 1981 08:52:00 GMT

    Happy days!
     
    Last edited: Dec 9, 2010
    hypokill, Dec 9, 2010 IP
  6. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #6
    ok i understood :) i will report it now and h1 tag will be related to the title tag isn't it?
     
    BrandDoctor, Dec 9, 2010 IP
  7. hypokill

    hypokill Well-Known Member

    Messages:
    271
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #7
    <h1> header tags have no relevance to the title tag.
     
    hypokill, Dec 9, 2010 IP
  8. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #8
    So what to write in the H1 tag,i thought some text related to the title will go in the h1
     
    BrandDoctor, Dec 9, 2010 IP
  9. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #9
    No help in these two post,please take a look

    Crawl errors--http://forums.digitalpoint.com/showthread.php?t=2025970

    Screen turns black while playing ---"http://forums.digitalpoint.com/showthread.php?t=2022821&page=2
     
    BrandDoctor, Dec 9, 2010 IP
  10. hypokill

    hypokill Well-Known Member

    Messages:
    271
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #10
    the header tags are for your coding. They have no relevance to title/meta tags. You use <h1> or <h2> or <h3> to break up your content with headers

    example:
    <html>
    <head>
    <title>Mysite</title>
    </head>
    <body>
    <h1>This is the title to the paragraph</h1>
    <p>This is the actual paragraph</p>
    </body>
    </html>
     
    hypokill, Dec 9, 2010 IP
  11. Toneek Muz

    Toneek Muz Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Your page in html loks like:
    <html>
    <head>
    ...
    some META stuff.. =)
    ...
    </head>
    <body>
    ...
    How your page looks like, text, and so on....
    ...
    </body>


    So U can post "<H1>.... text .....</h1>" only between <body> and </body>. Look for tag <body> and place your string there.
     
    Toneek Muz, Dec 9, 2010 IP
  12. jamesdesigners

    jamesdesigners Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Yes, use h1 tag on body not in head.
     
    jamesdesigners, Dec 9, 2010 IP
  13. optimizer

    optimizer Well-Known Member

    Messages:
    166
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #13
    My head is spinning with so many data...:)
     
    optimizer, Dec 11, 2010 IP
  14. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #14
    hehe! i was wondering if i should use h1 coz when i add h1 and scan my website using website grader it say my blog has two h1 tags
     
    BrandDoctor, Dec 11, 2010 IP
  15. BrandDoctor

    BrandDoctor Well-Known Member

    Messages:
    1,136
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    190
    #15
    can an one tell me why its showing two h1 tags!!!
     
    BrandDoctor, Dec 12, 2010 IP