Main MenuEmail MenuWhat Makes A Good Site? - Click Here To Find Out!Over 100 Colour Codes For Your WebPage! Links To Great Places

 

 

HTML BASIC

FONT

IMAGE

LINK

COLOUR

HTML CODES

QUESTIONS

USEFUL INFO

HTTP STATUS

GLOSSARY

AWARDS

SERVICE

LEGAL INFO

Downlaod Microsoft Internet Explorer 4.x Today!!

Please Click Here To Vote For Me!

 

Lesson No. 5   

-Search Engines Readiness -  

        

       To have your web page searched by major search engines - This is the lesson you         want to learn.

       The command that we will be using in this lesson is "META" This command should        appear after the command <HEAD> and before the command </HEAD>

        To have your web page searched by major search engines, you need to have the          following:

                      - Keywords of your Web Page

                     - Description of your Web Page

  

      Example # 1

     This is one example of a web page using the "META" command.


<html>
<head>
<title>HTML: A Guide For Beginners</title>
<meta name="keywords"
content="guide, html, how, how to, learn, educate, educational, web page, Home Page, site, homepage, teaches, course, basic, advanced, tour, tutorial, http, guide, beginners, computer">
<meta name="description" content="Welcome to HTML: A Guide For Beginners. This guide teaches you how to create your first HTML Web Pages. In addition to this, it also has tips and supports.">
</head>


      As you can see, in the command <meta name="keywords" content=" "> follows the         listens of keywords. (For your site, you will have a different lists of Keywords)

       After the Keyword command, comes the description command, the description is          what will appear on the Search engines if someone search for your site.

      Please Note:

You do not need the "META" command on every page of your web page, just the Main page (which is usual the file "index.html")              

 

End of Lesson No. 5  
 

BACK or NEXT