The most common default/front page configuration is:
<body>
<p>Welcome to TITLE OF WEB SITE</p>
<p><a href="ksw/jscheck.htm">Click here to enter site</a></p>
<p><a href="ksw/toc.htm">Complete list of pages on this site</a></p>
</body>
Note. Above, options are [YES]Google [YES]JS [NO]Direct. See Default/Front Page Options.
The second link above makes sure web search engines like Google will index the entire KB. In general, web search engines do not index well frame-based sites. Inserting this link makes indexing of the entire KB certain. You may need to exclude your site from indexing by search engines. For instance, when a site is private/protected or located on an intranet, it needs no indexing by search engines - all you need to do is to remove the second link, like this:
<body>
<p>Welcome to TITLE OF WEB SITE</p>
<p><a href="ksw/jscheck.htm">Click here to enter site</a></p>
</body>
Note. Above, options are [NO]Google [YES]JS [NO]Direct. See Default/Front Page Options.