Google Search Assist

Link: https://support.brilliantdirectories.com/support/solutions/articles/12000030827-google-search-assist

Overview


Fill empty search result pages with content! Websites of all sizes may have empty search result pages. If visitors see empty results, they will leave the website – and may never return.

The Google Search Assist add-on will keep visitors engaged. With it, instead of displaying empty pages when there are no search results, the site will display related results directly from Google.


How To Get This Add-On
  1. Websites with the VIP Add-Ons Club automatically have this add-on available:
    Join The VIP Add-Ons Club
  2. Purchase Individually: Google Search Assist Add-On


Enabling the Add-On




To activate this please go to Settings >> General Settings:




Click on the Search Settings tab:




Scroll down until the option to Enable or Disable the Google Search Assist and click on Save Changes.




Google Search Assist Add-on will show related results from Google when these searches on the site don't have any results to show: 

  • Member Search Results
  • Global Site Search
  • Post Search Results


When enabled, pages that show Google Search Assist results, will return a 200 status, but the robots meta directive will be set to "noindex,nofollow", this is meant to prevent bots from crawling these pages and consume unnecessary bandwidth. 


Important Note: There is no revenue enabled for the Google Search Assist add-on. Google simply forces ads with this tool. We do not monetize this nor is there a way using the add-on to connect to a publisher account to gain revenue from the ads there. A user would have to rebuild the whole add-on just for the site if they wanted the revenue from the ads in this type of tool.


Ultimately the tool is meant to provide visitors with some results when there are no member results to display. Ideally the website owner should work and fill those empty member searches on the site to provide real resources rather than google suggestions.


UPDATE:

Adding the following CSS code may hide the Google Ad units from displaying. Include this snippet of CSS into your:
Settings > Design Settings > Custom CSS tab > Custom CSS field:

.gsc-adBlock {
display: none;
}