External site
With Rek.ai, you can add an external website to your AI model. This lets you recommend pages from that site and have them appear in autocomplete.
A typical example is a site with e-services. By activating an external site like e-services, you make it easier for visitors to find what they're looking for. E-services can be added as recommendations on web pages, in search suggestions and on search results pages.
Our crawler automatically finds and links e-services, so you don't need to do it manually. Rek.ai learns which e-services different types of users use, and understands their topics through AI-based labeling.
There is no additional cost to add an e-service portal to your Rek.ai solution. You can see which external websites are added in the Dashboard (opens in a new tab).
Please note: It doesn't have to be e-services that are added, as long as the site has approximately 300 pages. To add an external site, email us at support@rek.ai so we can activate it.
See also: How to add e-services on a search page (opens in a new tab).
A special case for filtering e-services
Some e-services portals categorize their content using keywords. If yours does, you can filter e-services using the dedicated ldjson filter exactkeywords.
The string must match exactly and only a single string can be specified. Implementation example:
<div class="rek-prediction" data-ldjsonfilter.exactkeywords="Näringsliv, företag och förening"></div><script>
$( document ).ready(function() {
function printPredictions(data) {
console.log(data);
}
var options = {
params: {
}
};
// Filter on this keyword
options.params['ldjsonfilter.exactkeywords'] = 'Näringsliv, företag och förening';
window.__rekai.predict(options, printPredictions);
});
</script>Some of the categories that are often found are:
- Barnomsorg och utbildning
- Bygga, bo och leva hållbart
- Näringsliv, företag och förening
- Stöd, hälsa och omsorg
- Jobba hos oss
- Kommun och politik
- Uppleva och göra
- Gator och grönområden