coverage-area-examples: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (New page: 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 numbe...)
 
(updated intro prose a bit to connect with process)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
Per the [[process]], this page documents examples of sites publishing their [[coverage-area]].
 
Many businesses publish on their website their coverage area which do for example delivery (food) or Real Estate business and covers only a part of a country, county, metro and so on. Examples:
 
 
== 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:
<source lang="html4strict">
<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>
</source>
 
 
== 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:
<source lang="html4strict">
<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">
...
</source>
 
 
== 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:
<source lang="html4strict">
<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>
</source>
 
 
== WAMC Northeast Public Radio ==
E.g. http://www.wamc.org/coveragemap.html
 
text: "Coverage Map"
 
markup fragment:
<source lang="html4strict">
<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>
</source>
 
 
 
== ... more examples ... ==
 
 
 
== see also ==
* [[coverage-area]]
* [[coverage-area-formats]]
* [[coverage-area-brainstorming]]

Latest revision as of 16:37, 6 July 2011

Per the process, this page documents examples of sites publishing their coverage-area.

Many businesses publish on their website their coverage area which do for example delivery (food) or Real Estate business and covers only a part of a country, county, metro and so on. Examples:


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 ...

see also