Category: Implementation
The Rich Inline Template is a prebuilt search results template that offers more flexibility and features than our legacy inline template, while still allowing you to implement and customize it yourself. It’s designed for those who want more control over the look and functionality of their search page, including support . . . Read more
Redesigning your website is a big step, and ensuring your Cludo search implementation stays aligned during the transition is crucial. Whether you’re an existing client or just getting started, Cludo provides flexible options to support your redesign, especially if you need to crawl a staging site behind a login. When . . . Read more
When implementing Cludo search on your website, you have two primary approaches: Both approaches will deliver search results from your Cludo engine, but they differ in setup time, flexibility, and maintenance. Here are the key differences and considerations for each path: Cludo Global Templates (Out-of-the-Box Solution) Cludo provides two pre-built . . . Read more
When you log into MyCludo, you enter the command center for your Cludo search solution. MyCludo is the web-based dashboard where you configure your search and analyze its performance. This introduction will walk you through the key sections of MyCludo and the first steps to get your site search up . . . Read more
Cludo’s Experience Builder is a user-friendly tool that enables you to tailor your website’s search and interaction capabilities. The feature simplifies the process of modifying and implementing new search features without needing extensive technical capabilities or support. Designed for full control, the Experience Builder includes real-time previews for immediate feedback . . . Read more
Cludo has developed a script specifically for API implementations. With this, you won’t have to manually set up tracking for your API implementation. Introduction The Cludo API Analytics script is a JavaScript snippet to be placed on your search results page that will send query and click data to Cludo’s . . . Read more
How to change the search page language You can change the language of your search results page directly within the Cludo Search script. To do this, simply modify the language parameter in the script, as shown in the example below: This will set the search page language to Danish (da). . . . Read more
When implementing search on a website, the CludoJS can be used to enable/disable and customize certain features. These settings should be implemented in the CludoSettings script, where the options are defined as an object with multiple parameters. The table below describes each available option, what it does, and examples of . . . Read more
What is Search As You Type? Search As You Type is a feature that allows search results to appear as direct links alongside search suggestions while the visitor is entering their search term. When enabled, the search will present search results for every few keystrokes. This allows for faster visitor . . . Read more
What are Search Templates? Cludo offers two global templates that can easily be implemented onto the website. Currently, two global templates are supported: Typically, a search template is split into two components: Because search templates should be matching the rest of the website, depending on the requirements of both the features . . . Read more