Is it possible to use an XML file to force Google's Custom Search to suggest only the terms in the XML?
Take the 2-minute tour
×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.
migrated from programmers.stackexchange.com Aug 22 '13 at 0:00This question came from our site for professional programmers interested in conceptual questions about software development. |
|||
|
After an extensive search...it doesn't seem possible to exclude terms found in your site and search queries from appearing in Google's Custom Search Engine autocomplete. You might however look at providing a front-end to the search form using something like jQuery Autocomplete, and disabling the autocomplete option in Custom Search. Then you can populate the autocomplete list with your own specific autocomplete terms. |
|||||||||||||||||
|