我如何让我的网站免费登陆搜索引擎呢?

我如何让我的网站免费登陆搜索引擎呢,用登陆奇兵可以吗,还有登陆google怎么搞呢,它也不收费.
# 1
你把google的那form代码copy到你的网面不就行了?
fason-咖啡人生 at 2007-10-29 > top of Msdn China Tech,Web,其他...
# 2
不懂,老大,能说详细些吗?
# 4
借用百度的搜索....

做得有点粗糙... 不过,还是可以用的.

<table width="95%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<form name=form1 onsubmit=JavaScript:doc=document.form1.search.value;if(doc=="网页"){document.form1.cl.value="3";document.form1.action="http://www1.baidu.com/baidu";document.form1.target="_blank";}if(doc=="FLASH"){document.form1.tn.value="flash";document.form1.cl.value="3";document.form1.f.value="8";document.form1.ct.value="33554432";document.form1.action="http://flash.baidu.com/wstsearch";document.form1.target="_blank";}if(doc=="MP3"){document.form1.tn.value="baidump3";document.form1.ct.value="134217728";document.form1.lm.value="-1";document.form1.action="http://mp3search.baidu.com/wstsearch";document.form1.target="_blank";}return true;} method=get target=_blank>
<p align="center">
<input type=hidden name=tn>
<input type=hidden name=ct>
<input type=hidden name=lm>
<input type=hidden name=cl>
<input type=hidden name=f>
<input type="text" size=20 name="word">
<select name="search">
<option value="网页">网页</option>
<option value="FLASH">FLASH</option>
<option value="MP3">MP3</option>
</select>
<input type="submit" name="Submit" value="灰豆宝宝搜索">
</p>
<p> </p>
</form>
</td>
</tr>
</table>

把代码COPY,另存为.html就可以了啦.
# 5
我是要把我的网站登陆到搜索引擎上,而不是链接一个搜索引擎,还有别的办法吗? wanghr100(灰豆宝宝) ?
# 6
我也想知道如何做
qingxian-飞鱼 at 2007-10-29 > top of Msdn China Tech,Web,其他...
# 7
建议用登陆奇兵
在网页头写<META content="关键字列表用逗号隔开" name=keywords>会有些帮助
hkbarton-→Beginner← at 2007-10-29 > top of Msdn China Tech,Web,其他...
# 8
关注!
ppxihua-彭彭 at 2007-10-29 > top of Msdn China Tech,Web,其他...