How can I create my own search engine?

How can i create a search engine for my website?

  • Please if someone can tell me will be very helpful

  • Answer:

    All you really need is the HTML (or XHTML) code necessary to allow Google to do the searching for you. If you use code similar to what is below on a web page, and modify the portion to specify your own Domain Name, then that is all you really need. <form method="get" action="http://www.google.com/search" target="_blank"> <input type="hidden" name="ie" value="utf-8" /> <input type="hidden" name="oe" value="utf-8" /> <input type="hidden" name="hl" value="en" /> <table border="0" cellpadding="4" cellspacing="0" bgcolor="white" style="border: 1px solid #0000cc"> <tr> <td valign="middle" class="small"> <img src="http://www.google.com/images/ logo_sm.gif" width="150" height="55" align="middle" alt="Google" /> </td> <td valign="middle"> <input type="text" name="q" size="35" maxlength="255" /> <input type="submit" name="btnG" value="Search" style="font-weight: bold;" />< br /> <input type="radio" name="sitesearch" id="google-web" value="" /> <label for="google-web">Web</label>   <input type="radio" name="sitesearch" id="google-site" value="www.YOUR-DOMAIN.com/" checked="checked" /> <label for="google-site">YOUR site</label> & nbsp; & nbsp; & nbsp; <a href="http://www.google.com/ advanced_search?hl=en" target="_blank">Advanced</a> & nbsp; & nbsp; & nbsp; <a href="http://www.google.com/ advanced_group_search?hl=en" target="_blank">Groups</a> </td> </tr> </table> </form> .

AEUL at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Refer to: http://adsense.google.com After registering, you will access to codes which you can copy paste on your web pages to create a search engine enabling your visitors search on your website. Besides, if your visitors click on advertisements sponsered with google when searching on your website you will be paid by Google! Many people are earning money this way.

David G

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.