Wednesday, October 28, 2009

Googling blog searches


I get a list of blogs focused on C++ specificly (and results where C++ is mentioned somewhere in a blog post across several blogs. Cute and a decent return of results, but I want more. Undaunted I use my Digability skills, experiment and come up with the following notes on how to make my searches in Google’s blogsearch better. Ladies and gentleman, this be the secret sauce…

inposttitle:algorithm This command searches the titles of every blogpost Google has indexed for a particular keyword. (In this case, algorithm.)

inurl:java This command searches blog addresses for a particular keyword. (In this case“Java")

inpostauthor:jimstroud This command searches for blog entries written by a particular writer. (In this case, me!)

blogurl:jobseekersrevenge.blogspot.com This command searches for all blog entries cited on a particular blog. (In this case, my blog – “Jobseekers Revenge.")

inblogtitle:jobs This command searches the blog titles of every blog Google has indexed – but you figured that out already. (In this case, blogs with the word “jobs" in their titlle.)

NOTE: I noticed that some of the commands do not play well together. For example, using the “inblogtitle" and “inpostauthor" commands together did not seem to work (at this writing). However, using “inpostuthor" and “inblogtitle" or “inblogtitle" with “inurl" presented no problems.

Let’s play with a few strings, shall we?

inpostauthor:java blogurl:java *This brings back blogs written by people who have “java" in their screen name and list “java" in the address of the blog.

inblogtitle:engineer inurl:engineering *This brought back blogs with enginnering in the title of the blog and in the adress. At this writing, most of the results were engineering jobs.

inpostauthor:jim stroud *This brought back 186 of my most recent blogposts. Wow! I did not know I was so busy.

1 comment: