<?xml version="1.0" encoding="UTF-8"?>
<!--
============================================================
opensearch.xml — 브라우저 검색창에 reanote.co.kr 통합 검색 추가
적용 위치: /var/www/html/opensearch.xml
표준: https://github.com/dewitt/opensearch
인코딩: UTF-8 (BOM 없음)
최종 업데이트: 2026-05-24

[목적]
사용자가 Chrome·Firefox·Edge·Safari 등의 주소창에서
"reanote" 또는 "부동산경매노트"를 입력하면
사이트 내부 검색이 바로 가능하도록 합니다.

[설치 자동 안내]
HTML head 영역에 다음 link 태그를 추가하세요:
<link rel="search" type="application/opensearchdescription+xml"
      title="부동산경매노트" href="/15_opensearch.xml">
============================================================
-->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">

  <!-- 기본 정보 -->
  <ShortName>부동산경매노트</ShortName>
  <LongName>부동산경매노트 (reanote.co.kr) - 부동산 경매 추천 정보</LongName>
  <Description>20년 경력 경공매 전문가가 빅데이터로 선별한 부동산 경매 추천 물건을 일 2회 SMS로 제공하는 ㈜브릿지옥션 서비스 통합 검색</Description>

  <!-- 언어·인코딩 -->
  <Language>ko-KR</Language>
  <InputEncoding>UTF-8</InputEncoding>
  <OutputEncoding>UTF-8</OutputEncoding>

  <!-- 검색 URL 템플릿 -->
  <Url type="text/html"
       method="get"
       template="https://reanote.co.kr/search?q={searchTerms}"/>

  <Url type="application/x-suggestions+json"
       template="https://reanote.co.kr/api/suggest?q={searchTerms}"/>

  <Url type="application/atom+xml"
       template="https://reanote.co.kr/search.atom?q={searchTerms}"/>

  <Url type="application/rss+xml"
       template="https://reanote.co.kr/search.rss?q={searchTerms}"/>

  <!-- 아이콘 (필수: 16x16 favicon, 권장: 64x64) -->
  <Image height="16" width="16" type="image/x-icon">https://reanote.co.kr/favicon.ico</Image>
  <Image height="64" width="64" type="image/png">https://reanote.co.kr/img/icons/icon-64x64.png</Image>

  <!-- 검색 제안 -->
  <Query role="example" searchTerms="아파트 경매"/>
  <Query role="example" searchTerms="권리분석"/>
  <Query role="example" searchTerms="경락잔금대출"/>
  <Query role="example" searchTerms="낙찰가율"/>

  <!-- 개발자 정보 -->
  <Developer>㈜브릿지옥션</Developer>
  <Contact>contact@reanote.co.kr</Contact>
  <Attribution>Copyright © 2026 ㈜브릿지옥션. All Rights Reserved.</Attribution>

  <!-- 콘텐츠 라이선스·등급 -->
  <SyndicationRight>open</SyndicationRight>
  <AdultContent>false</AdultContent>

  <!-- Mozilla 확장 -->
  <moz:SearchForm>https://reanote.co.kr/search</moz:SearchForm>
  <moz:UpdateUrl>https://reanote.co.kr/15_opensearch.xml</moz:UpdateUrl>
  <moz:UpdateInterval>10080</moz:UpdateInterval>

</OpenSearchDescription>
