<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                      xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>WPPoland</ShortName>
  <Description>WordPress Development and SEO Blog - Expert tutorials, guides, and insights for developers and businesses</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <OutputEncoding>UTF-8</OutputEncoding>
  <Language>en-us</Language>
  <Tags>wordpress, development, seo, webdesign, programming</Tags>
  <Contact>hello@wppoland.com</Contact>
  <Developer>Mariusz Szatkowski</Developer>

  <!-- Main site search - redirects to default language search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/en/search/?q={searchTerms}"
       rel="results"/>

  <!-- Multilingual search suggestions -->
  <Url type="application/x-suggestions+json"
       method="GET"
       template="https://wppoland.com/api/suggestions?q={searchTerms}"/>

  <!-- Polish search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/pl/search/?q={searchTerms}"
       rel="results"
       title="WPPoland Polish"/>

  <!-- English search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/en/search/?q={searchTerms}"
       rel="results"
       title="WPPoland English"/>

  <!-- German search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/de/search/?q={searchTerms}"
       rel="results"
       title="WPPoland Deutsch"/>

  <!-- Norwegian search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/nb/search/?q={searchTerms}"
       rel="results"
       title="WPPoland Norsk"/>

  <!-- Portuguese search -->
  <Url type="text/html"
       method="GET"
       template="https://wppoland.com/pt-pt/search/?q={searchTerms}"
       rel="results"
       title="WPPoland Português"/>

  <Image height="16" width="16" type="image/x-icon">
    https://wppoland.com/favicon.ico
  </Image>

  <Attribution>
    Content search results provided by WPPoland
  </Attribution>

  <SyndicationRight>open</SyndicationRight>

  <AdultContent>false</AdultContent>

  <moz:SearchForm>
    https://wppoland.com/
  </moz:SearchForm>
</OpenSearchDescription>
