# Google's Programmable Search Engine of GeoPlatform ## Introduction This documentation provides a way to embed a Google Programmable Search field into an external website to GeoPlatform. This allows the search and display (via Google) of GeoPlatform records. [Learn more about Google's Programmable Search Engine](https://developers.google.com/custom-search/docs/overview) Disclaimer: depending on your website's environment this may not be possible. See Prerequisites below. **[WIDGET DEMO](https://cse.google.com/cse?cx=56d4252913b3d4da2)** ![](images/programmable-search-example.webp) ## Prerequisites 1. Basic HTML modification knowledge 1. Edit access to your website 1. Ability to edit HTML of website 1. Ability to add external JavaScript scripts to your website ## Adding the Search 1. Determine the location of where you'd like to add this feature on your site. 1. Copy the following code and paste it into your site's `` section, where you want the **search box** to render. ```html ``` 1. Copy the following code and paste it into your site's `` section, where you want the **search results** to render. ```html
``` 1. Publish your site