Learn how our AI search engine indexing and integration works.
Provide your sitemap URL. The system will automatically retrieve, analyze and index all pages.
Provide a JSON file containing product information (URL, title, description, image, metadata).
{
"url": "https://www.myshop.com/product/123",
"title": "Bio cotton t-shirt",
"image": "https://www.myshop.com/images/produit123.jpg",
"description": "Bio cotton t-shirt, available in various sizes.",
"metadata": {
"category": "Clothing",
"color": "Blue",
"size": "M"
}
}
Our team of 15 experienced engineers integrates the search engine into your website, regardless of technology, autonomously or under your technical team's guidance.
You can integrate the search engine by simply adding a JavaScript tag to your pages.
<script
document.addEventListener('DOMContentLoaded', function() {
const apiKey = 'your_api_key'; // Replace with your real API key
searchClient = new SearchClient(apiKey, 'searchFieldID', 'resultDisplayID');
});
</script>
As easy as adding a Google Analytics tag.