Quick Tutorial - The finishing touch


Meta information for search engines

  1. After you published your first page, you want people to visit. Search engines are an important tool to help visitors find your page. Some of these search engines look for meta information in your document. I recommend you supply this information, it really makes a difference in getting more audience.

  2. Personally I place the meta information between the head tags, as this is the most appropriate place for it. Perhaps other places will work too but I'm quite sure that this kind of information does not belong in the body of the document. Let's start with the description tag that's available under the Tags menu as Comments| Description. This will insert the following tag:

    <META name="description" content="">

    Write a short description between the quotes after the content attribute. Search engines that read meta information will supply this description when your page turns up at a search.

    <META name="description" content="Anansi, the freeware project oriented HTML-editor for Windows 3.11 and 95">

  3. To increase your hit results you can add additional keywords for your document. Don't repeat words that are already in the description, you won't get points for that. Under the Tags menu get Comments| Keywords:

    <META name="keywords" content="">

    As with the description, add your text after the content attribute between the quotes.

    <META name="keywords" content="website design maintenance ftp upload">

Return to the Index