Continued from page 1
This will provide
search-engine spiders a path to follow and will ultimately result in your web pages getting fully indexed.
You can learn more about sitemaps here: http://SiteMapSoftware.com
Note that most, but not all servers have SSI's enabled. Please check with your web host to find out whether SSI is enabled in your server.
How to Easily Create a Navigation Menu Using SSI? ------------------------------------------------- Step 1# - Create a HTML navigation menu file
This is
navigation menu file that will be inserted into your HTML pages and is also your HTML navigation menu template.
A simple horizontal text HTML navigation menu can look like this:
Home | Products | Pricing | About Us | Contact Us
(You'll need to hyperlink each of
above text to make these navigation links clickable by using your favorite HTML editor e.g. FrontPage or Dreamweaver)
You need to save this file with a .shtml extension once this file has been created e.g. topnavi.shtml
Step 2# - Insert navigation menu file into HTML file
Open up
HTML file (e.g. products.html) and place
cursor on
location where you wish to insert
navigation menu.
Click here to view
SSI directive: http://BizSuccessOnline.com/SSI_CodeSnippet
And copy and paste
above SSI directive at
cursor.
(Be sure to replace "your_navigation_filename.shtml" with
name of your navigation menu file)
Note: You CANNOT use absolute path with an SSI directive: e.g. do not use http://yourdomain.com opnavi.shtml
And finally, save
HTML file with a .shtml extension e.g. products.shtml
Step 3# - Upload files onto your server
The last step is to upload
newly created .shtml files onto your web server and check to make sure
pages display properly.
And if you view
HTML source code of your HTML file on a live internet connection, you'll notice that
SSI directive would have been replaced by
actual HTML navigation menu code.
Maintaining your navigation menu is now a simple matter of changing
contents on
navigation file.
That's all there is to it!
Give it a go!
