Content and Keywords

This sounds like nothing important but it's the key to getting the search engines to link you to the browsers who are searching for you.


You'll find these lines in the <HEAD> section

META NAME="Description" CONTENT="this is where you say in about 25 words what your site is about">

This helps when you submit your pages to search engines as they read this to help put you in the right catagory and is often shown by the search engine when it gives you a choice of sites it has found. So if you don't have this line and the search engine selects you as a possible choice for someone's search they'll just see your web address which may tell them nothing.

META NAME="KeyWords" CONTENT="this is where you put keywords separated by commas">

This is what most search engines use to decide if your sites a match when someone enters the keywords they're looking for. Put any word that you think someone looking for something on your site might use. Put any common missspelling of the words as well.

Typical Example Code


<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]">
   <meta name="Author" content="nik">
   <link rel="shortcut icon" href="favicon.ico">
   <meta name="Description" content="omniautos home page links to it's austin-healey sprite/mg midget site, download site, nik's homepage a general links pages,  html code site, Pc hints and ASACCC site">
   <meta name="KeyWords" content="avon, sports, and, classics, car, club, austin, healey, sprite, mg, midget, a40, omniautos, omni-autos, omniauto's, omni-auto's, html, htm, pc, hints, nik asaccc, nik">
   <title>OMNI_AUTO'S INDEX PAGE</title>


Home

Source Code

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]">
   <meta name="KeyWords" content="Content,keywords,htm,html,web,www,internet,edit">
   <meta name="Author" content="nik">
   <meta name="Description" content="html contents and keywords">
   <title>HTML CONTENT and KEYWORDS</title>
<link rel="shortcut icon" href="favicon.ico" >
</head>
<body text="#000000" bgcolor="#FFFF99" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<blockquote>
<center>
<h1>Content and Keywords</h1></center>

<p><font size=+1>This sounds like nothing important but it's the key to getting the search engines to link you to the browsers who are searching for you.</font>

<p><br><font size=+1>You'll find these lines in the &lt;HEAD> section</font>
<p><font size=+1>META NAME="Description" CONTENT="this is where you say in about 25 words what your site is about"></font>

<p><font size=+1>This helps when you submit your pages to search engines as they read this to help put you in the right catagory and is often shown by the search engine when it gives you a choice of sites it has found. So if you don't have this line and the search engine selects you as a possible choice for someone's search they'll just see your web address which may tell them nothing.</font>
<p><font size=+1>META NAME="KeyWords" CONTENT="this is where you put keywords separated by commas"></font>

<p><font size=+1>This is what most search engines use to decide if your sites a match when someone enters the keywords they're looking for. Put any word that you think someone looking for something on your site might use. Put any common missspelling of the words as well.</font>
<center>
<h3>Typical Example Code</h3></center>

<p><br><font size=+1>&lt;!doctype html public "-//w3c//dtd html 4.0 transitional//en"></font>
<br><font size=+1>&lt;html></font>
<br><font size=+1>&lt;head></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="GENERATOR" content="Mozilla/4.8 [en] (Windows NT 5.0; U) [Netscape]"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="Author" content="nik"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;link rel="shortcut icon" href="favicon.ico"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="Description" content="omniautos home page links to it's austin-healey sprite/mg midget site, download site, nik's homepage a general links pages,&nbsp; html code site, Pc hints and
ASACCC site"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;meta name="KeyWords" content="avon,sports, and, classics, car, club, austin, healey, sprite, mg, midget, a40,omniautos, omni-autos, omniauto's, omni-auto's, html, htm, pc, hints, nik, asaccc, nik"></font>
<br><font size=+1>&nbsp;&nbsp; &lt;title>OMNI_AUTO'S INDEX PAGE&lt;/title></font>

</blockquote>

<center>
<p><br><a href="index.htm"><img SRC="but_home.gif" ALT="Home" BORDER=0 title="Home" height=32 width=128></a></center>

</body>
</html>

Home