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
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
i would suggest downloading and installing a search engine script. here are a few options. http://www.wwwsearchsolutions.com/google.php http://www.xav.com/scripts/search/ http://www.digitalpoint.com/tools/search/ http://www.hotscripts.com/category/php/scripts-programs/search-engines/
web design chick
Related Q & A:
- How can i create a mobile application server?Best solution by Stack Overflow
- How do I put a search engine onto my web site?Best solution by thesitewizard.com
- How do I create a landing page for my website?Best solution by Yahoo! Answers
- How can i create a new blog?Best solution by Yahoo! Answers
- How can I create a new font?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.