I use Frontpage which uses the same template file type as dreamweaver... the .DWT which is also an AutoCAD template file type... argh...
I digress, I use this template for my entire site... the key is changing the file not the file name, replace your template with new template any time you like... but keep the file name the same...
Arvana, gets the points...
arvana Posted: February 04 2007 Post subject:
--------------------------------------------------------------------------------
You need to create an editable region in the head of your template, like this:
Code:
<head>
<title>Untitled Document</title>
<meta name="description" content="page description" />
<meta name="keywords" content="keyword 1, keyword 2, keyword 3, etc." />
</head>
add that to your template, then use find and replace, or windows explorer to change title and other tags... in the properties of each page you'll also find the areas to customize each page's meta tag... you don't have to edit the html for every page.
server side includes can accomplish metatag goals to an extent, but not for each individual page and then it's never really static, and stactic pages are more valuable.
I suggest going the route you are currently, using Arvana's suggestions...
good luck...
|