External site
With rek.ai you have the option of adding an external website to your AI model. You will be able to recommend the pages from that website and appear in autocomplete.
A typical website to add could be a site with e-services.
By activating an external site, e-services for example, you make it easier for visitors to find what they are looking for. E-services can be added as recommendations on web pages, in search suggestions and on search results pages.
Our crawler will automatically find and link e-services, so you don’t need to do it manually. rek.ai learns which e-services are used by different types of users and understands their subjects 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.
Good to keep in mind:
- 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, you need to email us at support@rek.ai so that we can activate it.
Tutorials:
A special case for filtering e-services
Some e-services portals offer categories in the form of keywords for the different categories of e-services.
If your e-services portal does this, you can filter out e-services using a dedicated ldjson filter: exactkeywords
The strings must match exactly and multiple strings cannot 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