You can customize your Personal Site Search by creating a customized search results page. (The search results page appears when a visitor completes a search.)
To use Personal Site Search with a customized results page, you'll first add a search box to a page of your site, then specify a page in which to display the results.
To add a search box to a page:
Learn more about adding HTML code to your page.
Now you'll create a new page in which to display your Personal Site Search results.
(To display the results in an existing page, you can open that page and skip to step 2 below. Please note that your results page must be saved in the top-level directory of your site.)
<!--#results-->
Note: You can customize the name and location of your custom results page. If you'd like to name your results page something other than my_results.html and save this file in a subdirectory of your web site, you'll simply need to replace part of the custom results page code with the correct path to your file (your custom page's web address).
For example, if instead of my_results.html you want to create a results page called search.html and save this file in the directory folder1, you'd replace the my_results.html path in the custom error page code with your own file path:
<input type="hidden" name="results_page" value="http://www.widgetdesigns.com/my_results.html">
<input type="hidden" name="results_page" value="http://www.widgetdesigns.com/folder1/search.html">