|
| 1 | +How to use search analytics |
| 2 | +=========================== |
| 3 | + |
| 4 | +In this guide, you can learn to use Read the Docs' built-in search analytics for your documentation project. |
| 5 | + |
| 6 | +To see a list of the top queries and an overview from the last month, |
| 7 | +go to the :guilabel:`Admin` tab of your project, |
| 8 | +and then click on :guilabel:`Search Analytics`. |
| 9 | + |
| 10 | +.. figure:: /_static/images/search-analytics-demo.png |
| 11 | + :width: 50% |
| 12 | + :align: center |
| 13 | + :alt: Search analytics demo |
| 14 | + |
| 15 | + How the search analytics page looks. |
| 16 | + |
| 17 | +In **Top queries in the past 30 days**, |
| 18 | +you see all the latest searches ordered by their popularity. |
| 19 | +The list itself is often longer than what meets the eye, |
| 20 | +Scroll downwards on the list itself to see more results. |
| 21 | + |
| 22 | +Understanding your analytics |
| 23 | +---------------------------- |
| 24 | + |
| 25 | +In **Top queries in the past 30 days**, you can see the most popular terms that users have searched for. |
| 26 | +Next to the search query, the number of actual **results** for that query is shown. |
| 27 | +The number of times the query has been used in a search is displayed as the **searches** number. |
| 28 | + |
| 29 | +* If you see a search term that doesn't have any results, |
| 30 | + you could apply that term in documentation articles or create new ones. |
| 31 | + This is a great way to understand missing gaps in your documentation. |
| 32 | + |
| 33 | +* If a search term is often used but the documentation article exists, |
| 34 | + it can also indicate that it's hard to navigate to the article. |
| 35 | + |
| 36 | +* Repeat the search yourself and inspect the results to see if they are relevant. |
| 37 | + You can add keywords to various pages that you want to show up for searches on that page. |
| 38 | + |
| 39 | +In **Daily search totals**, you can see trends that might match special events in your project's publicity. |
| 40 | +If you wish to analyze these numbers in details, click :guilabel:`Download all data` |
| 41 | +to get a CSV formatted file with all available search analytics. |
0 commit comments