coverage-area-examples

From Microformats Wiki
Revision as of 13:58, 4 July 2011 by ChiefRA (talk | contribs) (more examples)
Jump to navigation Jump to search

This page arised from the need of marking up with microformats the coverage areas in which Organizations (and not only) are doing business. They have a designated specific place or a number square miles in which they can provide the goods clients are seaching for.

Sotheby's International Realty

E.g. http://www.sothebysrealty.com/eng/office/180-b-804-4000754/ascent-sotheby-s-international-realty

text: "Coverage Area:"

markup fragment:

<dl class="group">
  <dt>Coverage Area: </dt>
  <dd>Colorado, </dd>
  <dd>Avon, </dd>
  <dd> Beaver Creek, </dd>
  <dd> Carbondale, </dd>
  <dd> Cordillera, </dd>
  <dd> Dotsero, </dd>
  ...
</dl>


Pizza Pronto

E.g. http://www.pizzaprontoindiantrl.com/map_Delivery.htm

text: "We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079"

The delivery coverage area radius is shown on Google Maps.

markup fragment:

<div align="center">
  <div id="header_Text">We Deliver Within a Five(5) Mile Radius of Pizza Pronto 7870 Idlewild Rd Indian Trail, NC 28079 </div>
  <table width="899" border="1">
...


Tech'n'Serv Ltd

E.g. http://www.technserv.co.uk/area-of-coverage.asp

Text: "We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire."

markup fragment:

<h1>Area of Coverage</h1>
<p>We operate within an approximate 10 mile radius of Mortimer, which is about 8 miles south-west of Reading, Berkshire.
The area is bounded by Newbury in the west and Bracknell in the east, extending south of the M3 to include Basingstoke, 
Odiham and Fleet and northwards to include Goring and Henley-upon-Thames (<a href="map.asp" onclick="window.open('map.asp','map','width=520,height=450'); return false">view map</a>).</p>


WAMC Northeast Public Radio

E.g. http://www.wamc.org/coveragemap.html

text: "Coverage Map"

markup fragment:

<a href="/coveragemap.html">Coverage Map</a> <br><br>
<strong>Stations</strong><br><br>
<font size="1">WAMC, 90.3 FM<br>Albany NY<br><br>WAMC, 1400 AM<br>Albany, NY<br><br>
WAMK, 90.9 FM<br>Kingston NY<br><br>WOSR, 91.7 FM<br>Middletown NY<br><br>
WCEL, 91.9 FM<br>Plattsburgh NY<br><br>WCAN, 93.3 FM<br>Canajoharie NY<br><br>
... <br>WANZ, 90.1 FM<br>Stamford</font>


... more examples ...