Hi,
I have a couple of web pages that I created using Word 2003 as my HTML editor. This has worked wonderfully.
I need to get this noticed by the search engines if they search by a couple of terms. I understand that I need to insert metatags for those words.
Please tell me how to do this. Here is the top portion of the source code:
<html xmlns:v="urn:schemas-micro
soft-com:v
ml"
xmlns:o="urn:schemas-micro
soft-com:o
ffice:offi
ce"
xmlns:w="urn:schemas-micro
soft-com:o
ffice:word
"
xmlns="
http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 11">
<meta name=Originator content="Microsoft Word 11">
<link rel=File-List href="CRIER-CRF_files/file
list.xml">
<link rel=Edit-Time-Data href="CRIER-CRF_files/edit
data.mso">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML
);}
o\:* {behavior:url(#default#VML
);}
w\:* {behavior:url(#default#VML
);}
.shape {behavior:url(#default#VML
);}
</style>
<![endif]-->
<title> </title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Susan Kennedy</o:Author>
<o:LastAuthor>Susan Kennedy</o:LastAuthor>
<o:Revision>2</o:Revision>
<o:TotalTime>71</o:TotalTi
me>
<o:Created>2007-02-10T16:1
7:00Z</o:C
reated>
<o:LastSaved>2007-02-10T16
:17:00Z</o
:LastSaved
>
<o:Pages>1</o:Pages>
<o:Words>162</o:Words>
<o:Characters>926</o:Chara
cters>
<o:Company>Kennedy Data Solutions</o:Company>
<o:Lines>7</o:Lines>
<o:Paragraphs>2</o:Paragra
phs>
<o:CharactersWithSpaces>10
86</o:Char
actersWith
Spaces>
<o:Version>11.8107</o:Vers
ion>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:SpellingState>Clean</w:
SpellingSt
ate>
<w:GrammarState>Clean</w:G
rammarStat
e>
<w:DrawingGridHorizontalSp
acing>36 pt</w:DrawingGridHorizonta
lSpacing>
<w:DrawingGridVerticalSpac
ing>36 pt</w:DrawingGridVerticalS
pacing>
<w:ValidateAgainstSchemas/
>
<w:SaveIfXMLInvalid>false<
/w:SaveIfX
MLInvalid>
<w:IgnoreMixedContent>fals
e</w:Ignor
eMixedCont
ent>
<w:AlwaysShowPlaceholderTe
xt>false</
w:AlwaysSh
owPlacehol
derText>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:UseWord2002TableStyleRu
les/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftI
nternetExp
lorer4</w:
BrowserLev
el>
</w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" LatentStyleCount="156">
</w:LatentStyles>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orpha
n;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"T
imes New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
span.SpellE
{mso-style-name:"";
mso-spl-e:yes;}
span.GramE
{mso-style-name:"";
mso-gram-e:yes;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
Thanks!
Susan