Sitenizin ana dizininde opensearch.xml adında bir dosya oluşturun, içine verdiğim içeriği ekleyin. Daha sonra sitenizde <head> içinde aşağıdaki kodla opensearch.xml dosyasını çekin.
http://www.siteadresi.com,
http://www.siteadresi.com/favicon.ico,
http://www.siteadresi.com/ara?q={searchTerms} bu kısımları da sitenize göre uyarlayın.
Head içine eklenecek kod: <link rel="search" type="application/opensearchdescription+xml" href="http://www.siteadresi.com/opensearch.xml">
opensearch.xml dosya içeriği: <OpenSearchDescription>
<ShortName>Ara SiteAdı</ShortName>
<Description>Arama terimini yazın</Description>
<Image height="16" width="16" type="image/vnd.microsoft.icon">http://www.siteadresi.com/favicon.ico</Image>
<Url type="text/html" template="http://www.siteadresi.com/ara?q={searchTerms}"/>
</OpenSearchDescription>