Docs/Integration

Website Integration

A simple no-code setup for any website that supports custom HTML and scripts.

1. Add and verify your website

Add the production domain or exact public staging URL in the dashboard. Production uses DNS verification. An unrelated staging host uses the verification meta tag shown in Settings.

2. Run a crawl

Run the first crawl and check the indexed-page count. FlowSearch reads standard HTML returned by the server; content that exists only after JavaScript runs is not indexed.

3. Add the search script site-wide

Copy the Search Bar Script from the Integration screen into the site-wide head or custom-code area. This is the area that loads on every page, not a visible text or rich-content block.

4. Create the results page

Create a normal page at /search-results. Paste the provided Results Page HTML into an HTML/custom-code block on that page, then add the Results Page Script to that page's head or custom-code settings.

Use your existing design

You can paste the supplied HTML as-is or recreate it with your site's normal elements. Keep the documented data-fs-* attributes and add any classes you already use. FlowSearch preserves those classes.