Search your site with Google?

B

Bruce W...1

I've seen number of websites that will search that particular website
with Google. It's usually accompanied by a "Powered by Google" and
logo.

Can anyone tell me how this works and if it's free? I found some
information on the Google Web API but I'm not sure if this is the same
thing.

Do you have a link to information on this search tool?

Thanks for your help.
 
I

Isofarro

Bruce said:
I've seen number of websites that will search that particular website
with Google. It's usually accompanied by a "Powered by Google" and
logo.
http://www.google.com/searchcode.html

Can anyone tell me how this works and if it's free? I found some
information on the Google Web API but I'm not sure if this is the same
thing.

No. You _could_ use Google Web API to do the above, and a lot of different
things - but it is far much more work than the form snippet in the URL
above.
 
K

kayodeok

I've seen number of websites that will search that particular
website with Google. It's usually accompanied by a "Powered by
Google" and logo.

Can anyone tell me how this works and if it's free? I found
some information on the Google Web API but I'm not sure if this
is the same thing.

In addition to Isofarro's comments, if you wish to search
just your own site, you need to add the following:

<input type="hidden" name="as_sitesearch" value="your.site.com">

As in the code below (remove the link to Microsoft):

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

<div id="hidden">
<input type="hidden" name="as_sitesearch" value="support.microsoft.com">
</div>

<div id="pls_style_me">
<input type="text" maxLength="256" size="55" name="q" value="">
<input type="submit" value="Search Google" name="sa">
</div>

</form>
 
K

kayodeok

Hmmm... very good blog you have there.
What sort of subjects
are you covering? Longhorn, syndication and web patents...

I set up the blog to cover Computing in general specifically Web
Development, Perl and Computer Security, I made a conscious
decision not to comment on Microsoft stuff but I am really known
for Windows Resources (http://www.kayodeok.btinternet.co.uk/) and
scanning my logs suggest my visitors come to my site searching for
microsoft stuff so I keep ending back there.

I will have to make a conscious decision to stop commenting on
Microsoft stuff but then I see this:

Gates: 'You don't need perfect code' for Security
http://slashdot.org/article.pl?sid=03/10/31/1610250

and I am sucked back in!!!

(I am really trying not to comment on that one)
 
T

TheGuru

Bruce W...1 said:
I've seen number of websites that will search that particular website
with Google. It's usually accompanied by a "Powered by Google" and
logo.

Can anyone tell me how this works and if it's free? I found some
information on the Google Web API but I'm not sure if this is the same
thing.

Do you have a link to information on this search tool?

Thanks for your help.

I've experienced better results from a custom site search application,
designed from the ground up to build a unique index just for your
site, rather than simply sharing an entire web index, and limiting its
results to just your URL.

You are at their mercy for refresh frequency, specifying what gets
included not included in the results, customization of the search
results appearance, etc.

I'd recommend looking at a hosted site search application. There are
a number of free ones out there, of which I recommend the following:

http://www.fusionbot.com
http://www.atomz.com
 
B

Barry Pearson

Bruce said:
I've seen number of websites that will search that particular website
with Google. It's usually accompanied by a "Powered by Google" and
logo.

Can anyone tell me how this works and if it's free? I found some
information on the Google Web API but I'm not sure if this is the same
thing.

Do you have a link to information on this search tool?

This is what I use (free):
http://www.google.com/searchcode.html#both

It simply uses the standard public Google index, but with the option to
confine it to your domain. See:
http://www.childsupportanalysis.co.uk/site_map.htm
http://www.barry.pearson.name/site_map.htm
http://www.birdsandanimals.info/site_map.htm

It doesn't give you your own search engine. I guess you pay extra for that. If
you want something heavyweight, have a look at:
http://www.google.com/services/custom.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,602
Members
45,184
Latest member
ZNOChrista

Latest Threads

Top