I use swish-e in an intranet environment using file system indexing.
There are a number of off-site resources that are not currently indexed.
Users have indicated that they would like to be able to search for these off-site resources.
I have managed to achieve this by adding .html files in the file system path for each of these
off-site resources, like the following:
____
<html>
<head>
<meta http-equiv="Refresh" content="0; url=http://off.site.url/">
<meta name="keywords" content="site">
<meta name="description" content="site blah blah">
</head>
<body>
Site blah blah
</body>
</html>
____
Can anyone suggest a better alternative to this ?
Can anyone suggest how to ensure or improve the ranking of such a file in the search engine results ?
TIA
Sean
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Fri Sep 5 02:20:44 2008