Getting Social With Google

The web could become a friendlier place thanks to Google’s Social Graph API. This new service helps developers build applications that query public information about people and their relationships, saving users the effort of redefining their connections as they move from community to community, and from application to application.

Developer Home - Google Code

Developer Home – Google Code via kwout

This information is gathered from public profiles on existing social networks, from blogs and from suitably formatted web pages. The systems understands and indexes data coded in XHTML Friends Network microformat

XFN: Introduction and Examples

XFN: Introduction and Examples via kwout

or marked up with Friend of a Friend syntax

FOAF Vocabulary Specification

FOAF Vocabulary Specification via kwout

to define relationships between people, or to define “me” relationships between an individual’s multiple profiles held on different systems.

In the video below Brad Fitzpatrick describes the API and some of its use cases.

Building on a growing base of semantic web technologies this service is another clear pointer to the direction the Internet is taking, with markup focussed on meaning rather than presentation, and applications able to work with and augment each others data as a matter of course. The API will affect social networks, who will need to choose the level of openness they are willing to support.

Though the system uses only public data, the power to query and analyze could affect the way you choose to present yourself online. It could also lead to some interesting situations where connected people perceive different qualities in their relationships. It’s not just how you link to your friends, it’s how they link to you. Are your ears burning?

Addressing Yourself

If you publish your business address(es) on your website it makes sense to use a standard.

  • It’s one less design decision for you.
  • Visitors can work more easily with your contact information.
  • You will be found more easily by some search engines.

The hCard microformat is a simple standard that is easy to work with.

hcard - Microformats

To implement hCard you simply add some a few extra classes to your standard html markup to indicate which parts of your page contain address and contact information. This markup helps browser plugins and search engines understand your page.

hcard – Microformats via kwout

hCard - Wikipedia, the free encyclopedia

hCard – Wikipedia, the free encyclopedia via kwout

Alternatively you can use the hCard Creator to do the work for you.

hCard Creator

hCard Creator via kwout

The Operator plugin for Firefox automatically identifies the hCard information in any web page you visit and tucks it away in a toolbar menu ready for you to use to add a contact to your address book, or look up the address on your favorite mapping service..

Operator :: Firefox Add-ons

Operator :: Firefox Add-ons via kwout

Technorati have a built a microformat search engine that scours registered web sites for contacts (hCard), event (hCalendar) and reviews (hReview).

Technorati Microformats Search: vancouver

Technorati Microformats Search: vancouver via kwout

hCard, and the other microformats, have been quietly establishing themselves over the past few years, and increasingly are being built into tools, services and applications. The potential benefits of adding a small amount of markup to give meaningful structure to contact information on a web page is well worth the effort.