How do I setup a search engine on my web site?

cPanel 94.0.4 web-hosting control panel

Software: CGI - Setup Your Web Site's Search Engine

Overview

A web site search engine is specific to your web site only. If your web site contains pages of quality content, you can setup a search engine where your visitors can search for content that's only available on your web site. Your web site's search engine uses a simple text box that you can place anywhere on your web site using the code highlighted in Step 4 below. Your visitors can enter a keyword or keywords and click on the Search button to retrieve all related information available on your web site. The results are displayed according to what the search engine finds on your web site.

You can also change the "look and feel" of your web site's search engine results. To do this, follow the instructions in the Edit Search Results Template document.

NOTE: There are other scripts available that you can automatically install to enhance your web site's functionality.

Steps
  1. Highlight and copy the all the code displayed between the open <form> tag and the close </form> tag as shown below.

<form action="/cgi-sys/entropysearch.cgi target=searchwindow">
Search Query <input type="text" name="query" value="">
<input type="hidden" name="user" value="davey">
<input type="hidden" name="basehref" value="http://www.cpx3demo.com">
<input type="hidden" name="template" value="default">
<input type="submit" value="Search"> </form>

Our example domain http://www.cpx3demo.com (highlighted above) is specific to our account. Your domain name should be used and will be pre-populated by the system.

NOTE: You can customize the look and feel of the search text box to your specific needs.

  1. Insert the code anywhere on your web site within the open <body> tag and close </body> tag.
  2. Click on the Go Back link.
  3. Next, click on the Rebuild Search Index link under the Entropy Search category.

This should be done periodically as your web site's content may change.

  1. You should see the following output after your web site's search index has been rebuilt.

Scanning Web Area:
Loading Files:
[1% Complete]
[101% Complete]
Building Index (this could take a while):
All Done

NOTE: If you have a large web site, it may take a few minutes to complete the search index rebuild.

Related Topics

Edit Search Results Template

  • 0 istifadəçi bunu faydalı hesab edir
Bu cavab sizə kömək etdi?

Uyğun məqalələr

How do I edit my web site's search engine results template?

cPanel 94.0.4 web-hosting control panel Software: CGI - Edit Search Results Template Overview...

How do I rebuild the search index on my web site?

cPanel 94.0.4 web-hosting control panel Software: CGI - Rebuild Search Index Overview If your...

How do I run CGI scripts?

cPanel 94.0.4 web-hosting control panel Software: CGI - Simple CGI Wrapper Engine Overview A...

How do I setup and use a Clock on my web site?

cPanel 94.0.4 web-hosting control panel Software: CGI - Clock Overview A Clock is a real time...

How do I setup and use a Countdown on my web site?

cPanel 94.0.4 web-hosting control panel Software: CGI - Countdown Overview A Countdown is a...