Meta Tags

J

Janet Schilling

How and where do I place the meta tag words and phrases
in the html page in 2002?

Thank you for your help on this. I have all the words
and phrases. Just need to know placement.
 
T

TL Kurtz

See sample code below:
==========================
<HTML>
<HEAD>
<TITLE>Add Page Title</TITLE>
<META NAME="description" CONTENT="Up to 145 character
description">
<META NAME="keywords" CONTENT="Enter Keywords">
<!--//Copy Keywords Here//-->
</HEAD>
<BODY>
The main body of your page goes here.
</BODY>
</HTML>
==========================

TK
 
Top