Best practices for adding search engine to site

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Best practices for adding search engine to site

    Hello everyone,

    I would like to know what you typically use to add a
    search engine to your sites. Do you build your own
    search engines, do you use existing PHP classes,
    do you use htdig, etc. ?

    My preference would be to use htdig, but on the htdig
    site there's only a small list of hosting providers
    that provide this and google doesn't help me too much
    either. So I would also like to know your experience
    about whether hosting providers normally offer htdig
    or if it is an exception or if they do normally offer
    it but always against a high price ?

    Best regards,

    Eric
    Eric Veltman Guest

  2. Similar Questions and Discussions

    1. Search Engine Help
      What is the best way to get listed on the major search engines? Should I use a search engine submission company or ... Any ideas? Garling
    2. Search engine
      The Search Companion on my computer comes up constantly when I'm working in programs. The main time is when I'm in Microsoft Works Spreadsheet. ...
    3. Creating A Site Search Engine
      How would I go about creating a search engine for my website... so that it would search through the content of my pages which are written in php? ...
    4. how can i add a search engine to my site?
      Hi I have seen a number of sites that have google search engine on them, how is it done? EG http://www.yumgo.co.uk/ Cheers John
    5. Site search engine.... any ideas?
      Hi all, I would like to search 5 fields in a mysql table. say, field 1-5. The input on the form would be text ( $text ) and can contain words....
  3. #2

    Default Re: Best practices for adding search engine to site

    Eric Veltman:
    > Hello everyone,
    >
    > I would like to know what you typically use to add a
    > search engine to your sites. Do you build your own
    > search engines, do you use existing PHP classes,
    > do you use htdig, etc. ?
    >
    > My preference would be to use htdig, but on the htdig
    > site there's only a small list of hosting providers
    > that provide this and google doesn't help me too much
    > either. So I would also like to know your experience
    > about whether hosting providers normally offer htdig
    > or if it is an exception or if they do normally offer
    > it but always against a high price ?
    Google. site:[url]www.example.com[/url] my search terms

    André Nęss
    André Nęss Guest

  4. #3

    Default Re: Best practices for adding search engine to site

    In article <voi6ekaa1k5l90@corp.supernews.com>, Eric Veltman's output
    was...
    > Hello everyone,
    >
    > I would like to know what you typically use to add a
    > search engine to your sites. Do you build your own
    > search engines, do you use existing PHP classes,
    > do you use htdig, etc. ?
    >
    No longer maintained, but: [url]http://phpdig.toiletoine.net/[/url]

    Or, at the cost of having adverts in search result pages, you can use
    freefind - [url]http://www.freefind.com/[/url]

    Take a look at [url]http://www.ysrnry.co.uk/cover1.htm[/url] to see it being used,
    and to see how it can be customis/zed.
    Eto Demerzel Guest

  5. #4

    Default Re: Best practices for adding search engine to site

    Hello Andre,

    André Nęss wrote:
    > Eric Veltman:
    >> I would like to know what you typically use to add a
    >> search engine to your sites. Do you build your own
    >> search engines, do you use existing PHP classes,
    >> do you use htdig, etc. ?
    > Google. site:[url]www.example.com[/url] my search terms
    I don't believe I didn't think of it myself :-)
    Thanks, good suggestion !

    Best regards,

    Eric
    Eric Veltman Guest

  6. #5

    Default Re: Best practices for adding search engine to site

    Hello Eto,

    Eto Demerzel wrote:
    > In article <voi6ekaa1k5l90@corp.supernews.com>, Eric Veltman's output
    > was...
    >> I would like to know what you typically use to add a
    >> search engine to your sites. Do you build your own
    >> search engines, do you use existing PHP classes,
    >> do you use htdig, etc. ?
    >>
    > No longer maintained, but: [url]http://phpdig.toiletoine.net/[/url]
    >
    > Or, at the cost of having adverts in search result pages, you can use
    > freefind - [url]http://www.freefind.com/[/url]
    >
    > Take a look at [url]http://www.ysrnry.co.uk/cover1.htm[/url] to see it being used,
    > and to see how it can be customis/zed.
    Thanks, I think I'll try Google first, as Andre suggested,
    but if I need more customized search and result pages,
    I'll take a look at these alternatives.

    Best regards,

    Eric
    Eric Veltman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139