Forum Moderators: open

Message Too Old, No Replies

h1 tags usage for publising.

using both h1 and h2 for same keywords.

         

sandyk20

8:57 am on Apr 21, 2006 (gmt 0)



Is this wise to use both h1 and h2 tags for same keyword on a webpage? (for news/articles)

I am trying to use h1 and h2 tags in my css
H1 { font: bold 12pt/14pt helvetica }
H2 { font: bold 10pt/12pt arial }

then using both the tags inside my webpage for same news/article title.

Is this termed bad/negative?

How can i implement both h1 to h6 tags for same news/article title on a given webpage?

vivalasvegas

9:20 am on Apr 21, 2006 (gmt 0)

10+ Year Member



How would you use h1 and h2 for the same title?

sandyk20

9:26 am on Apr 21, 2006 (gmt 0)



I have the articles displayed in following way:

Home >> Category Name >> Article Name (in site-navigation I am using h1 tag for article name)

again for the body of page, I am displaying the article name once again using a h2 tag.

article name is present in my title, description and keywords as well.

vivalasvegas

9:40 am on Apr 21, 2006 (gmt 0)

10+ Year Member



H tags are meant to be used for headers. I wouldn't use the h1 tag the way you described it. I would replace your current h2 with h1 and if you want to give more importance to the navigation where article title is displayed you can use a <b> or <i> tag.

If you search for "how to use h tags" in Google you'll get some useful info pages on the proper use of h tags.