Posts tagged as:

Google Alerts Bug

Why are some Google Alerts old?

by Adam Green on March 30, 2009

in Google Alerts

One of the top complaints among Google Alerts users is that they sometimes get alerts for items that have been online for a while. Here is a great example from a Twitter message:

obituary

The answer is simple. Google sends out alerts when it first finds an item. There is a misconception that Google is God and knows all at the instant it happens. Unfortunately that isn’t true. Google Alerts is always finding things that are new to it, even well after these pages appeared online. This can happen in several ways. A set of pages may become available to it due to a new link to those pages. Pages can get republished under new URLs. And sometimes it is an internal issue as new sections of Google’s existing index are made available to the Google Alerts code.

Update: I got a great response on Twitter that gives another reason for old alerts. Sploggers are republishing pages.

Related Posts

{ 0 comments }

The site: operator is a great part of Google Alerts. It lets you restrict your search term to a single URL:
“steve jobs” health site:nytimes.com

Unfortunately, you can only use site: once per alert. The OR operator usually allows you to combine multiple terms in a single query, but if you use it with site:, only the first URL is searched. Google doesn’t warn you about this. This search will still only create alerts for nytimes.com:
“steve jobs” health (site:nytimes.com OR site:wsj.com)

If you want to use site: with multiple URLs, you have to create separate alerts for each one:
“steve jobs”  health site:nytimes.com
“steve jobs” health site:wsj.com

Related Posts

{ 1 comment }

Google Alerts Bug: Multiple locations aren’t allowed for news alerts

March 2, 2009

The Google documentation doesn’t say anything about this, but from my tests multiple uses of location: in a single search doesn’t seem to work. The standard Google syntax would imply that you can search for location:ny OR location:ca, but when this is tested with Google News, it only returns results from the state of New [...]

Read the full article →