A navigation menu is an important element of a website.A good navigation menu helps your visitors navigate through your website efficiently - in as few mouse-clicks as possible.
You can think of a website navigation menu like
"Table of Contents" of a book.
And
greater
number of web pages on your website,
more important
role of a website navigation menu.
Another important benefit of a navigation menu is it optimizes
internal linking structure of your website and allows
navigation menu links to rank better in search engines, since all web pages will be pointing to it.
(For example, if your website has 1000 web pages, each navigation menu link will have 1000 web pages pointing to it. This will result in
navigation menu links ranking higher than
other web pages)
Here's how you can use this knowledge to improve
search-engine rankings of selected web pages - Simply include
selected web pages as links in
navigation menu and you'll automatically have
rest of
web pages pointing to them.
And finally, here's one method you can use to easily create a website navigation menu - Using Server Side Includes (SSI).
What are Server Side Includes? ------------------------------ Server Side Includes (SSI) are simply instructions (also known as "directives") that are included in a HTML document to execute a specific command e.g. inserting
content of an HTML file.
The SSI directives are "processed" at
Server side, before it reaches
requesting browser (hence
name Server Side Includes).
As a result,
"processed" SSI directives merge seamlessly with
HTML file.
Here's an example of SSI in action at a website (i.e.
left navigation menu): http://www.BizSuccessOnline.com.
Notice
left navigation menu is made up of static HTML links.
This is to allow search-engine spiders to crawl through
website to discover other web pages (via
navigation menu links).
An alternative solution to get your web pages spidered by search-engines is to use a sitemap.
A sitemap is simply a webpage that contains links to every webpage on your website and should be linked from your home page.