{% extends "wagtailadmin/generic/form.html" %} {% load i18n wagtailadmin_tags %} {% block before_form %}
{% icon name='help' %} {% blocktrans trimmed %}

Promoted search results are a means of recommending specific pages or external links that might not organically come high up in search results. E.g recommending your primary donation page to a user searching with the less common term "giving".

{% endblocktrans %} {% blocktrans trimmed %}

The "Search term(s)/phrase" field below must contain the full and exact search for which you wish to provide recommended results, including any misspellings/user error. To help, you can choose from search terms that have been popular with users of your site.

{% endblocktrans %}
{% endblock %} {% block form_content %} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}