Annons:
Taghow-to
Read 1101 times
Niklas
2019-06-17 12:44

How to put anonymous site search on your website

If you have a large website and want your visitors to be able to search for information within your site, you can use site search. Google Search is the most used site search service. If you want a site search that is not collecting personal information about you or your users, try Qwant. It’s a search alternative whose mission is to offer anonymous search to anyone interested.

You can try Qwant here:

Qwant

function encodeHTML(s) { return s.replace(/&/g, '&').replace(/</g, '<').replace(/"/g, '"'); } function addSiteSearch() { document.getElementById('query').value = encodeHTML(document.getElementById('query').value) + " site:savvity.net"; }

If you like Qwant, you can use their search code on your website. You will find the information you need here:

» How can I include a search form from Qwant on my website? - Qwant Help Center


Best regards, Niklas 🎈

Annons:
Scroll to top
Annons: