|
SallyOH -> RE: DWTs and meta tags and description (4/11/2008 19:40:04)
|
Mindy I am currently reformatting my FP site to use DWTs. I just went through this myself. Here's what you have to do - open each page, right-click on the page and go to Page Properties. Insert the metatags (title, keywords, and descriptions) and save the page. Don't do anything about it's attached dwt yet. Get all the metadata in each page and save them first. (If you are importing files, add the meta data after you import each one, but before you attach the DWT.) Open the .dwt and add this in the <head> section (the 'doctitle' code might already be in there): <!-- #BeginEditable "doctitle" --> <title>enter page title</title> <!-- #EndEditable --> <!-- #BeginEditable "description" --> <meta content=" /" name="description" /> <!-- #EndEditable --> <!-- #BeginEditable "keywords" --> <meta content=" /" name="keywords" /> <!-- #EndEditable --> Save the DWT (at this point you don't have to update the attached files.) Next time you make a change to an attached file, the DWT will keep your metadata intact and not overwrite it nothing!
|
|
|
|