MD Website Promotions
 Your one stop resource for search engine submission and web site promotion.

[Home]     [Order Form]

Free Advice

How to make your web site more search engine friendly.

Below are two generic web pages. One uses frames, and one does not. Search engines expect your web page to look like one of these examples. If it doesn't, they may ignore you. Notice the parts of the structure I have highlighted in red. I'll explain what each of these parts does, and the proper way to use them. If you like, you can cut and paste these examples to use as templates for your your own web pages.

No-Frames Example
<HTML>
<HEAD>
<TITLE>Your Title Goes Here.</TITLE>
<META NAME="description" CONTENT="A brief description of your site's content goes here.">
<META NAME="keywords" CONTENT="1st keyword, 2nd keyword,..., Nth keyword">

</HEAD>
<BODY>
The content of your page goes here.
</BODY>
</HTML>

Frames Example
<HTML>
<HEAD>
<TITLE>Your Title Goes Here.</TITLE>
<META NAME="description" CONTENT="A brief description of your site's content goes here.">
<META NAME="keywords" CONTENT="1st keyword, 2nd keyword,..., Nth keyword">

</HEAD>
<FRAMESET>
<FRAME> Defines your 1st frame.
<FRAME> Defines your 2nd frame.
  o
  o
  o
<FRAME> Defines your Nth frame.
</FRAMESET>
<NOFRAMES>
Content for search engines and non-frames capable browsers goes here
</NOFRAMES>

</HTML>

How to make your web site more user friendly.

If your page is not user friendly, your visitors will leave quickly, and not come back. They may even give your site bad word of mouth on various news groups. This is the kiss of death if you are selling something on your web site. Put a little effort into making your site easy to use.

[Home]     [Order Form]