我如何指导google的omnibar搜索我的域名的方式?

时间:2011-07-19 11:14:43

标签: javascript html search

我们必须采取哪些措施才能让Google的全方位搜索显示我们的域名enter image description here

就像我们去omnibar并输入stackoverflow -.- com- [SPACE]一样,栏会出来,例如在框中输入 asd 会直接转到{{3} }

我注意到这种行为与维基百科的行为不同(它将我们带到https://stackoverflow.com/search?q=asd

youtube(将我们带到http://en.wikipedia.org/w/index.php?title=Special:Search&search=asd

的行为也不同

当然并非所有域都有这种行为,请尝试:g-o-d-a-d-d -.- c-o-m- [SPACE] 什么都不做

如何指导谷歌的全方位搜索我的域名?

2 个答案:

答案 0 :(得分:5)

这是每页<head>中的这一行:

<link rel="search" type="application/opensearchdescription+xml" title="Stack Overflow" href="/opensearch.xml">

它指向的文件:

<?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
                       xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  <ShortName>Stack Overflow</ShortName>
  <Description>Search Stack Overflow: Q&amp;A for professional and enthusiast programmers</Description>
  <InputEncoding>UTF-8</InputEncoding>
  <Image width="16" height="16" type="image/x-icon">http://sstatic.net/stackoverflow/img/favicon.ico</Image>
  <Url type="text/html" method="get" template="http://stackoverflow.com/search?q={searchTerms}"></Url>
</OpenSearchDescription>

它被称为OpenSearch,它是指定如何搜索您的网站的标准方式。有关规格,请参阅opensearch.org

答案 1 :(得分:0)

  1. 转到偏好设置
  2. 在“基本信息”标签中,转到“搜索”部分。
  3. 点击“管理搜索引擎”按钮
  4. 在“其他搜索引擎”部分中,您可以添加任何域。您只需要用搜索查询替换%s。