Still working and learning about .dwt's

  • Thread starter Thread starter John Berg
  • Start date Start date
J

John Berg

I want to leave the fields <meta name="keywords" content="audiotape"> has
an editable area so I can add keywords after I attach a dwt to a base web.
Can a move the keywords meta name to the <body> and change it there? If I
leave "keywords" in the <head>, can i shape an editable field around it?

What's the latest word on how and which search engines use keywords? Does
google?
 
To make the keywords editable in your pages using the DWT, add editable regions to your HEAD Section in in code view in the .dwt as

<!-- #BeginEditable "doctitle" -->
<title>Your page Title</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="keywords" content="words here ">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="description" content="text here ">
<!-- #EndEditable -->

--




|I want to leave the fields <meta name="keywords" content="audiotape"> has
| an editable area so I can add keywords after I attach a dwt to a base web.
| Can a move the keywords meta name to the <body> and change it there? If I
| leave "keywords" in the <head>, can i shape an editable field around it?
|
| What's the latest word on how and which search engines use keywords? Does
| google?
|
|
| --
| John Berg
|
|
|
 
Thanks, I see how that will work.
JOhn

--
John Berg
The fact that in Mohammedan law every woman must belong to some man as his
absolute property - either as a child, a wife, or a concubine - must
delay the final extinction of slavery until the faith of Islam has
ceased to be a great power among men. --W. Churchill
 
Back
Top