Category: Implementation

Implementing the Rich Inline Template

This guide walks through implementing the Rich Inline Template directly with code, without using Cludo Studio. It covers adding the script and markup to your site, styling the result, and the full configuration reference for customizing behavior beyond the defaults. New to Rich Inline, or using Cludo Studio to design . . . Read more

Configuring Cludo Studio for Rich Inline

Setting up the crawler fields correctly ensures your Rich Inline search results in Cludo Studio are accurate and complete, with the metadata and tags you want to display. This guide walks through configuring each field. You can verify field mapping with the Test Crawler feature before running a full crawl. . . . Read more

Moving from Legacy Inline to Rich Inline

Rich Inline is Cludo’s current self-service search results template. It’s included with Cludo Search and works with your existing search index. Legacy Inline is deprecated and no longer receives new template functionality. Moving to Rich Inline keeps your search experience ready for future functionality. For full implementation details, styling, and code snippets for . . . Read more

Cludo Studio

Cludo Studio is a hands-on environment for building and previewing search experiences. It lets you spin up a working demo of a search setup quickly, switch between implementation types, and share a link that preserves exactly what you configured. It is especially useful when designing a Rich Inline search, where . . . Read more

Cludo API versions: v3 and v4

Cludo offers two API versions: v3 (legacy) and v4 (current). New integrations should use v4 where possible. v4 API RESTful design with consistent paths and request/response shapes. v3 API (legacy) Still supported for existing integrations. Many endpoints use query parameters or older response formats. Search Tools (unversioned) Banners, Page Rankings, . . . Read more

Crawler Setup Guide

Cludo’s crawler experience makes configuring site indexing faster, simpler, and less error-prone. Whether you’re preparing a new search engine or updating an existing setup, this guide walks you through each step of the new interface. Overview: What is a Crawler? A crawler is Cludo’s tool for indexing your website content. . . . Read more

Implementing AI Mode

AI Mode enables you to add a conversational experience to your website, without replacing your existing site search. It provides natural-language answers, contextual follow-up capabilities, and citation-backed answers to help users find exactly what they need faster. Preview How to implement AI Mode 1: Add the AI Mode container Place . . . Read more

Ensuring Stability with the defer Attribute

Why add the defer attribute? When implementing Cludo on your website, it’s important to ensure that your site remains stable and responsive—even if Cludo’s script is temporarily unavailable. By default, if a script loads without the defer attribute, it can block other parts of your page from loading. In rare cases . . . Read more