HighDots Forums  

Adding a search to a site

Search Engine Optimization Discussion about SEO/Search Engine Optimization (alt.internet.search-engines)


Discuss Adding a search to a site in the Search Engine Optimization forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Jo
 
Posts: n/a

Default Re: Adding a search to a site - 07-08-2003 , 10:02 AM






I highly recommend atomz.com.
Quote:
? Their site-specific search engine is free if you have 500
pages or less, and moderately priced for more pages, on a
tiered pricing structure.

I'm not sure that this is correct any more. I have just had a
conversation with Atomz about my site search. We have just gone over
the 500 page mark and they are quoting us a fee of $15000 a year to
upgrade - even though we are unlikely to go beyond 1000 pages in the
next couple of years.

I've taken a look at atomz.com and there is no longer any mention of
fees - you have to contact them to get prices. Sorry to contradict -
this is just my experience.

HTH

Jo


Reply With Quote
  #12  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: Adding a search to a site - 07-08-2003 , 02:08 PM






On Tue, 08 Jul 2003 07:02:35 -0700, Jo wrote:

Quote:
I'm not sure that this is correct any more. I have just had a
conversation with Atomz about my site search. We have just gone over
the 500 page mark and they are quoting us a fee of $15000 a year to
upgrade - even though we are unlikely to go beyond 1000 pages in the
next couple of years.
With that many pages you should have a database backend anyway, so it's
easy enough to write your own search engine.

--
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink (AT) goddamn (DOT) co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tai (AT) jabber (DOT) linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://ben_folds_five/whatever_and_ever_amen/02_fair.ogg


Reply With Quote
  #13  
Old   
Titus A Ducksass
 
Posts: n/a

Default Re: Adding a search to a site - 07-09-2003 , 02:20 AM



On Tue, 08 Jul 2003 19:08:23 +0100, Toby A Inkster
<UseTheAddressInMySig (AT) deadspam (DOT) com> wrote:

Quote:
On Tue, 08 Jul 2003 07:02:35 -0700, Jo wrote:

I'm not sure that this is correct any more. I have just had a
conversation with Atomz about my site search. We have just gone over
the 500 page mark and they are quoting us a fee of $15000 a year to
upgrade - even though we are unlikely to go beyond 1000 pages in the
next couple of years.

With that many pages you should have a database backend anyway, so it's
easy enough to write your own search engine.
My site is c.300 pages and growing.
My intranet is c. 100 pages.
Where do I start to look about indexing our site and providing its own
search engine - just started using php to try to get the site under
control. - I took it over just over a year ago and am fighting it
everyday.


Reply With Quote
  #14  
Old   
TheGuru
 
Posts: n/a

Default Re: Adding a search to a site - 07-09-2003 , 10:42 AM



joanne.hall (AT) btinternet (DOT) com (Jo) wrote in message news:<14f95d88.0307080602.303555c8 (AT) posting (DOT) google.com>...
Quote:
I highly recommend atomz.com.

? Their site-specific search engine is free if you have 500
pages or less, and moderately priced for more pages, on a
tiered pricing structure.


I'm not sure that this is correct any more. I have just had a
conversation with Atomz about my site search. We have just gone over
the 500 page mark and they are quoting us a fee of $15000 a year to
upgrade - even though we are unlikely to go beyond 1000 pages in the
next couple of years.

I've taken a look at atomz.com and there is no longer any mention of
fees - you have to contact them to get prices. Sorry to contradict -
this is just my experience.

HTH

Jo
That's precisely why I recommend FusionBot!

For just over 500 pages, your yearly fee will range between $240.00 to
$720.00, and I find their search features to surpass those of Atomz
anyway.

Hard to understand why anyone would choose the Atomz solution...


Reply With Quote
  #15  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: Adding a search to a site - 07-09-2003 , 12:59 PM



On Wed, 09 Jul 2003 07:20:18 +0100, Titus A Ducksass wrote:

Quote:
My site is c.300 pages and growing.
My intranet is c. 100 pages.
Where do I start to look about indexing our site and providing its own
search engine - just started using php to try to get the site under
control. - I took it over just over a year ago and am fighting it
everyday.
For static content, look into htdig.

If your site is database-backed, you will get better results writing your
own custom search engine. I wrote one for my site. It took about an hour
and a half. The source code is available for my entire site (go to my site
and search for 'demiblog') and this should give you an idea of how to do
it.

--
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink (AT) goddamn (DOT) co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tai (AT) jabber (DOT) linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)


Reply With Quote
  #16  
Old   
Titus A Ducksass
 
Posts: n/a

Default Re: Adding a search to a site - 07-10-2003 , 02:38 AM



On Wed, 09 Jul 2003 17:59:52 +0100, Toby A Inkster
<UseTheAddressInMySig (AT) deadspam (DOT) com> wrote:

Quote:
On Wed, 09 Jul 2003 07:20:18 +0100, Titus A Ducksass wrote:

My site is c.300 pages and growing.
My intranet is c. 100 pages.
Where do I start to look about indexing our site and providing its own
search engine - just started using php to try to get the site under
control. - I took it over just over a year ago and am fighting it
everyday.

For static content, look into htdig.

If your site is database-backed, you will get better results writing your
own custom search engine. I wrote one for my site. It took about an hour
and a half. The source code is available for my entire site (go to my site
and search for 'demiblog') and this should give you an idea of how to do
it.
Thank you.
I love people that respond with curtious and helpfull replies.
Once again Thank you.



Reply With Quote
  #17  
Old   
Titus A Ducksass
 
Posts: n/a

Default Re: Adding a search to a site - 07-10-2003 , 02:38 AM



On 9 Jul 2003 07:42:45 -0700, cubscubs (AT) hotmail (DOT) com (TheGuru) wrote:

<Snip>
Quote:
That's precisely why I recommend FusionBot!

For just over 500 pages, your yearly fee will range between $240.00 to
$720.00, and I find their search features to surpass those of Atomz
anyway.

Hard to understand why anyone would choose the Atomz solution...
Because it is FREE!!!
(For less than 500 pages anyway.)


Reply With Quote
  #18  
Old   
Titus A Ducksass
 
Posts: n/a

Default Re: Adding a search to a site - 07-11-2003 , 12:42 PM



On 10 Jul 2003 07:16:36 -0700, cubscubs (AT) hotmail (DOT) com (TheGuru) wrote:

Quote:
Titus A Ducksass <me (AT) neverumind (DOT) com> wrote

On 9 Jul 2003 07:42:45 -0700, cubscubs (AT) hotmail (DOT) com (TheGuru) wrote:

Snip

That's precisely why I recommend FusionBot!

For just over 500 pages, your yearly fee will range between $240.00 to
$720.00, and I find their search features to surpass those of Atomz
anyway.

Hard to understand why anyone would choose the Atomz solution...
Because it is FREE!!!
(For less than 500 pages anyway.)

So is FusionBot! We weren't talking about FREE package levels, as the
requirements are much larger than any free solutions, for the most
part.

It's a given that all the reputable providers offer a free solution.
I bow to your knowledge and experience.
It doesnt allow as many pages as Atomz though it does offer an extra
function of a site map.


Reply With Quote
  #19  
Old   
FatBlokeOnBikepins@pinsmother-truckers.co.uk
 
Posts: n/a

Default Re: Adding a search to a site - 07-12-2003 , 07:08 PM



Quote:
Where do I start to look about indexing our site and providing its own
search engine - just started using php to try to get the site under
control. - I took it over just over a year ago and am fighting it
everyday.
As I may be in the same sort'v position shortly, can I pick your brains? - what did you
find yourself doing mainly, and/or in what order? (VERY broad question, and I appreciate
that every situation is different, but anything you can suggest would be welcome.)
TIA.



Reply With Quote
  #20  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: Adding a search to a site - 07-13-2003 , 02:35 PM



On Thu, 10 Jul 2003 07:52:49 +0100, Titus A Ducksass wrote:

Quote:
Parameter entity must be defined before it is used. Error processing
resource 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'. Line 85,
Position 2

%xhtml-prefw-redecl.mod;
-^
Thanks to the numerous people who have pointed this out. Seems to be a
bizarre bug in IE's XML parsing engine, but I *think* I have found a
workaround. Could somebody with IE please compare:

http://www.goddamn.co.uk/tobyink/

with:

http://www.goddamn.co.uk/tobyink/article-old.php

--
Toby A Inkster BSc (Hons) ARCS | mailto:tobyink (AT) goddamn (DOT) co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:tai (AT) jabber (DOT) linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.