Still working and learning about .dwt's

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?
 
S

Stefan B Rusynko

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

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
 

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