<?xml version="1.0" encoding="UTF-8"?>
<!--
  iVUniverse OpenSearch Description (OSD) — lets supporting browsers
  (Chrome, Firefox, Safari) offer iVUniverse as a built-in search engine
  on the chrome address bar after a single visit. Discovered via the
  <link rel="search" type="application/opensearchdescription+xml" ...>
  hint we emit from app/layout.tsx.

  GEO/AI angle: registering as a search engine increases brand share-of-
  voice when users type queries directly into the address bar; both 2026
  research docs (Gpt.md + Gemini.md) flag this as a small-effort, lasting
  visibility win.

  Spec: https://github.com/dewitt/opensearch — current as of 2026.
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>iVUniverse</ShortName>
  <LongName>iVUniverse — Finest Sanctuary for Art and Artists</LongName>
  <Description>Search radio stations, artists, events, and creators across iVUniverse — a curated globe of 1,200+ internet radio stations and a community of creative humans.</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image height="16" width="16" type="image/x-icon">https://ivuniverse.com/favicon.ico</Image>
  <Image height="192" width="192" type="image/png">https://ivuniverse.com/brand/iv-radio-artwork-192.png</Image>
  <Url type="text/html"
       method="get"
       template="https://ivuniverse.com/radio-globe?q={searchTerms}"/>
  <Url type="application/opensearchdescription+xml"
       rel="self"
       template="https://ivuniverse.com/opensearch.xml"/>
  <moz:SearchForm>https://ivuniverse.com/radio-globe</moz:SearchForm>
  <Language>en-US</Language>
  <Language>en-GB</Language>
  <Language>en-IN</Language>
  <OutputEncoding>UTF-8</OutputEncoding>
</OpenSearchDescription>
