<?xml version="1.0" encoding="UTF-8"?>
<!--
  spec-0032/phase-1 — OpenSearch 1.1 description for Rise Speaking Club.

  Browsers (Chrome, Firefox) can offer to add this site to their
  built-in search list. Google uses it (combined with WebSite schema's
  potentialAction) to render a sitelinks search box for brand queries.

  We don't have a native /search endpoint on 1rise.ru yet, so the
  Url template delegates to Google with a `site:1rise.ru` filter.
  When a real /search lands, swap the template to
  https://1rise.ru/search?q={searchTerms}.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
  <ShortName>Rise</ShortName>
  <LongName>Rise Speaking Club</LongName>
  <Description>Поиск по сайту Rise Speaking Club — разговорный английский онлайн</Description>
  <Tags>english speaking club rise разговорный английский</Tags>
  <Contact>https://t.me/rise_english</Contact>
  <Image width="16" height="16" type="image/png">https://1rise.ru/favicon.png</Image>
  <InputEncoding>UTF-8</InputEncoding>
  <Language>ru</Language>
  <Url
    type="text/html"
    method="get"
    template="https://www.google.com/search?q={searchTerms}+site%3A1rise.ru"
  />
</OpenSearchDescription>
