Web Sites Share Your Dream With The World

Written by Terry Nicholls


With over 16 million web sites onrepparttar Internet, how do you get your home-based business's site noticed?

There is much to discuss when it comes to web sites, but this article will consider some basic ideas for your web site's design.

Ask three people for their Internet design opinions and you'll get three different answers. One thing's for sure, though:

K I S S

That's right, Keep It Simple Stupid. :-)

Web sites should have a clean, simple look with easy navigation and a logical layout. Nothing turns a visitor away quicker than being confused. If your visitors can't find what they're looking for within a few seconds, they'll click to another site and never return to yours.

Design Considerations

Here are some things to keep in mind:

Load Time -- Internet users are impatient. If it takes too long for your web pages to load, they'll go somewhere else. And, yes, 10 seconds is long!

Graphics -- Too many graphics on your web sites also contribute to slow load times. Some people turn offrepparttar 132367 display of graphics in their browsers, which means you need to have ALT tags to tell them whatrepparttar 132368 graphic is about.

In addition, reducerepparttar 132369 size of your graphics so that your web pages load quicker by using one ofrepparttar 132370 free image reducers available onrepparttar 132371 Internet.

Broken Links -- Web pages should work, so verify all links regularly to make sure you're not losing visitors out of frustration.

Creating a Robots.txt file

Written by Sumantra Roy


Some people believe that they should create different pages for different search engines, each page optimized for one keyword and for one search engine. Now, while I don't recommend that people create different pages for different search engines, if you do decide to create such pages, there is one issue that you need to be aware of.

These pages, although optimized for different search engines, often turn out to be pretty similar to each other. The search engines now haverepparttar ability to detect when a site has created such similar looking pages and are penalizing or even banning such sites. In order to prevent your site from being penalized for spamming, you need to preventrepparttar 132364 search engine spiders from indexing pages which are not meant for it, i.e. you need to prevent AltaVista from indexing pages meant for Google and vice-versa. The best way to do that is to use a robots.txt file.

You should create a robots.txt file using a text editor like Windows Notepad. Don't use your word processor to create such a file.

Here isrepparttar 132365 basic syntax ofrepparttar 132366 robots.txt file:

User-Agent: [Spider Name] Disallow: [File Name]

For instance, to tell AltaVista's spider, Scooter, not to spiderrepparttar 132367 file named myfile1.html residing inrepparttar 132368 root directory ofrepparttar 132369 server, you would write

User-Agent: Scooter Disallow: /myfile1.html

To tell Google's spider, called Googlebot, not to spiderrepparttar 132370 files myfile2.html and myfile3.html, you would write

User-Agent: Googlebot Disallow: /myfile2.html Disallow: /myfile3.html

You can, of course, put multiple User-Agent statements inrepparttar 132371 same robots.txt file. Hence, to tell AltaVista not to spiderrepparttar 132372 file named myfile1.html, and to tell Google not to spiderrepparttar 132373 files myfile2.html and myfile3.html, you would write

User-Agent: Scooter Disallow: /myfile1.html

User-Agent: Googlebot Disallow: /myfile2.html Disallow: /myfile3.html

If you want to prevent all robots from spideringrepparttar 132374 file named myfile4.html, you can userepparttar 132375 * wildcard character inrepparttar 132376 User-Agent line, i.e. you would write

User-Agent: * Disallow: /myfile4.html

However, you cannot userepparttar 132377 wildcard character inrepparttar 132378 Disallow line.

Once you have createdrepparttar 132379 robots.txt file, you should upload it torepparttar 132380 root directory of your domain. Uploading it to any sub-directory won't work -repparttar 132381 robots.txt file needs to be inrepparttar 132382 root directory.

I won't discussrepparttar 132383 syntax and structure ofrepparttar 132384 robots.txt file any further - you can getrepparttar 132385 complete specifications from here.

Now we come to howrepparttar 132386 robots.txt file can be used to prevent your site from being penalized for spamming in case you are creating different pages for different search engines. What you need to do is to prevent each search engine from spidering pages which are not meant for it.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use