I think they do some advanced scrapping scraping looking for the most significant blocks of data and HTML and using that. Basically, they analyze everything quickly, toss out ads, etc. and use the big blobs of data.
Digg is doing similar things aswell.
I would do this to implement it.
- Scan for meta tags, rss feed tags, and the title tag.
- Find large "areas" with a lot of content. Also include
ptags. Weight or grade them on the likelihood of them being content. Look for keyword css classes/id (e.g. rate "content" higher than "ads" or "navigation" - Look for large images
- Store information about the site for future use and improved heuristics
This is all done on the server-side likely, and served to the browser using AJAX.
