Skip to content

Know your ADR

adr

status

draft

authors

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.