Modify the <title></title> usage in the "top" function of the search script
to change the titles. Also modify the "top" function to output whatever
meta data you like. For example change:
<HTML>
<HEAD>
<TITLE>$title</TITLE>
</HEAD>
to:
<HTML>
<HEAD>
<TITLE>MyCompany $title</TITLE>
<META name=keywords CONTENT="these are my keywords">
</HEAD>