PDA

View Full Version : Selection of <h1> text?



ergobob
10-12-2004, 11:22 AM
Hello,

I have two places where primary keywords exist. You can see this at www.usernomics.com/workplace-ergonomics.html .

1. A top banner that contains 4-5 keywords that pertain to the topic on the page.

2. The first main heading in the text that contains one primary keyword for that page.

I can label either one with <h1> and the other with <h2>.

Which of the two options would be best to use the <h1> tag for from a SERPS viewpoint?

Thanks,

Bob

greeneagle
10-12-2004, 11:43 AM
Are you talking HTML or CSS?, and do the SE's view each differently?
Ken

ergobob
10-12-2004, 12:07 PM
I am talking about controlling the style of the text with CSS. The html at this point looks like this:

<div id="lead1"><h1>keyword1, keyword2, keyword3, keyword4</a></h1></div>

and the second heading is simply:

<h2>keyword1</h2>

But using CSS I can change this as I want and still keep the look and feel regardless of h1 or h2.

Bob