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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top