Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/westciv/microformatique/wp-includes/cache.php on line 99

Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/westciv/microformatique/wp-includes/query.php on line 21

Deprecated: Assigning the return value of new by reference is deprecated in /usr/www/users/westciv/microformatique/wp-includes/theme.php on line 576
microformatique - a blog about microformats and “data at the edges” : Know your ADR

microformatique - a blog about microformats and “data at the edges”

from little things, big things grow
Skip to content

Know your ADR

adr

status

draft

authors

  • Tantek รƒโ€กelik

Description

Adr (pronounced “adder”) enables publishers to markup addess information in a stnadard, interoperable way.

Adr is in fact a 1 to 1 representation of the “adr” property in vcard, and so a subset of hCard.

Usage

Adr element have a root element, “adr” and one or more of the following sub properties

  • type - one of work, home, pref, postal, dom, intl (these values are taken directly from the vCard specification)
  • post-office-box
  • extended-address
  • street-address
  • locality
  • region
  • postal-code
  • country-name

Examples

 <div class=”adr”>
<div class=”street-address”>1600 Pennsylvania Ave</div>
<span class=”locality”>Washington</span>, <span class=”region”>DC</span>,
<span class=”postal-code”>20520</span>
<span class=”country-name”>USA</span>
</div>

Tools

as a subset of hCard, the tools which help publish hCard content also help publish adr content. See the hCard entry for more details

Services using

as a subset of hCard, the services which use hCard content also use adr content. See the hCard entry for more details.

spacer

My book on Microformats, out now, at Amazon at 33% off

spacer

I also organize Web Directions North - January 28 - Feb 2 2008

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.