Here are some pages to review:
Also:
put the meta tags like discribed below:
The most important is the title tag! Describe in the title what your site is about with ~100 caracters
<HTML>
<HEAD>
<TITLE>your title</TITLE>
<META name="DESCRIPTION" content="your description">
<META name="KEYWORDS" content="kleinkeyword1, keword2, keyword3">
<META name="ROBOTS" content="index,follow">
<META name="LANGUAGE" content="english,US">
<META NAME="DISTRIBUTION" CONTENT="global">
</HEAD>
<!-- now your frameset --->
<FRAMESET rows="100%,*" border="0" frameborder="0">
<FRAME SRC="#" scrolling="auto">
<FRAME scrolling="no" noresize src="#"></FRAMESET>
<!-- framset end -->
<!-- content for browsers without frames -->
<NOFRAMES>
<BODY>
A short description about your website with links to the single pages
</BODY>
</NOFRAMES>
<!-- end content for browsers without frames -->
</HTML>
__________________________
Corey