Menu
  Home
  Rates
  Contact Us
  News Links
  Search
  User Pages
  Downloads
  Tutorials / FAQs
  Web Links
  Classifieds
  Site Map
  Tucker News
  Event Calendar
Web-Mail
 E-Mail address:
 
 Password: 
 
 
Phone Numbers
Dial Up:
(231) 796-5867
Tech Support:
(231) 796-2548
9:00am-5:00pm M-F
DSL Access
DSL! 
Starting At $39.95/Mo.  
Tucker Communications - Tutorial - Search engine submission
General Tips for Getting Listed in Search Engines

Each search engine looks at different elements of your page, therefore we highly recommend implementing as many of these Tips as possible.

a. Use keywords in the <TITLE> of your document making it as descriptive as possible. When visiting your site, an agent will go first to the <TITLE> tag. For clarification purposes, the <TITLE> tag is what a browser will display in its title bar and is not simply the first line of HTML that shows up on your page. (Although your first words of introductory text should be descriptive as well). Search engines will display the text located between the <TITLE> tags when your web page is listed in a search. By making your <TITLE> descriptive, you'll be better off than those who only have keywords within the text of their page. It will also be helpful when people bookmark your web site. If a more descriptive name appears in a person's hotlist, it will be easier to find your site at a later date.

For example, instead of using <TITLE> Suncorp </TITLE> as the title of Suncorp's home page, <TITLE> Suncorp: Tanning Supplier </TITLE> would be much more descriptive. It would also place greater emphasis or relevancy on "Tanning Supplier" when calculating keywords.

b. Descriptive Page Text Search engines assign greater relevancy to text located at the top of a page than to text located in the middle or at the bottom of the page. The search engines assume that web page authors will present their most important information first. If your page has a main graphic at the top, you should place some descriptive text either underneath or beside the image. The search engines will index this text and assign it a high level of relevancy.

c. Use <META> tags which allow you to provide even more detail about your Web pages and thereby gain greater control over how your pages are indexed. Not all search engines make use of <META> tags, but adding these tags to your pages will make them more accessible to the search engines that do.

<META> tag codes are inserted within the <HEAD> </HEAD> tags. The basic syntax is:

<META name="description" content="a health and fitness center located in Atlanta">

This will control what appears as the summary of your Web page and will be displayed after the title of your document in the index listing. The content of the description should clearly convey what one can expect to find when linking to your site.

<META name="keywords" content="running, weight control, nutrition, aerobics, cholesterol, Georgia">

This will allow you to provide extra information about your page to the search engines without it being visible to the reader. While search engines do take these keywords into account when indexing your page, they are still going to index the entire contents of your page as many sites do not include <META> tags. Since this is the case, there is no need to be redundant. Include keywords that will not necessarily be derived when a robot visits your site. In other words, "health" and "fitness" need not be included in your list of keywords as it is part of your <TITLE>. Robots index both the description and keyword <META> tag contents as searchable words. Hence, your site will come up in a search if someone typed in "nutrition" or "health center" from your description. One way to maximize the usefulness of keywords is to incorporate singular and plural cases of words as well as active and passive verbs. For example, diet, diets, and dieting will yield similar but somewhat varying results in a search. Since you're able through tags, why not guarantee you come up on all of them.

Do not, however, excessively repeat keywords in a keyword <META> tag as search engines may penalize you for this. At present, InfoSeek and Lycos are two such examples and others may adopt similar policies in the future. The penalty will most likely be the spider disregarding the <META> tag and extracting keywords from the content of your page- as is usually the case. However, some Submit It! users have reported being dropped from a search engine's database and felt keyword repetition played a role in the removal of their listing.

Who should definitely make use of <META> tags?

Sites using Netscape frames:
The main HTML file contains the <FRAMESET> tags, but fails to provide robots with any real useful information for selecting a Web site's abstract. Therefore you should include a description summarizing the contents of the frames on your page with <META> tags.

Sites using Javascript at the top of their page:
If JavaScript code makes up the first several hundred characters on your page, you should use <META> tags to provide a description for your page. An indexing agent's search logic is programmed to place more emphasis on the text located at the top of your page than the content it combs through towards the bottom.

d. Use ALT tags especially if your site contains multiple photos or graphic-image maps at the top of your home page. Some search engines will take into account the text within an ALT tag when creating your site's description and keywords. In addition, you will be greatly appreciated by all people who visit your site with their Auto Load Images option turned off or by those who prefer to use character browsers.

ALT tags are placed after an image file and generally look like the following:

<img src="/images/submits.gif" alt="Submit It! : Web site marketing services and tools.">

If your site utilizes frames, you should be aware that search engines treat frames as if they are links within your main page. As a result the engines will review and index your main page and, at a later date, return to index each individual frame just as it will return to index all other internal links within your web site. Therefore, in order to have your main page (typically titled index.htm or ) indexed accurately and efficiently, we recommend that you add some descriptive text between the <noframes> and </noframes> tags of the HTML source coding of your main page. The noframes tags are usually placed below your frame set information. The frame set information is designated by <frameset> and </frameset>. This text should include your most important keywords and keyword phrases. Adding this text will provide the search engines with content from which to derive keywords for indexing. After this change has been made to your Web site, the page itself will appear exactly the same to anyone using a browser that supports frames. However, users of browsers that do not support frames (i.e. Netscape 1.0 or lower) will now be able to successfully view your home page.