if its a non vb page and you want meta tags, just edit the template and add between the <head> tags eg:
<head>
<title>my site</title>
<meta name="keywords" content="me,my site,and,i" />
<meta name="description" content="welcome to my site" />
</head>
---------
you can pretty much add these tags in the header of any template that does not have meta tags. yes its good for seo.
---------
|