Search Engines and MetaTags
Q. How do I make it easy for search-engines and announcement services to find my sight? A. You can make it easy for users to find you by doing the following two things: 1. Use the "Meta" tag on your web site. Place the following HTML code on the first page of your site (usually "index.html") or any other page that you want search engines to catalog. <HEAD> <TITLE>The title of your page.</TITLE> <META Name="description" Content="Write your description here. This will be displayed as the summary on LYCOS and InfoSeek."> <META Name="keywords" Content="Write your keywords here. Words and phrases should be separated by commas. Don't repeat the same word more that six times total in this field. The plural counts as a separate word."> </HEAD>
|