在Google搜索中显示网站 [英] Showing Web site on Google Search

查看:94
本文介绍了在Google搜索中显示网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我将我的网站名称放在Google搜索栏上时,如何编写代码以使我的网站自动显示在Google搜索上?还如何在Google seacrh上为客户视图编写代码?

How to write code so that My Website is automatically displayed on google search when I put My web site name on google search bar? also How to write code for custome view on google seacrh?

推荐答案


看看这篇文章:
搜索我的应用程序中的任何内容 [
Hi,
Take a look at this post:
search anything in my application[^]

I hope it helps,
Cheers


在您的html页面中尝试一下

Try This in your html page

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

<input type="text" name="q" size="31">
 maxlength="255" value="" />
<input type="submit" value="Google Search" />

</input></form>


这篇关于在Google搜索中显示网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆