Overview

IndexFox provides a powerful search widget that automatically crawls and indexes your website content, delivering fast and accurate search results to your users.

What is IndexFox?

IndexFox is a search-as-a-service platform that makes it easy to add intelligent search functionality to any website. Our widget automatically crawls your site, indexes the content, and provides a beautiful search interface that your users will love.

🔍 Automatic Crawling

Our crawler automatically discovers and indexes all your website content, keeping your search results up-to-date.

⚡ Lightning Fast

Powered by advanced search algorithms, delivering results in milliseconds with intelligent ranking.

🎨 Beautiful UI

Clean, modern search interface that matches your website's design and provides excellent user experience.

📱 Mobile Ready

Fully responsive design that works perfectly on desktop, tablet, and mobile devices.

Quick Start

Get started with IndexFox in just 2 minutes:

1

Sign up and get your Website ID

Create your free account and add your website to get your unique Website ID.

2

Add the script to your website

Copy and paste our simple script tag into your HTML.

3

That's it!

Your search widget is now live. We'll automatically crawl and index your content.

Basic Integration

The simplest way to add IndexFox to your website is with our floating bubble widget:

html
<script>
(function(d, w) {
    w.IndexfoxID = 'your-website-id';
    var s = d.createElement('script');
    s.async = true;
    s.src = 'https://widget.indexfox.ai/indexfox.js';
    if (d.head) d.head.appendChild(s);
})(document, window);
</script>

This will display a floating search bubble in the bottom-right corner that users can click to open the search interface.

Alternative: Google Tag Manager Installation

If you're using Google Tag Manager (GTM), you can easily add IndexFox without touching your website code directly. This is perfect for teams that manage all tracking and scripts through GTM.

1

Open Google Tag Manager

Log in to your GTM account and select the container for your website.

2

Create a new Custom HTML tag

Click "Tags" → "New" → Choose "Custom HTML" as the tag type.

3

Paste the IndexFox script

Copy and paste the following code into the HTML field:

html
<script>
(function(d, w) {
    w.IndexfoxID = 'your-website-id';
    var s = d.createElement('script');
    s.async = true;
    s.src = 'https://widget.indexfox.ai/indexfox.js';
    if (d.head) d.head.appendChild(s);
})(document, window);
</script>
4

Set the trigger

Under "Triggering", select "All Pages" to make the search widget available site-wide.

5

Save and submit

Name your tag (e.g., "IndexFox Search Widget"), save it, and submit your GTM container (the "Submit" button in the top-right corner). Your search widget will be live within minutes!

💡 Pro Tip: Using GTM makes it easy to enable/disable the search widget, test on specific pages, or roll out gradually without code changes.

What's Next?

Need Help?

If you have any questions or need assistance, feel free to contact our support team. We're here to help you get the most out of IndexFox.