Tag: search result

Search Syntax basics and advanced tricks for Google

September 16, 2009 by Jason

Here are some search syntax basics and advanced tricks for Google.com. You might know most of these, but if you spot a new one, it may come in handy in future searches.

• A quote/ phrase search can be written with both quotations ["like this"] as well as a minus in-between words, [like-this].

• Google didn’t always understand certain special characters like [#], but now they do; a search for [C#], for example, yields meaningful results (a few years ago, it didn’t). This doesn’t mean you can use just any character; e.g. entering [t.] and [t-] and [t^] will always return the same results.

• Google allows 32 words within the search query (some years ago, only up to 10 were used, and Google ignored subsequent words). You rarely will need so many words in a single query – [just thinking of such a long query is a hard thing to do, as this query with twenty words shows] – however, it can come in handy for advanced searching… especially as a developer using the Google API.

• You can find synonyms of words. E.g. when you search for [house] but you want to find “home” too, search for [~house]. To get to know which synonyms the Google database stores for individual words, simply use the minus operator to exclude synonym after synonym (they will always show as bold in the SERPs, the search engine result pages). Like this: [~house -house -home -housing -floor].
Read More»

Finding More Information On Google Search Results Page

July 02, 2008 by Jason

Just when you think Google can’t do any more to improve their search results, they continue to fine tune in subtle ways. And that’s a good thing, because when you do spot these improvements, you will wonder what took them so long to implement.

One improvement is adding more information in search results so you can quickly determine if it’s useful or not to click on the link.

For example, how many times have you search for something only to click on a search result that was an old forum post? For the most part, forums can be a great resource for information. But not if it’s old or there are no replies to the post.

Now you can see if the post is current, because Google will display the date of the forum post along with information of the forum thread in the search result. Read More»