To get higher on search engines, you're going to have to use Meta Tags. If you don't know how to write them for yourself, use this JavaScript! Just enter the information about your site and it'll spit out the Meta Tags that you need to put on your pages (in the HEAD tags).
Add the below code to the <body> section of your page:
<scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin function
MakeIt(form){ var
txt='<META
NAME="DESCRIPTION" CONTENT="'+form.description.value+'">\r\n'; txt+='<META
NAME="KEYWORDS" CONTENT="'; if(form.keywords.value) txt+=form.keywords.value+'">\r\n'; form.source.value=txt;
} function
AddText(form,
Action){ var
AddTxt=""; var
txt=""; form.keywords.value+=AddTxt;
} function
ResetPage(form){ if(confirm("Do
you want to clear all and start a new META-tag Creation?")){ form.description.value=""; form.source.value=""; form.keywords.value=""; }
} // End --> </script> <FORMACTION=""> <TABLEBGCOLOR="dedfdf"border="2"cellpadding="4">
<TR>
<TD
align="center"><FONTSIZE="3"FACE="arial"><B>Site
Description<BR><fontsize="-2">(more
descriptive the better)</font></TD>
<TD
align="center"><INPUTTYPE="text"NAME="description"size=32></TD>
</TR>
<TR>
<TD
align="center"><FONTSIZE="3"FACE="arial"><B><CENTER>Up
to 10 Keywords<BR><fontsize="-2">(separated
with spaces)</font></TD>
<TD
align="center"><inputtype="text"name="keywords"size=32></TD>
</TR>
<TR>
<TD><FONTSIZE="3"FACE="arial"><B><CENTER><inputtype="button"value="Create
Tags"onClick="MakeIt(this.form);"></B></TD>
<TD><FONTSIZE="2"><B>Here
is your META - tag coding. <BR>Put
it in the HEAD of your HTML document.<BR><P><textareaname="source"rows=5Cols=45></textarea></TD>
</TR>