Editing <head> in template generated pages

R

Ron

This one will make you laugh, or cry. Created a new web
using 2003 templates. When you generate child pages from
the template, the <head> of the page is uneditable.

Editing the <head> of the page is key to search engine
optimization.

Anyone found a workaround?

Thanks,

R
 
S

Stefan B Rusynko

You need to create another editable region in the head section of your template
(FP only creates one for the title tag)
Typically you would create regions for at least:

<!-- #BeginEditable "doctitle" -->
<title>Introduction</title>
<!-- #EndEditable -->
<!-- #BeginEditable "keywords" -->
<meta name="KEYWORDS" content="site keywords here">
<!-- #EndEditable -->
<!-- #BeginEditable "description" -->
<meta name="DESCRIPTION" content="site description here">
<!-- #EndEditable -->



| This one will make you laugh, or cry. Created a new web
| using 2003 templates. When you generate child pages from
| the template, the <head> of the page is uneditable.
|
| Editing the <head> of the page is key to search engine
| optimization.
|
| Anyone found a workaround?
|
| Thanks,
|
| R
 
Top