Month: January 2023

Why is this file not indexed?

Once a crawler has crawled the defined domain(s), you may experience a specific file not being added to the search index. This will typically be due to one of the following reasons:

Web Content Highlighter

What is Web Content highlighter? Web Content Highlighter is a feature that highlights the search query on the specific landing page the visitor has selected from the search results. This makes it easier for the visitor to find exactly what they were searching for. This way, the feature helps to . . . Read more

What is smart crawling?

Smart crawling allows the crawler to run more frequently, leveraging the XML sitemap(s) of your site. It uses the lastmod timestamps in the sitemap to detect if a page was updated since the last crawl. This allows the crawler to only re-crawl recently modified pages, saving time and resources when . . . Read more

Translations and Language

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

How to set up Cludo for intranets

You may wish to implement Cludo on an intranet solution that is otherwise closed to the public. For this, you will want to consider how the crawler should access the site as well as how secure the implementation needs to be. Ways to allow crawling behind login In order to . . . Read more

Related searches

How to set up Related Searches The related searches features shows a list of related search terms, based on the current search term. Clicks on related searches can be seen in the analytics view. To implement related searches on the search results page, The following HTML must be inserted: The . . . Read more

How do I change the language in MyCludo?

The MyCludo interface supports both English and Danish. This guide will explain how to change the interface language for a user. Please note this language change does not affect any engines, visitors, or even other users in MyCludo. If the changed user is the currently logged-in user, the entire interface . . . Read more

Quicklinks

What are Quicklinks? Quicklinks are a feature that allows you to redirect visitors to a specified URL when they enter specific search terms, bypassing the search results page entirely. This can be especially useful for directing users to highly relevant pages quickly and efficiently. How to set up Quicklinks

Customize search using CludoJS options

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

Intelligent 404

What is Intelligent 404? Intelligent 404 is a feature offered by Cludo that helps website visitors find relevant content when they encounter a 404 page. Visitors often encounter 404 error pages while browsing, and we know that many 404 links also reside externally, making it hard to completely prevent. When a . . . Read more