Hagens
Joined: 15 Feb 2006 Posts: 20
|
Posted: Wed Apr 05, 2006 5:18 pm Post subject: CSS and Tags |
|
|
I'm learning CSS, and kind of stumbled on this....
Can I have multible <H2> tags in my html? Will this throw a flag with Google or anyone else?
I was thinking of structuring my home page similar to this... (item = main search criteria)
<title> blah blah blah.. item1 item2 item3</title>
Then the body would be like...
Welcome to blah blah blah
<h2> Item1
... content for item1...
<h2> Item2
.... content for item2...
repeat.
The site in question does in fact have two separate catagories of 'items', and as such, the pages will be separate. The h2's will be links to the main pages for that specific content, as well as a link inside the content. So overall, it should be legit... but I didn't know if search engines will have a fit for having multiple h2's.
Thoughts?? |
|