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 And when i removed <H1> and again analyzed using seocentro.got these results 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. And with h1 tag this is how it looks please guide me !!
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.
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
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!
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
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>
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.
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