Let’s start with the basics.
Microformats (or Rich Snippets, as named by Google) are a way of formatting data that’s both human- and computer-readable.
Put another way, they’re a way of formatting content on your web site for easy reading by both visitors and search engines. It’s like putting meta tags in the open for all to see. Search engines trust it because it’s data you’re showing your visitors and love it because it helps them create more relevant and robust results pages.

a sample search result with map and review
At current writing, there are 9 stable formats, 17 in draft format and a whole bunch in development (see the full list). Some examples include addresses, calendar entries, recipes, reviews and video.
Here’s a sample hCard entry to specify contact information (name, address, phone, etc).
If you’re familiar with HTML you’ll see that it’s not much additional work to create the address in the hCard format.
and here’s how it looks in a browser:
By using the hCard microformat I’m telling search engines “Here’s my address” at the same time I’m telling visitors “Here’s my address.” By using the microformat instead of just inserting the address with any old HTML code, search engines know that’s the official NetPlus address and can do special things such as integrate a map in search results and use the address for local search.
Google, Bing, Facebook, Twitter, Yahoo, Yelp and many others. There are a lot of big players on that list and there are many specialty sites looking for microformatted content as well.
The point is, if you don’t already offer microformats on your site or blog you better plan to add it soon.
Microformats impact search in several ways:
Search engines are continually adding new support for microformats. When food network planned their site redesign they included hRecipe before any search engines started using it. This paid off when Google announced its support of recipe microformats earlier this month.
If you don’t want to mess around with formatting there are several generators available:
And once you have your microformat on your site you can test it with Google’s microformat validator.