Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

153
Views
How can I make search bar searches only my website pages and give suggetions

How can I make search bar searches only my website pages and give suggetions

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Check the below link, you may get a chance to go next step

https://support.google.com/programmable-search/answer/4513903?hl=en#zippy=%2Chow-do-i-change-the-language-of-the-search-engine

  1. From the google control panel, select the search engine you want to edit.
  2. Click Setup from the menu on the left and then click the Basics tab.
  3. Click Get code.
  4. Copy the code and paste it into your site’s HTML source code where you want your search engine to appear. If you've chosen the two column or two page layout option, you'll need to copy and paste two snippets of code:
  • Paste the first code snippet where you want the search box to appear.
  • Paste the second code snippet where you want the search results to appear.
about 4 years ago · Santiago Trujillo Report

0

Here's the sample HTML and js form code for search bar:

<script type="text/javascript">
document.getElementById('searchform').onsubmit = function() {
    window.location = 'http://www.google.com/search?q=site:yourdomainname ' + document.getElementById('test').value;
    return false;
}
</script>

<form id="sarchform" class="search2" method="get" action="source.html" />
<input class="search2" id="test" type="text" name="search" size="10" maxlength="255"/>

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!