How to add a website to a search engine?

How to add a search engine to your website?

  • building a website using dreamweaver...wanna know how to go about putting a search function in the website (to look up company products, for instance.

  • Answer:

    Here is the code for the Google search engine: <!-- Search Google --> <center> <FORM method=GET action=http://www.google.com/custom> <TABLE bgcolor=#FFFFFF cellspacing=0 border=0> <tr valign=top><td> <A HREF=http://www.google.com/search> <IMG SRC=http://www.google.com/logos/Logo_40w… border=0 ALT=Google align=middle></A> </td> <td> <INPUT TYPE=text name=q size=31 maxlength=255 value=""> <INPUT type=submit name=sa VALUE="Google Search"> <br> </td></tr></TABLE> </FORM> </center> <!-- Search Google -->

gps0314 at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

This is no small topic. You won't be able to do it in dreamweaver. Firstly, your site has to be databased so that the search engine actually has something to search through. That means you need a dynamic site such as one built in PHP and using MySQL to store the site information. Secondly an accurate and usable search engine is one of the hardest things you can build, whatever language you use. You'll need several years experience using PHP or ASP to nail it. You can buy search engines - http://www.google.co.uk/search?q=site+search+engine - take a look. Some might be ones that will database the info for you, some might require you to have the site already databased. Alternatively hire a developer to do the whole thing for you.

lookforadam

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.