Are you using a Dynamic Web Template? If so, the keywords meta tag (as
well as Description and Title tags) must be located within an editable
region on the DWT, before being attached to pages.
Example:
<head>
<!-- #BeginEditable "DocTitle" -->
<title>Title here</title>
<!-- #EndEditable -->
<!-- #BeginEditable "DocDescription" -->
<meta name="description" content="Description here">
<!-- #EndEditable -->
<!-- #BeginEditable "DocKeywords" -->
<meta name="keywords" content="keywords here">
<!-- #EndEditable -->
</head>
Or, as an "all in one solution:
<head>
<!-- #BeginEditable "HeadStuff" -->
<title>Title here</title>
<meta name="description" content="Description here" />
<meta name="keywords" content="keywords here" />
<!-- #EndEditable -->
</head>
Note that very few search engines actually use the keywords meta tag -
though description is still useful.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
FrontPage Support:
http://www.frontpagemvps.com/