--- layout: post title: "Add OpenSearch to your site" date: 2013-06-21 20:48 comments: true categories: [webdev] cover: /images/cover/avatar.png keywords: openseach, browser, search, xml description: Search in a site faster --- I'm a content Chromium user. One of the most used functions I use every day is searching from address bar (aka omnibox). You know, start writing site's name, press tab and type search query. How to make this working on your site? Just two things. Add a line to the `````` section: `````` Of course, change ```title``` and ```href``` as you need. Create new file ```opensearch.xml``` in the root of your site. Paste there a few lines: {% codeblock lang:xml%} Cinan's World Cinan's World Search in Cinan's World UTF-8 UTF-8 http://blog.cinan.sk/favicon.ico {% endcodeblock %} Change names, favicon path and url path as you need. That's all.