Meta Tags: Edit Title, Description and Keywords
Edit in Frontpage:
In Microsoft Frontpage open each web page and go to "file" "properties" to edit the title (general tab). Then click the "custom" tab to edit the "description" and "keywords".
Edit in Dreamweaver:
On the menu select "window" "HTML source". Near the top of the page you will see the meta tags. Edit the "title" "description" and "keywords". (see code below for example)
Edit in Expression Web:
In Microsoft Expression Web, open each web page. Select "File", "Properties". On the "General" tab, edit the "title", "page description" and "keywords".
Edit in Notepad or SimpleText:
Or, you can edit each .htm page in a text editor. Look for these lines near the top of each web page:
<!-- CHANGE THE NEXT THREE LINES -->
<title>Website Template</title>
<meta name="Description" content="Place your website description in this area. This is read by some search engines.">
<meta name="KeyWords" content="add, your, keywords and phrases in this area, separated, by, commas, this, is read by only a, few search, engines">
<!-- CHANGE THE ABOVE THREE LINES -->
Change the information highlighted in green above, under "title", description" and "keywords", to reflect your website information or product description.