This is an example of a meta statement
Code example for a meta
<HTML LANG=en-US>
<HEAD>
<TITLE>Title Goes Here</TITLE>
<LINK REV=made href="mailto:webmaster@cybernet.com">
<META NAME="keywords" CONTENT="Keywords go here">
<META NAME="description" CONTENT="Enter a description of the website here">
<META NAME="rating" CONTENT="General"><!--this is nothing to worry about-->
<META NAME="revisit-after" CONTENT="2 days">
<META NAME="ROBOTS" CONTENT="ALL"><!--this is nothing to worry about either-->
<META NAME="DC.Title" CONTENT="Pretty much the same as key words... used by other search engines">
<META NAME="DC.Subject" CONTENT="Website Subject... kind of like keywords">
<META NAME="DC.Description" CONTENT="Enter the description here too">
<META NAME="DC.Language" SCHEME="RFC1766" CONTENT="EN">
</HEAD>
<BODY>
<!--
This is an example of meta statements for webpages.
They need only to be put on the main Index page.
There is a form that will help you make these pages
at: http://vancouver-webpages.com/VWbot/mk-metas.html


To submit a site to a search engine...
-->

</BODY>
</HTML>
Back