|
META Before You LIST |
|
Meta HTML commands must be inserted into your home page HTML code so that the spider search engines will pick up your keywords. Below is an example of where to place these commands and what they look like. Once the META lines are in place, you can then list your site with the spider search engines by returning to and completing the previous page and sequentially submitting your site to the available spider search engines. <HTML> <HEAD> <TITLE>Your Title</TITLE> <META name="description" content="Description of your company."> <META name="keywords" content="Keywords and phrases separarated by commas"> </HEAD> <BODY> . . . </BODY> </HTML> |