The most common entry 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">List of topics on this site</a></p>
</body>
Note. Above, options are [YES]Google [YES]JS [NO]Direct. See Entry Page Options.
The second link above makes sure web search engines like Google will index the entire KSW-enabled web. In general, web search engines do not index well frame-based sites. Inserting this link makes indexing of the entire KSW-enabled web certain. If, on the contrary, you need to exclude your site from indexing by search engines, e.g., when a site is private/protected or located on an intranet, and 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 Entry Page Options.