Scripting:
How can I add meta tags to my web page?
Search engine robots read HTML tags known as tags
in order to determine the contents of a site. By
using tags you are offering data to search engines
to help them index your site. Such tags include:
<title>Title of your site</title>
<meta name="description" content="A
description on your site">
<meta name="keywords" content="Keywords
found in your site whereby each keyword is separated
by a comma"></head>
|