gpt4 book ai didi

google-chrome - Opensearch - 更改搜索引擎的名称

转载 作者:行者123 更新时间:2023-12-03 14:56:55 25 4
gpt4 key购买 nike

我一直在尝试为我的网站添加 opensearch 支持。这是我作为 opensearch.xml 文件的内容:

   <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<script/>
<ShortName>Host</ShortName>
<Description>Search my Website</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">Favicon url</Image>
<Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;q={searchTerms}" />
<Url type="text/html" method="GET" template="http://yoursite.com/?s={searchTerms}" />
<SearchForm>http://yoursite.com/</SearchForm>
</OpenSearchDescription>

但它在 Chrome 设置和按标签建议中将 URL 名称注册为搜索引擎名称。我可以更改什么来识别具有不同名称的搜索引擎?

最佳答案

首先,脚本标签不应该在那里,所以你应该有这样的东西:

 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Host</ShortName>
<Description>Search my Website</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">Favicon url</Image>
<Url type="application/x-suggestions+json" method="GET" template="http://suggestqueries.google.com/complete/search?output=firefox&amp;q={searchTerms}" />
<Url type="text/html" method="GET" template="http://yoursite.com/?s={searchTerms}" />
<SearchForm>http://yoursite.com/</SearchForm>
</OpenSearchDescription>

那么,您是否尝试过更改页面中包含的链接元素的名称?
<link rel="search" href="/opensearchdescription.xml" type="application/opensearchdescription+xml" title="name" />

关于google-chrome - Opensearch - 更改搜索引擎的名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51616597/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com