<?xml version="1.0" encoding="UTF-8"?>
<!--
  OpenSearch descriptor. Lets a browser offer SeaBuckthornWorld as a search
  provider from the address bar, and gives crawlers a second machine-readable
  declaration of where site search lives (the first is WebSite/SearchAction in
  the JSON-LD graph). Both must point at the same GET endpoint.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>SeaBuckthornWorld</ShortName>
  <Description>Search evidence-graded sea buckthorn guides</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="32" height="32" type="image/png">https://seabuckthornworld.com/favicon-32.png</Image>
  <Url type="text/html" method="get" template="https://seabuckthornworld.com/search/?q={searchTerms}"/>
  <moz:SearchForm>https://seabuckthornworld.com/search/</moz:SearchForm>
</OpenSearchDescription>
