Results 1 to 7 of 7

Thread: Including Google Search box on my website

  1. #1
    I have added a google search box on my website, code as follows:

    <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 type="radio" name="sitesearch" value="" />
    The Web
    <input type="radio" name="sitesearch"
    value="mywebsite.com" checked /> Ask Dave Taylor<br />

    </form>

    However, Google fails to search anything in my website.

    Similarly, If I make "sitesearch=bbc.com", again, google does not find any result.

    But If I change the sitesearch variable to askdavetaylor.com, the search works fine.

    So the question is, why doesn't google search box work for every website / domain??????

    regards

  2. Internet, Programming and Graphics   -   #2
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    it wont find bbc.com, cos there is no bbc.com - try it...it just sends you to bbc.co.uk

    and it wont find your site, cos google hasnt indexed it, so doesnt know it exists.
    <insert signature here>

  3. Internet, Programming and Graphics   -   #3
    so how do i include my site in the google index?????????????/

  4. Internet, Programming and Graphics   -   #4
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    build it and they will come!

    lol, seriously though, noone knows exactly how google works - kinda secretive, but one thing which is pretty sure is that it "spiders" the web. Basically, it takes a site which it already has been to, and follows every single hyperlink from it. Then it follows each hyperlink from there, and so on, so if no site links to yours, then you have no chance whatsoever of being found. In essence, whack your site in your sig here (and as many places as poss) and they will find you eventually.

    Google for "how google works" and there's loads of tips to make google like your site
    <insert signature here>

  5. Internet, Programming and Graphics   -   #5
    right, so there is no such index as a 'google index'

  6. Internet, Programming and Graphics   -   #6
    vivitron 15's Avatar Poster
    Join Date
    Jan 2003
    Location
    North East England, UK
    Posts
    1,741
    well there is - on the google servers, but there is no reliable way of getting onto it...its better to just get people to link to you
    <insert signature here>

  7. Internet, Programming and Graphics   -   #7
    Filliz's Avatar ______________
    Join Date
    Apr 2004
    Age
    43
    Posts
    1,468
    Just enter your url on this page and within a week Google wil start crawling and indexing your site.

    I've did this with a blog of mine and after no more than a couple of days it started showing up in Google Search.
    A lot of 1st page results too.

    edit:
    It says on the page that they don't add every url submitted there,but I did this with a couple of testblogs that had virtually nothing on them except for a "blablabla...this is just a test..."mesage on it,and ithey still got added.
    Last edited by Filliz; 07-18-2005 at 04:22 PM.

    hmm...asspie

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •