如何在我的网站上添加集成的Google搜索?

时间:2008-11-08 20:29:53

标签: search google-custom-search

基本上我有一个网站。我有一个正确设置的站点地图,因此我假设Google知道我的所有页面。我在某些网站上看到,搜索表单会显示一个包含原始网站外壳的页面,但结果显然是由Google提供的。与codinghorror.com的搜索类似,但他的搜索结果并没有在他的网站布局中显示。

知道我在说什么或如何实现这个目标吗?

6 个答案:

答案 0 :(得分:13)

https://cse.google.com/cse/

^也许您正在寻找Google自定义搜索引擎

答案 1 :(得分:12)

this

<form method="get" action="http://www.google.com/search">

<div style="border:1px solid black;padding:4px;width:20em;">
<table border="0" cellpadding="0">
<tr><td>
<input type="text"   name="q" size="25"
 maxlength="255" value="" />
<input type="submit" value="Google Search" /></td></tr>
<tr><td align="center" style="font-size:75%">
<input type="checkbox"  name="sitesearch"
 value="askdavetaylor.com" checked /> only search Ask Dave Taylor<br />
</td></tr></table>
</div>

</form>

要在单独的框架中显示结果,请以this site为例。

这将是:

<html>
<head>
    <meta http-equiv="Content-Language" content="en-gb">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

    <script language="javascript" type="text/javascript">
    function showFrame () {
        var e = document.getElementById("if1");
        e.style.visibility = "visible" ;
    }
    </script>
</head>

<body>
    <p> </p>
    <p>
    <span id="spSearch" onclick="showFrame()">Search</span>
    </p>
    <p> </p>
    <p><iframe name="I1" id="if1" width="100%" height="254" style="visibility:hidden" src="http://www.google.co.uk">
        Your browser does not support inline frames or is currently configured not to display inline frames.
    </iframe></p>
</body>
</html>

答案 2 :(得分:5)

对于使用site:查询基于主要Google索引的免费解决方案,只需稍微控制一下外观,请尝试Google Custom Search Engine

只需几百美元,通过更全面,最新的网站索引,并完全控制外观,请尝试Google Site Search

对于需要完全控制索引的各个方面和搜索体验的企业,并且需要索引中数千到数百万项的任何内容,请尝试Google Search Appliance

答案 3 :(得分:3)

作为另一位列出的回答者,我认为自定义搜索正是您所寻找的。

只是想提供更多信息。谷歌也有网站搜索,但你需要付费。

查看Google网站管理员工具: http://www.google.com/webmasters/

特别是: http://www.google.com/sitesearch/

答案 4 :(得分:1)

定制谷歌搜索的一种简单方法是使用adsense进行搜索,它允许您:

  • 在一个或多个网站或整个互联网中搜索。
  • 在新窗口,当前窗口或iframe中打开。
  • 自定义搜索结果的颜色。
  • 它还可以为广告的任何点击支付分数。

答案 5 :(得分:-2)

我之前提到过另一个问题的答案,所以这就是答案

转到此链接https://www.google.com/cse/并创建帐户 创建自定义搜索框 自定义看起来像您的愿望 自定义后复制代码 粘贴到您希望显示搜索框的博客或网站中。

如果你想像我的网站http://www.latestgames2.com/这样的搜索框只是自定义了所有的颜色和形状