PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage cannot add keywords to greyed in area

Reply

cannot add keywords to greyed in area

 
Thread Tools Rate Thread
Old 02-09-2007, 10:18 AM   #1
=?Utf-8?B?Sk9FWQ==?=
Guest
 
Posts: n/a
Default cannot add keywords to greyed in area


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.
  Reply With Quote
Old 02-09-2007, 10:24 AM   #2
Ronx
Guest
 
Posts: n/a
Default Re: cannot add keywords to greyed in area

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/




"JOEY" <JOEY@discussions.microsoft.com> wrote in message
news:09DBDE58-38FB-4247-91C0-40AEC5DA232B@microsoft.com:

> 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.


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off