What are search templates?
Search templates are used to implement Cludo on a website. Typically, a search template is split into two components:
- An element for initiating a search, such as a search input or a link to the search.
- An element for displaying the results. Also commonly referred to as a SERP (Search Engine Result Page). This result page may also utilize different facets of filters and show categories for further filtering of the search results.
Because search templates should be matching the rest of the website, depending on the requirements of both the features and visual appearance, it is possible to utilize the global templates offered by Cludo. Alternatively, custom templates can be developed based on the specific needs of the website.
It is also possible to implement Cludo via API.