
1. Editions
1.1. Custom Search Engine (free)
1.2. Google Site Search (paid)
2. Workflow
2.1. Step 1: Create a Custom Search Engine on Google
2.1.1. The way 1: using the Control Panel
2.1.2. The way 2: creating an XML file with the definition of the engine
2.2. Step 2: Using
2.2.1. The way 1: Using a default page hosted by Google to show results
2.2.2. The way 2: embed search functionality directly in our website
2.2.2.1. #1: The Custom Search Control API lets you embed Google Custom Search element in your web pages and other web applications using JavaScript.
2.2.2.1.1. #1: Using the version 1 (old version)
2.2.2.1.2. #2: Using the version 2 (recommended)
2.2.2.2. #2: The JSON/Atom API lets you develop websites and programs to retrieve and display search results from Google Custom Search programmatically
2.2.2.3. #3: The XML API use a client application of your choice to retrieve a list of custom search engines (CSE) under an account, create and delete custom search engines, and retrieve code for a search box, among other things. It is available to Google Site Search customers only.
2.2.2.3.1. The process of programmatically creating search engine
3. Structured data
3.1. #1: PageMaps: invisible blocks of XML that add metadata to pages.
3.1.1. Once you create a PageMap, you can submit it to Google using any of the following methods
3.1.1.1. #1: Add PageMap data directly to your HTML page. Google will discover the PageMap information when we crawl your site.
3.1.1.2. #2: Add PageMap data to a Sitemap, and submit that Sitemap for on-demand indexing. This is a good option if you don't want PageMap exposed in the HTML source code of your page.
3.1.1.3. #3: Submit PageMap data using the Custom Search Control API.