我创建了一个函数,该函数获取google建议并以相同格式返回。我的opensearch.xml
文件如下:
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:suggestions="http://www.opensearch.org/specifications/opensearch/extensions/suggestions/1.1">
<ShortName>example</ShortName>
<Description>example</Description>
<InputEncoding>UTF-8</InputEncoding>
<Url type="application/x-suggestions+json" template="https://<url>/meta_search/get_suggestions/?query={searchTerms}" method="get" />
</OpenSearchDescription>
当我使用我的网站作为搜索引擎在地址栏中键入“ iphone”时,得到以下信息:
但是当我使用谷歌作为搜索引擎在地址栏中键入“ iphone”时,得到以下建议:
使用我的网站作为搜索引擎如何获得相同的建议?