David,
Not exactly sure what you are asking for, but from the sounds of it, you need to add the HTML title and meta tags in each of the pages of the site, if you view the HTML (this can be done using any text editor), you will need the following at the top:
--------------------------------------------------------
<html>
<head>
<meta name="keywords" content="Your Keywords" />
<meta name="description" content="Your Description" />
<title>Your Title</title>
</head>
<body>
--------------------------------------------------------
This is a rough cut, but hopefully it will help. FYI keywords are the keywords you are focusing on within that page. The description is what the search engines typically display on a search result.