SearchWP

Email Summaries

Understanding what your website visitors search is important. SearchWP’s Email Summaries keep you informed about your website’s search activity by delivering insightful reports straight to your inbox.

What are SearchWP Email Summaries?

SearchWP Email Summaries are automated weekly reports that provide a snapshot of your website’s search trends. These reports summarize key search metrics, helping you identify popular searches, understand user intent, and optimize your content strategy accordingly.

SearchWP Email Summaries

What’s Included in the Email Summaries?

Each email summary provides an overview of your website’s search activity for the previous week. Here’s a breakdown of what you can expect to find:

  • Total searches: The sum of all searches performed across all engines.
  • No Results Searches: Identifies searches that returned no results, indicating potential gaps in your content strategy.
  • Popular Searches: A list of the most frequently searched keywords on your website with the number of searches for each.

If the SearchWP Metrics Extension is installed and activated, this data will also be included:

  • Number of users: The number of users that run searches on your site.
  • Results Viewed: The number of search results viewed by users.
  • Average Searches per user: The average number of searches a single user performed.
  • Average Clicks per search: The average number of times search results have been clicked per each search.

Disabling SearchWP Email Summaries:

If you no longer require these reports, you can easily disable them at any time. In your WordPress admin area, in the left menu, go to SearchWP » Settings. Then click on the  Misc tab.

On this screen, you’ll see an option labeled Disable Email Summaries. Set this option to the on position to disable the Email Summaries.

Alternatively, you can use the following hook to disable the email summaries programmatically:

<?php
// Disable SearchWP Email Summaries
add_filter( 'searchwp/email_summaries/disabled', '__return_true');

Frequently Asked Questions

What email address are Email Summaries sent to?

SearchWP Email Summaries will be delivered to your WordPress site’s admin email. If you are not sure which email this is or you are considering to change it, make sure to check out WPBeginner’s admin email tutorial.

Why didn’t I receive an Email Summary this week?

Email Summaries are exclusively sent when there has been some searches on your site. They will not bother you if there is no new data to show. Therefore, if your website did not receive any user search in the previous week, you will not receive this email notification.

How can I determine which site is sending the Email Summary?

The email From field, the email subject and a notice at the bottom of the summary body will specify which site sent the summary.