我的网页知该如何与百度搜索挂勾

来源:百度知道 编辑:UC知道 时间:2024/05/31 23:00:34
我的个人网页不知道该如何与百度等搜索引擎挂勾,

知道你请告诉我,

谢谢了

也不知道你说的是想在网页里面加百度搜索表单还是想让自己的网站被百度收录,让别人可以搜索到。。。。http://www.baidu.com/search/guide.html#1

<form action="http://www.baidu.com/baidu" target="_blank">
<div align="center">
<input name=tn type=hidden value=baidu>
<a href="http://www.baidu.com/"><img src="http://img.baidu.com/search/img/baidulogo_clarity_80_29.gif" alt="Baidu" align="bottom" border="0"></a>
<input type=text name=word size=30>
<input type="submit" value="百度搜索">
</div>
<