cannot add keywords to greyed in area

G

Guest

Hello - on properties of a page I cannot add keywords as the area is greyed
in?I've never had this problem with any of my websites.What is the
solution?Thanks.
 
R

Ronx

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top