mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
53d13897de
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
---
|
|
title: "Analyze documentation searches"
|
|
sidebarTitle: "Search"
|
|
description: "Review documentation search analytics to track query volume, spot searches returning no results, and improve result click-through rates."
|
|
keywords: ["analytics", "search", "queries", "no results", "click-through rate", "CTR"]
|
|
---
|
|
|
|
<Info>
|
|
Analytics require a [Pro or Enterprise plan](https://mintlify.com/pricing?ref=analytics).
|
|
</Info>
|
|
|
|
The **Search** view of the [analytics](https://app.mintlify.com/analytics) page displays search volume, queries with no results, and click-through rates.
|
|
|
|
Review search analytics to:
|
|
|
|
- **Monitor search trends**: Observe changes in search queries to understand how users find your content and which topics they want information about.
|
|
- **Identify frequent queries**: Use frequent queries to understand which topics are most important to users. Identify gaps in coverage and prioritize content updates.
|
|
- **Identify low click-through rates**: Click-through rates (CTR) show how many users click a search result after typing a query. A low CTR can indicate that the search results are not relevant to users' queries. For frequent search terms with a low CTR, improve the relevance of search results by adding keywords or updating your content.
|
|
|
|
<Frame>
|
|
<img
|
|
src="/images/analytics/search-light.png"
|
|
alt="The Search view of the analytics page."
|
|
className="block dark:hidden"
|
|
/>
|
|
|
|
<img
|
|
src="/images/analytics/search-dark.png"
|
|
alt="The Search view of the analytics page."
|
|
className="hidden dark:block"
|
|
/>
|
|
</Frame>
|