Advanced Google Searching - bend google like a ruler!

Pages: 1, 2
free web hosting

Read Latest Entries..: (Post #13) by LevinZ on May 5 2006, 09:47 AM. (Line Breaks Removed)
wow nice, and it even looks more complicated......i have a tutorial here for really advanced google browsing and i will post it sometime nxt week.....
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Tutorials

Advanced Google Searching - bend google like a ruler!

jmb2006
I have created this tutorial to demonstate some of the more advance searching techniques in the worlds most famous search engine Google (google.com for the none of you that dont know). I am going to discuss features that can be used to googles best abilities and find almost any thing. Using this technique you can download just about any tutorials, texts, ebooks, mp3s etc... first off i do not promote nor do i encourage warez so by reading this (in your head or out loud) you give up the right to blame me if you get caught. Right then now that thats out of the way lets get onto some searching!!

:: Keyword Amounts ::
When you go to Google and you plan on searching something e.g. networking Google will search its billions of indexed web pages for the string "networking" that occurs in the page at least once and displays the link to it on the search results. However, what would happen if you typed: networking networking
Google would search its mass of indexed webpages and display the links to the ones that have the word Networking twice or more. So typing something twice in Google will probably get more descriptive/detailed web pages.

:: Quotes ::
Ahh now, here i will introduce quotes. In the last paragraph i explained that when you type a keyword into Google then it searches is massive vault of indexed webpages for that keyword, well what if you wanted to search google for this:
QUOTE
harry potter

Fair enough, you want to search for harry potter, but can you spot whats wrong with it? It would find pages that have "harry potter" in and "harry" and "potter" giving you a list of pages completely off the mark and nothing to do with harry potter. This is where we introduce quotes, so enclose quotes around your search string to form this:
QUOTE
"harry potter"

now Google would only look for pages with the string "Harry Potter" in the page, so if a page had "harry" in but not "potter" Google wouldn't include that in its results.

:: Including and Excluding Keywords ::
Now i find this interesting, with this you can really make Google do tricks like a Dog giving you its paw. Whilst searching a subject you may be trying to search a specific area of a subject. E.g. you search for "Networking" but you only want to find pages on Wireless networking, well as in the last paragraph you cannot simply type:
QUOTE
Wireless Networking

try typing...
QUOTE
"Wireless Networking"

you will get information on wireless networking but you will also still get information on wired/normal networking techniques. E.g. if a page has this written on it:
QUOTE
this tutorial is about wired networking in the next tutorial we shall discuss wireless networking.

This is where "Including and Excluding" comes in, using the + and - signs you can include and exclude strings from your search. E.g.
QUOTE
"Wireless Networking" -wired +routers

will give you information on wireless networking routers but nothing on wired networking, see what i mean.

:: Site and Link parameters ::
I will now tell you about finding information on a certain website or finding out what sites are linking back to a specific site. Now the "site:url" command basically tells Google to only look for the following data on the site 'url'. E.g.
QUOTE
site:trap17.com "Free Hosting"

will search the site "trap17.com" for the string "Free Hosting" not "Free", not "Hosting" but "Free Hosting", if the website doesn't contain the exact string "Free Hosting" then Google will not return anything because it cant find anything. Another example:
QUOTE
site:.co.uk Free Email

With that Google will search all websites that have the extension ".co.uk" appended to the end of their url and look through all the .co.uk websites for the words "Free" and "Email".
Now onto the "link:" command. Now the link command finds links in its indexed webpages. For example you submit to Google, 'link:google.com', and it will find all the webpages with a link to google on it. Like the 'site:' command you can also search domain extensions. 'link:.org.uk' will find all the webpages with links to UK Organizations.

:: Search Titles, URLs and Filetypes ::
Google has the ability to search webpages' titles and urls. You can search for a keyword in the url or title, for example:
QUOTE
inurl:google.com

will search for all the pages google has indexed on google.com, its just like the site: command except not as accurate in my opinion. One feature that can be said for the inurl command though is that it can search for filenames as well, e.g. 'inurl:hotmail.com/INDEX.HTML' where as the 'site:' command cannot, it can only search the url from: www. to .com/.org/.net/etc...
Now about searching titles...
the 'intitle:' is extremely handy, you can search for webpages on anything like this:
QUOTE
intitle:"Harry Potter Fans!"

will search for a harry potter fan site, you can also find empty directories issuing this command:
CODE
intitle:"Index of /"

because "Index of" is the default text shown on a directory with no index page and no htaccess code protecting it it will search all of its indexed pages for empty directories.
Now onto the Filetypes, Google can also search specific filetypes, say c source code if you wanted to. The basic command is
CODE
filetype:

you can use this in conjunction with the site command to find some neat stuff, it can also be used maliciously you'll know what i mean after this.
CODE
site:microsoft.com filetype:asp inurl:"admin/login"

that will tell Google to look for the indexed pages of microsoft.com that are ASP pages and the url contains "admin/login" so basically it is looking for something like "microsoft.com/restricted/admin/login.asp" or something like that, you can now see why it is a security flaw, it can find pages you cant.

:: Other Info ::
Now Google can be stopped from peeking its nosy little robots into your site by creating a ROBOTS file, it basically tells automatic spider robots (automated programs sent from search engines like Google to index your pages and give the search engine a list of pages). Now im not going to go into the subject in this tutorial because this is on Google. But i have just done a quick search on Google and found:
CODE
http://www.outfront.net/tutorials_02/adv_tech/robots.htm

which is a tutorial on the subject.
Now you may be curious to see what robot files look like, well lets use what i've shown you today,
CODE
inurl:"robots.txt" filetype:txt

Will search for all pages that has 'robots.txt' in the URL of the site and the filetype is a txt file.
Just to let you know that all of the explained above togetther can create a very powerful search query and allow a user to find almost anything on Google and virtually the Internet because Google has Billions of pages indexed on more subjects you could ever think of.

This has not been a complete search guide to Google but should get you started.
You can find more info on advance google searching at: http://www.google.co.uk/help/operators.html
or i can save you alot of time instead of reading all this and just go to Googles Advance Search form page dry.gif dry.gif dry.gif http://www.google.com/advanced_search

Hope you enjoyed it and found it very informative and edumacational biggrin.gif

Notice from rejected:
Fixed BBCode, only 10 quote tags are allowed, so I changed the last few to code tags.

 

 

 


Reply

Shaun Dreclin
Wow.. I have to say, that is truely amazing! I never knew that google could be so useful! Thanks for this tutorial biggrin.gif I wish I was good at something so I could post a tutorial tongue.gif

Reply

amhso
great stuff. there is a more elaborated guide at google...which tells you how to use it's calculator (scientific!!!) too.

Reply

gigidawg
Thanks for the great tutorial.

Another feature of google's search that i use all the time (especially for school) is the define: function.

You can type in define:table for example and you will get all the definitions for that word. It's faster than going to a dictionary website and looking it up.

Reply

Kioku
This should help alot of people, especially since regular google searching reveals the less relevant results first usually. At least from my experience without going to advanced search. rolleyes.gif

Reply

martin
QUOTE(james_666 @ Mar 19 2006, 03:02 AM) *

I have created this tutorial to demonstate some of the more advance searching techniques in the worlds most famous search engine Google (google.com for the none of you that dont know). I am going to discuss features that can be used to googles best abilities and find almost any thing. Using this technique you can download just about any tutorials, texts, ebooks, mp3s etc... first off i do not promote nor do i encourage warez so by reading this (in your head or out loud) you give up the right to blame me if you get caught. Right then now that thats out of the way lets get onto some searching!!

:: Keyword Amounts ::
When you go to Google and you plan on searching something e.g. networking Google will search its billions of indexed web pages for the string "networking" that occurs in the page at least once and displays the link to it on the search results. However, what would happen if you typed: networking networking
Google would search its mass of indexed webpages and display the links to the ones that have the word Networking twice or more. So typing something twice in Google will probably get more descriptive/detailed web pages.

:: Quotes ::
Ahh now, here i will introduce quotes. In the last paragraph i explained that when you type a keyword into Google then it searches is massive vault of indexed webpages for that keyword, well what if you wanted to search google for this:

Fair enough, you want to search for harry potter, but can you spot whats wrong with it? It would find pages that have "harry potter" in and "harry" and "potter" giving you a list of pages completely off the mark and nothing to do with harry potter. This is where we introduce quotes, so enclose quotes around your search string to form this:

now Google would only look for pages with the string "Harry Potter" in the page, so if a page had "harry" in but not "potter" Google wouldn't include that in its results.

:: Including and Excluding Keywords ::
Now i find this interesting, with this you can really make Google do tricks like a Dog giving you its paw. Whilst searching a subject you may be trying to search a specific area of a subject. E.g. you search for "Networking" but you only want to find pages on Wireless networking, well as in the last paragraph you cannot simply type:

try typing...

you will get information on wireless networking but you will also still get information on wired/normal networking techniques. E.g. if a page has this written on it:

This is where "Including and Excluding" comes in, using the + and - signs you can include and exclude strings from your search. E.g.

will give you information on wireless networking routers but nothing on wired networking, see what i mean.

:: Site and Link parameters ::
I will now tell you about finding information on a certain website or finding out what sites are linking back to a specific site. Now the "site:url" command basically tells Google to only look for the following data on the site 'url'. E.g.

will search the site "trap17.com" for the string "Free Hosting" not "Free", not "Hosting" but "Free Hosting", if the website doesn't contain the exact string "Free Hosting" then Google will not return anything because it cant find anything. Another example:

With that Google will search all websites that have the extension ".co.uk" appended to the end of their url and look through all the .co.uk websites for the words "Free" and "Email".
Now onto the "link:" command. Now the link command finds links in its indexed webpages. For example you submit to Google, 'link:google.com', and it will find all the webpages with a link to google on it. Like the 'site:' command you can also search domain extensions. 'link:.org.uk' will find all the webpages with links to UK Organizations.

:: Search Titles, URLs and Filetypes ::
Google has the ability to search webpages' titles and urls. You can search for a keyword in the url or title, for example:

will search for all the pages google has indexed on google.com, its just like the site: command except not as accurate in my opinion. One feature that can be said for the inurl command though is that it can search for filenames as well, e.g. 'inurl:hotmail.com/INDEX.HTML' where as the 'site:' command cannot, it can only search the url from: www. to .com/.org/.net/etc...
Now about searching titles...
the 'intitle:' is extremely handy, you can search for webpages on anything like this:

will search for a harry potter fan site, you can also find empty directories issuing this command:
CODE
intitle:"Index of /"

because "Index of" is the default text shown on a directory with no index page and no htaccess code protecting it it will search all of its indexed pages for empty directories.
Now onto the Filetypes, Google can also search specific filetypes, say c source code if you wanted to. The basic command is
CODE
filetype:

you can use this in conjunction with the site command to find some neat stuff, it can also be used maliciously you'll know what i mean after this.
CODE
site:microsoft.com filetype:asp inurl:"admin/login"

that will tell Google to look for the indexed pages of microsoft.com that are ASP pages and the url contains "admin/login" so basically it is looking for something like "microsoft.com/restricted/admin/login.asp" or something like that, you can now see why it is a security flaw, it can find pages you cant.

:: Other Info ::
Now Google can be stopped from peeking its nosy little robots into your site by creating a ROBOTS file, it basically tells automatic spider robots (automated programs sent from search engines like Google to index your pages and give the search engine a list of pages). Now im not going to go into the subject in this tutorial because this is on Google. But i have just done a quick search on Google and found:
CODE
http://www.outfront.net/tutorials_02/adv_tech/robots.htm

which is a tutorial on the subject.
Now you may be curious to see what robot files look like, well lets use what i've shown you today,
CODE
inurl:"robots.txt" filetype:txt

Will search for all pages that has 'robots.txt' in the URL of the site and the filetype is a txt file.
Just to let you know that all of the explained above togetther can create a very powerful search query and allow a user to find almost anything on Google and virtually the Internet because Google has Billions of pages indexed on more subjects you could ever think of.

This has not been a complete search guide to Google but should get you started.
You can find more info on advance google searching at: http://www.google.co.uk/help/operators.html
or i can save you alot of time instead of reading all this and just go to Googles Advance Search form page dry.gif dry.gif dry.gif http://www.google.com/advanced_search

Hope you enjoyed it and found it very informative and edumacational biggrin.gif

Notice from rejected:
Fixed BBCode, only 10 quote tags are allowed, so I changed the last few to code tags.

Hey Google fans!

I think I know another cool google trick. You can also use it as calculator. If you type 5 +7 for example, the next page loaded will return the result. Try it out. Google also has some hidden things like if you type funny stuff you will get a google collection of funny stuff. Let me know if you find other cool google stuff. I wanne know !!!!!!!!

 

 

 


Reply

Hamtaro
Nice tutorial! I knew about most of those commands (I used them just about every time I search). However, I did still learn some new ones. With all those tips, that makes advanced searching quicker (since you don't have to go to the advanced search page). Great job! Hopefully this will help people find more of what they're looking for on Google.

Reply

gameratheart
Well, I've been using Advance Google Search for years, and even still this is new to me, because I had no knowledge of the "intitle" or "inurl" tags!

Becuase I am concerned of Web Safety, I decided to test these tags out just a moment ago by running into google that last code:

CODE
inurl:"robots.txt" filetype:txt


I was amazed to find out, by doing this, that only 53,300 out of over six billion websites use robots.txt!!!

This is a very helpful tutorial indeed! Makes many people aware of the abilities of google - abilities that can both help and hurt the web!

Reply

Dooga
It's wierd how Google doesn't really list advanced methods on their site...

Reply

jmb2006
Actually... http://www.google.co.uk/intl/en/help/features.html

Also try this:
1) Type "Miserable Failure" into Google and click "I'm feeling lucky" laugh.gif

Reply

Latest Entries

LevinZ
wow nice, and it even looks more complicated......i have a tutorial here for really advanced google browsing and i will post it sometime nxt week.....

Reply

Fist
Cool.

Reply

lairz
Dude i find this tutorial trully amazing, even if i did knew some of this tricks the last ones really blew my mind.
The fact is that google its an amazing search engine, and if you add this techniques, damm youll be narrowing the search experience.
thanks dude

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Pages: 1, 2
Recent Queries:-
  1. advanced google strings - 561.88 hr back. (2)
  2. advanced google search robots - 610.33 hr back. (2)
  3. "search" "website" "specific filetypes" - 1031.45 hr back. (3)
Similar Topics

Keywords : advanced, google, searching, bend, google, ruler

  1. Create A Google Seach Result Page Embed Within Your Site Page.
    (12)
  2. Adding Your Website To Google
    How to register with google (25)
    Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
    engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
    tags or other search engine optimisation techniques in place. This tutorial is solely about
    registering with google. At one time i thought simply using meta tags etcetera would get you listed
    in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
    will go into this tutorial. the first step is to get a google account, this will get y....
  3. Cpanel Advanced Tools
    Part 5 of My 7 Part Tutorial (20)
    This Tutorial will be divided into 7 different parts, and this is the first part, when i get the
    other parts together, i will post the links under here /biggrin.gif" style="vertical-align:middle"
    emoid=":D" border="0" alt="biggrin.gif" /> Enjoy. Part 1: E-mail Management Part 2: Useful Site
    Management Tools Part 3: Useful Site Management Tools2.1 Part 4: Analysis/Log Files Part 6:
    PreInstalled Scripts, Extras, and Cpanel Options Part 7: Fantastico Detailed Cpanel Tutorial
    Part 4: Advanced Tools In this tutorial I will, in detail explain all of t....
  4. Download Videos From Sites & Convert It.
    especially sites like youtube, google etc... (28)
    This tutorial shows you how to download videos from sites like YouTube, Google, Break etc, which
    runs is in the extension of .flv(Flash Video), and then convert it to .avi or .mpg format. First of
    all, go to http://keepvid.com This site support the download of the sites listed below. QUOTE
    Angry Alien, ArtistDirect, Blastro, Blennus, Blip.tv, Bofunk, Bolt, Break.com, Castpost, Current TV,
    Dailymotion, DevilDucky, FindVideos, Free Video Blog, Google Video, Grinvi, Grouper, iFilm, LuluTV,
    Metacafe, Midis.biz, Music.com, MusicVideoCodes.info, MySpace, MySpace Video ....
  5. Searching With Php And Mysql
    The easy way :P (2)
    Searching with PHP and MySQL is pretty easy when you think about it, especially if you're doing
    it the simple way (without boolean or whatever) /tongue.gif' border='0'
    style='vertical-align:middle' alt='tongue.gif' /> It consists of a few forms, a query and an
    output. As I said, simple! CODE <form name=\"form1\"
    id=\"form1\" method=\"post\" action=\"<?
    $php_self ?>\"> <table width=\"100%\"
    border=\"0\" cellspacing=\&#....
  6. Not To Be Banned By Google
    Take care that your site is not banned (2)
    /sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /> Strategic search engine
    optimization involves far more than keyword research, META tags and content. If you want to mange an
    SEO program, you need to be aware of any issue that can affect your success. Domain name management
    is one of the big factors. Effective domain name management is critical because you could end up
    getting banned from Google and other search engines if you take the wrong approach. Why would
    Google ban you? In the spirit of fair play and providing depth in its results, Google ....
  7. How To Block Google Web Accelerator
    from caching your pages (6)
    This only applies to your site, I don't know how I'm going to protect my email; I'm
    using gmail. This sucks big-time. Anyway. This is how you do it. If you have an existing .htaccess
    file in your root, add this to it: CODE RewriteBase / RewriteCond %{REMOTE_ADDR} ^72.14.192.
    RewriteCond %{REQUEST_URI} !^/gwa-forbidden.html$ RewriteRule ^.*$ /gwa-forbidden.html
    This is, of course, assuming you have RewriteEngine On . If you don't have it on, use
    this: CODE RewriteEngine on RewriteBase / RewriteCond %{REMOTE_ADDR} ^72.14.192....

    1. Looking for advanced, google, searching, bend, google, ruler

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for advanced, google, searching, bend, google, ruler

*MORE FROM TRAP17.COM*
advertisement



Advanced Google Searching - bend google like a ruler!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE