Volume
Total Searches
Search volume across your selected reporting period.
Understand what your visitors are searching for and discover content opportunities.
FlowSearch automatically tracks search behavior on your site. The Search Insights dashboard gives you actionable data to improve your content strategy and user experience.
Volume
Search volume across your selected reporting period.
Engagement
The share of searches that lead to a result click.
Demand
The language and topics visitors search most often.
Opportunity
Zero-result searches that point to missing answers.
To view your search analytics:
Track how many searches happen on your site over time. Spikes in search volume can indicate:
The percentage of searches where users clicked on a result. A low CTR may indicate:
The percentage of searches that returned no results. This is your content gap goldmine:
How fast search results are returned. Response time depends on your plan's search infrastructure, index size, query options, live-search volume, serverless cold starts, and network latency. If you see higher times than expected, it may indicate:
This report shows your most-searched terms. Use it to:
Searches that returned zero results. This is actionable intelligence:
If users frequently search for "API integration" but get no results, you should:
View analytics for different time periods:
FlowSearch automatically records searches and result clicks for your dashboard when visitors use the installed widget. It also records AI summary generation and helpfulness feedback where available. If you also want to send result clicks to your own analytics, add a small listener on your Search Results page after the Results Page Script (search results page only).
<script>
document.addEventListener('click', (event) => {
const result = event.target.closest('[data-fs-result-item]');
if (!result || typeof gtag !== 'function') return;
gtag('event', 'select_content', {
content_type: 'search_result',
item_id: result.href,
search_term: new URLSearchParams(window.location.search).get('q')
});
});
</script>The dashboard currently focuses on in-app reports for search volume, clicks, timing, and zero-result searches. If you need a CSV export before a self-serve export is available, contact support from Dashboard Help & Support.
Set a weekly reminder to review your search analytics:
Analytics are only valuable if you act on them: